.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em
}
.daterangepicker:after, .daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0,0,0,.2);
	content: ''
}
.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc
}
.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}
.daterangepicker.opensleft:before {
	right: 9px
}
.daterangepicker.opensleft:after {
	right: 10px
}
.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}
.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}
.daterangepicker.opensright:before {
	left: 9px
}
.daterangepicker.opensright:after {
	left: 10px
}
.daterangepicker.drop-up {
	margin-top: -7px
}
.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc
}
.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
	float: none
}
.daterangepicker.single .drp-selected {
	display: none
}
.daterangepicker.show-calendar .drp-calendar {
	display: block
}
.daterangepicker.show-calendar .drp-buttons {
	display: block
}
.daterangepicker.auto-apply .drp-buttons {
	display: none
}
.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px
}
.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px
}
.daterangepicker .drp-calendar.right {
	padding: 8px
}
.daterangepicker .drp-calendar.single .calendar-table {
	border: none
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px
}
.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}
.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff
}
.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit
}
.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999
}
.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0
}
.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px
}
.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0
}
.daterangepicker td.start-date.end-date {
	border-radius: 4px
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff
}
.daterangepicker th.month {
	width: auto
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}
.daterangepicker select.yearselect {
	width: 40%
}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}
.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle
}
.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px
}
.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}
.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0
}
.daterangepicker.show-calendar .ranges {
	margin-top: 8px
}
.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer
}
.daterangepicker .ranges li:hover {
	background-color: #eee
}
.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff
}
@media (min-width:564px) {
.daterangepicker {
	width: auto
}
.daterangepicker .ranges ul {
	width: 140px
}
.daterangepicker.single .ranges ul {
	width: 100%
}
.daterangepicker.single .drp-calendar.left {
	clear: none
}
.daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
	float: left
}
.daterangepicker {
	direction: ltr;
	text-align: left
}
.daterangepicker .drp-calendar.left {
	clear: left;
	margin-right: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.daterangepicker .drp-calendar.right {
	margin-left: 0
}
.daterangepicker .drp-calendar.right .calendar-table {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
	padding-right: 8px
}
.daterangepicker .drp-calendar, .daterangepicker .ranges {
	float: left
}
}
@media (min-width:730px) {
.daterangepicker .ranges {
	width: auto
}
.daterangepicker .ranges {
	float: left
}
.daterangepicker.rtl .ranges {
	float: right
}
.daterangepicker .drp-calendar.left {
	clear: none!important
}
}
.rangeslider, .rangeslider__fill {
	display: block;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
	border-radius: 10px
}
.rangeslider {
	background: #e6e6e6;
	position: relative
}
.rangeslider--horizontal {
	height: 20px;
	width: 100%
}
.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%;
	height: 100%
}
.rangeslider--disabled {
	opacity: .4
}
.rangeslider__fill {
	background: #0f0;
	position: absolute
}
.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%
}
.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%
}
.rangeslider__handle {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,.1)));
	background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,.1));
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	border-radius: 50%
}
.rangeslider__handle:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.13)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(rgba(0,0,0,.13), rgba(255,255,255,0));
	border-radius: 50%
}
.rangeslider--active .rangeslider__handle, .rangeslider__handle:active {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.12)));
	background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.12))
}
.rangeslider--horizontal .rangeslider__handle {
	top: -10px;
	touch-action: pan-y;
	-ms-touch-action: pan-y
}
.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x
}
input[type=range]:focus+.rangeslider .rangeslider__handle {
	box-shadow: 0 0 8px rgba(255,0,255,.9)
}/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: Roboto, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	background-color: #000
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0
}
p {
	margin-top: 0;
	margin-bottom: 0
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
margin-bottom:.5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: 0
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
margin-bottom:.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-weight: 800;
	line-height: 1.2
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right:.5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\A0"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
padding:.25rem;
	background-color: #000;
	border: 1px solid #dee2e6;
border-radius:.25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}
a>code {
	color: inherit
}
kbd {
padding:.2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
border-radius:.2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container {
	max-width: 540px
}
}
@media (min-width:768px) {
.container {
	max-width: 720px
}
}
@media (min-width:992px) {
.container {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right:0;
padding-left:0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-1 {
	margin-left: 8.3333333333%
}
.offset-2 {
	margin-left: 16.6666666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.3333333333%
}
.offset-5 {
	margin-left: 41.6666666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.3333333333%
}
.offset-8 {
	margin-left: 66.6666666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.3333333333%
}
.offset-11 {
	margin-left: 91.6666666667%
}
@media (min-width:576px) {
.col-sm {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-sm-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-sm-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-sm-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-sm-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-sm-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-sm-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-sm-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-sm-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-sm-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-sm-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.3333333333%
}
.offset-sm-2 {
	margin-left: 16.6666666667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.3333333333%
}
.offset-sm-5 {
	margin-left: 41.6666666667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.3333333333%
}
.offset-sm-8 {
	margin-left: 66.6666666667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.3333333333%
}
.offset-sm-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:768px) {
.col-md {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-md-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-md-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-md-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-md-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-md-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-md-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-md-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-md-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-md-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-md-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-md-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-md-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-md-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-md-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-md-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-md-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-md-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-md-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-md-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-md-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-md-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-md-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-md-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.3333333333%
}
.offset-md-2 {
	margin-left: 16.6666666667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.3333333333%
}
.offset-md-5 {
	margin-left: 41.6666666667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.3333333333%
}
.offset-md-8 {
	margin-left: 66.6666666667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.3333333333%
}
.offset-md-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:992px) {
.col-lg {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-lg-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-lg-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-lg-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-lg-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-lg-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-lg-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-lg-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-lg-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-lg-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-lg-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.3333333333%
}
.offset-lg-2 {
	margin-left: 16.6666666667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.3333333333%
}
.offset-lg-5 {
	margin-left: 41.6666666667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.3333333333%
}
.offset-lg-8 {
	margin-left: 66.6666666667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.3333333333%
}
.offset-lg-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:1200px) {
.col-xl {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xl-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-xl-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xl-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-xl-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-xl-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-xl-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-xl-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-xl-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-xl-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-xl-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.3333333333%
}
.offset-xl-2 {
	margin-left: 16.6666666667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.3333333333%
}
.offset-xl-5 {
	margin-left: 41.6666666667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.3333333333%
}
.offset-xl-8 {
	margin-left: 66.6666666667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.3333333333%
}
.offset-xl-11 {
	margin-left: 91.6666666667%
}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #fff
}
.table td, .table th {
padding:.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0,0,0,.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255,255,255,.075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
	border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
border-radius:.25rem;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
	-webkit-transition: none;
	transition: none
}
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
padding-top:calc(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
padding-top:.375rem;
padding-bottom:.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
	height: auto
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
margin-top:.25rem
}
.form-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
padding-right:5px;
padding-left:5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
margin-top:.3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
margin-right:.75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
margin-right:.3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
margin-top:.25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
border-radius:.25rem
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#28a745;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:center right calc(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#28a745;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
display:block
}
.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#28a745
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#34ce57;
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
	display: none;
	width: 100%;
margin-top:.25rem;
	font-size: 80%;
	color: #dc3545
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
border-radius:.25rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#dc3545;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat:no-repeat;
background-position:center right calc(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#dc3545;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
display:block
}
.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#dc3545
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#e4606d;
background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#dc3545
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}
@media (min-width:576px) {
.form-inline label {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 0
}
.form-inline .form-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .form-inline .input-group {
	width: auto
}
.form-inline .form-check {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: auto;
	padding-left: 0
}
.form-inline .form-check-input {
	position: relative;
	flex-shrink: 0;
	margin-top: 0;
margin-right:.25rem;
	margin-left: 0
}
.form-inline .custom-control {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
padding:.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
border-radius:.25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
	-webkit-transition: none;
	transition: none
}
}
.btn:hover {
	color: #fff;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
	-webkit-transition: none;
	transition: none
}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
	-webkit-transition: none;
	transition: none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
padding:.5rem 0;
margin:.125rem 0 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
border-radius:.25rem
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
	right: auto;
	left: 0
}
.dropdown-menu-sm-right {
	right: 0;
	left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
	right: auto;
	left: 0
}
.dropdown-menu-md-right {
	right: 0;
	left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
	right: auto;
	left: 0
}
.dropdown-menu-lg-right {
	right: 0;
	left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
	right: auto;
	left: 0
}
.dropdown-menu-xl-right {
	right: 0;
	left: auto
}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-toggle::after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}
.dropleft .dropdown-toggle::after {
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
margin:.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
padding:.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
padding:.5rem 1.5rem;
	margin-bottom: 0;
font-size:.875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
padding:.25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1
}
.btn-toolbar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: -webkit-box;
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
padding:.375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label::before {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}
.custom-control-label::after {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-radio .custom-control-label::before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
border-radius:.5rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
	-webkit-transition: none;
	transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
-webkit-transform:translateX(.75rem);
transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-select {
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
border-radius:.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
padding-right:.75rem;
	background-image: none
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
height:calc(1.5em + .75rem);
padding:.375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
height:calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #000, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #000, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #000, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#b3d7ff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#b3d7ff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-transition: none;
	transition: none
}
}
.nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
padding:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #000;
	border-color: #dee2e6 #dee2e6 #000
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
padding:.5rem 1rem
}
.navbar>.container, .navbar>.container-fluid {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
padding-top:.3125rem;
padding-bottom:.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}
.navbar-toggler {
padding:.25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
border-radius:.25rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.card-body {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
padding:.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
padding:.75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
	border-bottom: 0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img {
	width: 100%;
border-radius:calc(.25rem - 1px)
}
.card-img-top {
	width: 100%;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
	width: 100%;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px
}
}
.card-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}
.card-group>.card {
	-webkit-box-flex: 1;
	flex: 1 0 0%;
	margin-bottom: 0
}
.card-group>.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group>.card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
	border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
	border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
	border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom:.75rem
}
@media (min-width:576px) {
.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1
}
.card-columns .card {
	display: inline-block;
	width: 100%
}
}
.accordion>.card {
	overflow: hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}
.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card .card-header {
	margin-bottom: -1px
}
.breadcrumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
padding:.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
padding-right:.5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
border-radius:.25rem
}
.page-link {
	position: relative;
	display: block;
padding:.5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link {
	margin-left: 0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
border-radius:.25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
	-webkit-transition: none;
	transition: none
}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #007bff
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning {
	color: #212529;
	background-color: #ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger {
	color: #fff;
	background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
border-radius:.3rem
}
@media (min-width:576px) {
.jumbotron {
	padding: 4rem 2rem
}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}
.alert {
	position: relative;
padding:.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
border-radius:.25rem
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 4rem
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
padding:.75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}
.alert-primary hr {
	border-top-color: #9fcdff
}
.alert-primary .alert-link {
	color: #002752
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}
.alert-secondary hr {
	border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
	color: #202326
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}
.alert-success hr {
	border-top-color: #b1dfbb
}
.alert-success .alert-link {
	color: #0b2e13
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}
.alert-info hr {
	border-top-color: #abdde5
}
.alert-info .alert-link {
	color: #062c33
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}
.alert-warning hr {
	border-top-color: #ffe8a1
}
.alert-warning .alert-link {
	color: #533f03
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}
.alert-danger hr {
	border-top-color: #f1b0b7
}
.alert-danger .alert-link {
	color: #491217
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light hr {
	border-top-color: #ececf6
}
.alert-light .alert-link {
	color: #686868
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}
.alert-dark hr {
	border-top-color: #b9bbbe
}
.alert-dark .alert-link {
	color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position: 0 0
}
}
.progress {
	display: -webkit-box;
	display: flex;
	height: 1rem;
	overflow: hidden;
font-size:.75rem;
	background-color: #e9ecef;
border-radius:.25rem
}
.progress-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
	-webkit-transition: none;
	transition: none
}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
	-webkit-animation: none;
	animation: none
}
}
.media {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}
.media-body {
	-webkit-box-flex: 1;
	flex: 1
}
.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #fff;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
padding:.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.list-group-item:last-child {
	margin-bottom: 0;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius: 0
}
@media (min-width:576px) {
.list-group-horizontal-sm {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal-sm .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
	margin-right: 0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius: 0
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal-md .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
	margin-right: 0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius: 0
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal-lg .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
	margin-right: 0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius: 0
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal-xl .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
	margin-right: 0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius: 0
}
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}
.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}
.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}
.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}
.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}
.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}
.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}
.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.toast {
	max-width: 350px;
	overflow: hidden;
font-size:.875rem;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
padding:.25rem .75rem;
	color: #6c757d;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.toast-body {
padding:.75rem
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999; /*1050;*/
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
margin:.5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
	-webkit-transition: none;
	transition: none
}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal-dialog-scrollable {
	display: -webkit-box;
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
border-top-left-radius:.3rem;
border-top-right-radius:.3rem
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
border-bottom-right-radius:.3rem;
border-bottom-left-radius:.3rem
}
.modal-footer>:not(:first-child) {
margin-left:.25rem
}
.modal-footer>:not(:last-child) {
margin-right:.25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-scrollable {
	max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
	min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem)
}
.modal-sm {
	max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg, .modal-xl {
	max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
	max-width: 1140px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	opacity: 0
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
width:.8rem;
height:.4rem
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
border-width:.4rem .4rem 0;
	border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
border-width:.4rem .4rem .4rem 0;
	border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
border-width:0 .4rem .4rem;
	border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
border-width:.4rem 0 .4rem .4rem;
	border-left-color: #000
}
.tooltip-inner {
	max-width: 200px;
padding:.25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
border-radius:.25rem
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
border-width:.5rem .5rem 0;
	border-top-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
	bottom: 1px;
border-width:.5rem .5rem 0;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc((.5rem + 1px) * -1);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
border-width:.5rem .5rem .5rem 0;
	border-right-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
	left: 1px;
border-width:.5rem .5rem .5rem 0;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
border-width:0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
border-width:0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
margin-left:-.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc((.5rem + 1px) * -1);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
padding:.5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
	display: none
}
.popover-body {
padding:.5rem .75rem;
	color: #fff
}
.carousel {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
	-webkit-transition: none;
	transition: none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	-webkit-transition: none;
	transition: none
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
	-webkit-transition: none;
	transition: none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
	-webkit-transition: none;
	transition: none
}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #007bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc!important
}
.bg-secondary {
	background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #dc3545!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #007bff!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #dc3545!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-white {
	border-color: #fff!important
}
.rounded-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-sm-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-md-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-lg-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-xl-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
}
@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-print-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.8571428571%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}
.flex-sm-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}
.flex-sm-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-sm-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-sm-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-sm-shrink-0 {
	flex-shrink: 0!important
}
.flex-sm-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-sm-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-sm-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-sm-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-sm-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-sm-around {
	justify-content: space-around!important
}
.align-items-sm-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-sm-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-sm-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-sm-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-sm-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-sm-start {
	align-content: flex-start!important
}
.align-content-sm-end {
	align-content: flex-end!important
}
.align-content-sm-center {
	align-content: center!important
}
.align-content-sm-between {
	align-content: space-between!important
}
.align-content-sm-around {
	align-content: space-around!important
}
.align-content-sm-stretch {
	align-content: stretch!important
}
.align-self-sm-auto {
	align-self: auto!important
}
.align-self-sm-start {
	align-self: flex-start!important
}
.align-self-sm-end {
	align-self: flex-end!important
}
.align-self-sm-center {
	align-self: center!important
}
.align-self-sm-baseline {
	align-self: baseline!important
}
.align-self-sm-stretch {
	align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}
.flex-md-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}
.flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-md-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-md-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-md-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-md-shrink-0 {
	flex-shrink: 0!important
}
.flex-md-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-md-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-md-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-md-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-md-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-md-around {
	justify-content: space-around!important
}
.align-items-md-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-md-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-md-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-md-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-md-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-md-start {
	align-content: flex-start!important
}
.align-content-md-end {
	align-content: flex-end!important
}
.align-content-md-center {
	align-content: center!important
}
.align-content-md-between {
	align-content: space-between!important
}
.align-content-md-around {
	align-content: space-around!important
}
.align-content-md-stretch {
	align-content: stretch!important
}
.align-self-md-auto {
	align-self: auto!important
}
.align-self-md-start {
	align-self: flex-start!important
}
.align-self-md-end {
	align-self: flex-end!important
}
.align-self-md-center {
	align-self: center!important
}
.align-self-md-baseline {
	align-self: baseline!important
}
.align-self-md-stretch {
	align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}
.flex-lg-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}
.flex-lg-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-lg-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-lg-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-lg-shrink-0 {
	flex-shrink: 0!important
}
.flex-lg-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-lg-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-lg-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-lg-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-lg-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-lg-around {
	justify-content: space-around!important
}
.align-items-lg-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-lg-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-lg-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-lg-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-lg-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-lg-start {
	align-content: flex-start!important
}
.align-content-lg-end {
	align-content: flex-end!important
}
.align-content-lg-center {
	align-content: center!important
}
.align-content-lg-between {
	align-content: space-between!important
}
.align-content-lg-around {
	align-content: space-around!important
}
.align-content-lg-stretch {
	align-content: stretch!important
}
.align-self-lg-auto {
	align-self: auto!important
}
.align-self-lg-start {
	align-self: flex-start!important
}
.align-self-lg-end {
	align-self: flex-end!important
}
.align-self-lg-center {
	align-self: center!important
}
.align-self-lg-baseline {
	align-self: baseline!important
}
.align-self-lg-stretch {
	align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}
.flex-xl-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}
.flex-xl-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-xl-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-xl-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-xl-shrink-0 {
	flex-shrink: 0!important
}
.flex-xl-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-xl-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-xl-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-xl-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-xl-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-xl-around {
	justify-content: space-around!important
}
.align-items-xl-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-xl-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-xl-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-xl-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-xl-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-xl-start {
	align-content: flex-start!important
}
.align-content-xl-end {
	align-content: flex-end!important
}
.align-content-xl-center {
	align-content: center!important
}
.align-content-xl-between {
	align-content: space-between!important
}
.align-content-xl-around {
	align-content: space-around!important
}
.align-content-xl-stretch {
	align-content: stretch!important
}
.align-self-xl-auto {
	align-self: auto!important
}
.align-self-xl-start {
	align-self: flex-start!important
}
.align-self-xl-end {
	align-self: flex-end!important
}
.align-self-xl-center {
	align-self: center!important
}
.align-self-xl-baseline {
	align-self: baseline!important
}
.align-self-xl-stretch {
	align-self: stretch!important
}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:576px) {
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
	float: left!important
}
.float-lg-right {
	float: right!important
}
.float-lg-none {
	float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
	box-shadow: none!important
}

html.no-scroll {
	overflow: hidden
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1200px;
	font-size: 14px;
	font-family: "Be Vietnam"
}
#page {
	position: relative;
	min-width: 1200px
}
* {
	outline: 0
}
a {
	color: #fff
}
a:hover {
	text-decoration: none;
	color: #b10000
}
img {
	max-width: 100%
}
dl, ol, ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none
}
button:focus {
	outline: 0
}
.daterangepicker {
	color: #000
}
.menu, .news__list--news li a .info-text .info-text--title {
	font-weight: 700;
	text-transform: uppercase
}
.cat-list__item-title, .game-lobby h3, .modal-custom__title, .news-page__title-rela {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.text-small {
	font-size: 14px
}
.txt-red-udl {
	color: #c13333;
	font-weight: 700;
	text-decoration: underline
}
.txt-gray {
	color: #4d4d4d
}
.txt-red {
	color: #b10000
}
.txt-white {
	color: #fff
}
.bg-gray {
	background: #e5e5e5
}
.txt-black {
	color: #000
}
.txt-error-msg {
	color: #b10000;
margin-top:.5rem;
	font-size: 12px
}
.show-more {
	margin: 2rem auto 1rem;
	text-align: center
}
.show-more a {
	font-size: 20px;
	color: #797979;
	font-weight: 700;
	text-transform: uppercase
}
.show-more a:hover {
	color: #b10000
}
.text-convert {
	color: #b10000;
	font-weight: 700;
	line-height: 1
}
.tooltip:hover:after {
	content: "";
	background: #b10000;
	color: #fff
}
.txt-more {
	color: #757575;
	font-style: italic
}
.txt-more a {
	color: #757575;
	font-style: italic;
	font-weight: 700
}
.txt-more a:hover {
	color: #b10000
}
.news-item h1, .news-item h6, .news-item--hot-right .news-item .news-item__des, .news-item__des, .text-two-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-item--hot-right .news-item h6, .text-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.img-hover {
	background-color: #ddd
}
.img-hover img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.img-hover:hover img {
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	opacity: .8
}
@-webkit-keyframes crabAnimation {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(30deg);
transform:rotate(30deg)
}
}
@keyframes crabAnimation {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(30deg);
transform:rotate(30deg)
}
}
@-webkit-keyframes octopusAnimation {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@keyframes octopusAnimation {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@-webkit-keyframes btnFishAnimation {
0% {
-webkit-filter:none;
filter:none
}
100% {
-webkit-filter:brightness(1.2) drop-shadow(0 0 10px #1264ad);
filter:brightness(1.2) drop-shadow(0 0 10px #1264ad)
}
}
@keyframes btnFishAnimation {
0% {
-webkit-filter:none;
filter:none
}
100% {
-webkit-filter:brightness(1.2) drop-shadow(0 0 10px #1264ad);
filter:brightness(1.2) drop-shadow(0 0 10px #1264ad)
}
}
@-webkit-keyframes btnSportAnimation {
0% {
-webkit-filter:none;
filter:none
}
100% {
-webkit-filter:brightness(1.5) drop-shadow(0 0 10px #fff6b3);
filter:brightness(1.5) drop-shadow(0 0 10px #fff6b3)
}
}
@keyframes btnSportAnimation {
0% {
-webkit-filter:none;
filter:none
}
100% {
-webkit-filter:brightness(1.5) drop-shadow(0 0 10px #fff6b3);
filter:brightness(1.5) drop-shadow(0 0 10px #fff6b3)
}
}
@-webkit-keyframes steam {
0% {
background-position:0 0
}
50% {
background-position:400% 0
}
100% {
background-position:0 0
}
}
@keyframes steam {
0% {
background-position:0 0
}
50% {
background-position:400% 0
}
100% {
background-position:0 0
}
}
@-webkit-keyframes animation-rotate {
0% {
-webkit-transform:translate(-50%, -50%) rotate(0);
transform:translate(-50%, -50%) rotate(0)
}
100% {
-webkit-transform:translate(-50%, -50%) rotate(360deg);
transform:translate(-50%, -50%) rotate(360deg)
}
}
@keyframes animation-rotate {
0% {
-webkit-transform:translate(-50%, -50%) rotate(0);
transform:translate(-50%, -50%) rotate(0)
}
100% {
-webkit-transform:translate(-50%, -50%) rotate(360deg);
transform:translate(-50%, -50%) rotate(360deg)
}
}
@-webkit-keyframes spinner {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes lightAnimation {
0% {
-webkit-filter:brightness(1);
filter:brightness(1)
}
50% {
-webkit-filter:brightness(1.2);
filter:brightness(1.2)
}
to {
	-webkit-filter: brightness(1);
	filter: brightness(1)
}
}
@-webkit-keyframes animateBubble {
0% {
margin-top:500px;
opacity:0
}
5% {
opacity:.5
}
100% {
margin-top:-100%;
opacity:1
}
}
@keyframes animateBubble {
0% {
margin-top:500px;
opacity:0
}
5% {
opacity:.5
}
100% {
margin-top:-100%;
opacity:1
}
}
@-webkit-keyframes sideWays {
0% {
margin-left:0
}
100% {
margin-left:50px
}
}
@keyframes sideWays {
0% {
margin-left:0
}
100% {
margin-left:50px
}
}
.x1 {
	-webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: -5%;
	top: 5%;
	-webkit-transform: scale(.6);
	transform: scale(.6)
}
.x2 {
	-webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	-webkit-transform: scale(.4);
	transform: scale(.4)
}
.x3 {
	-webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}
.x4 {
	-webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	-webkit-transform: scale(.3);
	transform: scale(.3)
}
.x5 {
	-webkit-animation: animateBubble 35s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 35s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
.bubble {
	box-shadow: 0 20px 20px rgba(0,0,0,.2), inset 0 10px 20px 5px rgba(255,255,255,.7);
	height: 100px;
	width: 100px;
	z-index: 3;
	opacity: 0;
	position: absolute;
	border-radius: 50%
}
.bubble:after {
	background: radial-gradient(ellipse at center, rgba(255,255,255,.1) 0, rgba(255,255,255,0) 20%);
	box-shadow: inset 0 20px 20px rgba(255,255,255,.1);
	content: "";
	height: 50px;
	left: 10px;
	width: 50px;
	position: absolute;
	border-radius: 50%
}
@-webkit-keyframes circle {
0% {
opacity:1
}
40% {
opacity:1
}
100% {
width:200%;
height:200%;
opacity:0
}
}
@keyframes circle {
0% {
opacity:1
}
40% {
opacity:1
}
100% {
width:200%;
height:200%;
opacity:0
}
}
.come-in {
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-animation: come-in .8s ease forwards;
	animation: come-in .8s ease forwards
}
.come-in:nth-child(odd) {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}
.already-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: none;
	animation: none
}
@-webkit-keyframes come-in {
to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes come-in {
to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes rotate-around {
0% {
-webkit-transform:rotateY(0);
transform:rotateY(0)
}
50% {
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg)
}
100% {
-webkit-transform:rotateY(1turn);
transform:rotateY(1turn)
}
}
@keyframes rotate-around {
0% {
-webkit-transform:rotateY(0);
transform:rotateY(0)
}
50% {
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg)
}
100% {
-webkit-transform:rotateY(1turn);
transform:rotateY(1turn)
}
}
.header {
	background: #323035;
}
.header__item--top {
	background: #323035;
}
.header__container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
padding:.5rem 0
}
.header__logo {
	padding: 1.3rem 0;
}
.header__logo h1 {
	line-height: 1
}
.header__logo h1 a {
	display: block
}
.menu {
	background: #b10000
}
.menu .dropdown-submenu {
	position: relative
}
.menu .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px
}
.footer__content {
	background-color: #1a1a1a;
	padding: 1rem 0
}
.footer__content--left {
	border-right: 1px solid #000;
	padding-right: 0
}
.footer__content--left>p {
	color: #c1bdbd
}
.footer__content--left>p a {
	color: #c1bdbd
}
.footer__content--left .nav__footer {
	border-top: 1px solid #000;
	padding-top: 1.5rem
}
.footer__content--left .nav__footer--item {
	width: 22%
}
.footer__content--left .nav__footer--item:first-child {
	width: 31%
}
.footer__content--left .nav__footer--item:last-child {
	/*width: 45%;*/
	width: 660px;
	margin-right: 1rem
}
.footer__content--left .nav__footer--item h5 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 16px
}
.footer__content--left .nav__footer--item ul .lst-footer--support li:first-child {
	margin-bottom: 1.5rem
}
.footer__content--left .nav__footer--item ul li {
	font-size: 14px;
margin-bottom:.8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.footer__content--left .nav__footer--item ul li i {
margin-right:.5rem;
	text-align: center;
	min-width: 32px
}
.footer__content--left .nav__footer--item ul li a {
	color: #c1bdbd;
	font-weight: 700
}
.footer__content--left .nav__footer--item ul li a:hover {
	color: #c13333
}
.footer__content--left .nav__footer--item ul li .item-color {
	font-weight: 700
}
.footer__content--right .nav-tabs {
	border-bottom: none;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.footer__content--right .nav-tabs .nav-link {
	color: grey;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	background: 0 0;
padding:.5rem;
	font-size: 18px
}
.footer__content--right .nav-tabs .nav-link.active {
	color: #fff
}
.footer__bottom {
	background: #000
}
.footer__bottom ul {
	display: -webkit-box;
	display: flex;
	padding: 10px 0
}
.footer__bottom ul li {
	margin-right: 3rem;
	font-size: 14px
}
.footer__bottom ul li:last-child {
	margin-right: 0
}
.lst-footer__item {
	font-size: 14px;
	border-radius: 5px;
	width: calc(100%/2 - 1rem);
	margin-right: 1rem;
	background: #161616;
padding:.3rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}
.lst-footer__item:nth-child(5), .lst-footer__item:nth-child(6), .lst-footer__item:nth-child(7) {
	width: 28%
}
.lst-footer__item:nth-child(7) {
	margin-right: 0
}
.lst-footer__item .bank-logo {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 0
}
.lst-footer__item .bank-logo:hover {
	cursor: pointer;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}
.logo-brand {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.logo-brand>a {
	width: 65%;
	margin-right: 1rem
}
.logo-brand p {
	padding: 0 1rem;
	font-size: 12px
}
.footer .news__list--news__item {
	margin-bottom: 1rem
}
.footer .btn--view-more, .footer .modal-custom__wrap-btn .btn-history, .modal-custom__wrap-btn .footer .btn-history {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40%;
	margin: 0 auto
}
.footer .news__list--news {
	margin-top: 1rem
}
.footer__bottom--banner {
	margin-top: 1rem
}
.footer__content--left .footer__txt-blue {
	color: #6aa6ff!important
}
.footer__content--left .footer__txt-red {
	color: #c72828!important
}
.footer__content--left .footer__txt-purple {
	color: #cb84e1!important
}
.footer__content--left .footer__txt-white {
	color: #e6eff4!important
}
.footer__content--left .footer__txt-green {
	color: #5bd9a0!important
}
.main-w {
	background: #fff
}
.news-page__body {
	margin: 2rem 0 0;
	padding-bottom: 2rem;
	color: #1b1a1a
}
.news-page__container {
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 1rem
}
.news-page__title {
	font-size: 25px;
	margin: 1rem 0
}
.news-page__content-write {
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 1rem
}
.news-page__content-write p {
	margin-bottom: 1rem;
	color: #272727
}
.news-page__content-write img {
	text-align: center;
	display: -webkit-box;
	display: flex;
	margin: 1rem auto
}
.news-page__content-write a {
	color: #007bff
}
.news-page__content-write a:hover {
	color: #797979
}
.news-page__content-write h2 {
	font-size: 20px;
margin-bottom:.5rem
}
.news-page__content-write h3 {
	font-size: 18px;
margin-bottom:.5rem
}
.news-page__content-write h4 {
	font-size: 16px;
margin-bottom:.5rem
}
.news-page__content-write ul {
	list-style: initial;
	padding-left: 1rem
}
.news-page__tag-list {
	display: block;
	margin-bottom: 1rem;
	list-style: none!important
}
.news-page__tag-list li {
	display: inline-block;
	margin-bottom: 1rem
}
.news-page__tag-list li a {
	background-color: #e5e5e5;
padding:.2rem 1rem;
	margin-right: 1rem;
	border-radius: 30px;
	color: #272727
}
.news-page__tag-list li.active a, .news-page__tag-list li:hover a {
	background: #c13333;
	color: #fff
}
.news-page__paging {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #272727;
	padding-top: 1rem
}
.news-page__paging a {
	color: #757575
}
.news-page__paging a:hover {
	color: #b10000
}
.news-page__paging p {
	font-weight: 700
}
.news-page__paging div:last-child {
	text-align: right
}
.news-page__suggest {
	border: 1px solid #bdbdbd;
padding:.5rem .5rem;
	width: 100%;
	text-align: center;
	margin: 1rem 0
}
.news-page__suggest a {
	color: #272727;
	font-weight: 700
}
.news-page__suggest a:hover {
	color: #b10000
}
.news-page__title-rela {
	font-size: 18px;
	margin-bottom: 1rem;
	margin-top: 2rem
}
.news__list--news {
	margin-top: 2rem
}
.news__list--news li a {
	display: -webkit-box;
	display: flex;
	line-height: 1
}
.news__list--news li a .fluid-image {
	width: 160px;
	height: 85px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}
.news__list--news li a .info-text {
	-webkit-box-flex: 2;
	flex: 2 75%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	margin-left: 10px
}
.news__list--news li a .info-text .info-text--des {
	font-size: 14px;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-item {
	position: relative;
	margin-bottom: 1.5rem
}
.news-item:nth-last-child(-n+3) {
	margin-bottom: 0
}
.news-item__img-thumb {
	position: relative;
	padding-bottom: 60%;
margin-bottom:.5rem
}
.news-item__img-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px
}
.news-item__top {
margin-bottom:.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.news-item__tip {
	color: #c13333;
	font-weight: 700;
margin-right:.2rem
}
.news-item__post-date {
	color: #999;
	font-weight: 700
}
.news-item h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #272727;
	margin-bottom: 1rem;
	font-size: 18px
}
.news-item h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
margin-bottom:.5rem;
	font-size: 16px
}
.news-item__des {
	font-size: 14px;
	color: #999
}
.news-item--ctl {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}
.news-item--ctl__img-thumb {
	position: relative;
	padding-bottom: 50%
}
.news-item--ctl__img-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.news-item--ctl__type {
	font-size: 18px;
	font-weight: 700
}
.news-item--ctl__content {
	position: absolute;
	bottom: 1rem;
	left: 1rem
}
.news-item--ctl__des {
	color: #fff;
	margin-bottom: 1rem
}
.news-item--ctl h6 {
	font-size: 30px
}
.news-item--ctl-right .news-item__img-thumb {
	padding-bottom: 60%;
	margin-bottom: 1rem
}
.news-item--hot-left {
	margin-bottom: 2rem
}
.news-item--hot-left .news-item__img-thumb {
	padding-bottom: 55%
}
.news-item--hot-left .news-item__content {
	margin-top: 1rem
}
.news-item--hot-left .news-item__des {
	color: #000;
	margin-bottom: 1rem
}
.news-item--hot-left h2 {
	color: #000;
	font-size: 23px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
margin-bottom:.5rem
}
.news-item--hot-right {
	position: relative
}
.news-item--hot-right .news-item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1.5rem
}
.news-item--hot-right .news-item:nth-last-child(-n+3) {
	margin-bottom: 1rem
}
.news-item--hot-right .news-item:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.news-item--hot-right .news-item:hover h6 {
	color: #b10000
}
.news__btn-viewmore {
	background: #f2f2f2;
	color: #a8a8a8;
	width: 100%;
	display: block;
	border-radius: 5px;
padding:.3rem;
	text-align: center;
	margin: 2rem 0;
	font-weight: 700
}
.news-page-top {
	background: url(../images/assets/images/about/about_banner.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	text-align: center
}
.news-page-top__content-wrap {
	padding: 3rem
}
.news-page-top .container {
	padding-top: 3rem;
	padding-bottom: 3rem
}
.news-page-top__title {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	text-align: center
}
.banner-box__wrap {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	-webkit-transform: translateX(-70%);
	transform: translateX(-70%)
}
.banner-box__team {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
padding:.3rem;
	background-color: #fff;
margin-right:.5rem;
	max-width: 100px;
	border-radius: 30px
}
.banner-box img {
	width: 16px;
	height: 16px;
	-o-object-fit: cover;
	object-fit: cover;
margin-right:.2rem
}
.banner-box__name {
	color: #bdbdbd;
	margin-right: 1rem
}
.banner-box__ratio {
	color: #272727;
	font-weight: 700
}
.news-nav {
	background: #f0f0f0;
	margin: 1rem 0 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	border-radius: 5px
}
.news-nav__link {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
padding:.5rem 1rem;
	display: block
}
.search__bar {
	margin: 0 auto;
	height: 40px;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
	width: 450px;
	padding: 10px
}
.search__input {
	border: 0;
	outline: 0;
	background: 0 0;
	line-height: 20px;
	width: 440px;
	color: #000;
	padding-left: 1rem;
	padding-right: 3rem
}
.search__icon {
	height: 30px;
	width: 30px;
	float: right;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none;
	position: absolute;
	top: 50%;
right:.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #b10000;
	color: #fff
}
.search__icon:hover {
	color: #fff
}
.search__icon:active {
	box-shadow: 0 0 6px #9a9292
}
.new-item__content {
	margin-bottom: 1rem
}
.new-item__content:hover h6 {
	color: #b10000
}
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0;
	padding: 0;
	box-shadow: none;
	white-space: normal;
	text-align: center;
	border-radius: 60px;
	color: #fff;
padding:.5rem 2rem;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1)
}
.btn:focus, .btn:hover {
	outline: 0
}
.btn:focus {
	box-shadow: none
}
.btn--loading {
	pointer-events: none;
	position: relative;
	overflow: hidden;
	color: transparent!important
}
.btn--loading:before {
	content: "";
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.btn--loading:after {
	content: "\F110";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	-webkit-animation: animation-rotate 750ms linear infinite;
	animation: animation-rotate 750ms linear infinite
}
.btn--register {
	color: #c00000!important;
	background: #fff;
	font-weight: 700;
padding:.5rem 2.5rem;
	font-size: 14px
}

.btn--register:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #000!important
}
.btn--login {
	background: #f2c94c;
	color: #a1030b!important;
	font-size: 14px;
	font-weight: 700
}
.btn--login:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #a1030b!important
}
.btn--type-1 {
	background-color: #b10000;
	font-weight: 700
}
.btn--type-1:hover {
	background-color: #fff;
	color: #4d4d4d
}
.btn--type-1.btn--type-outline {
	border: 1px solid #b10000;
	background: 0 0
}
.btn--type-1.btn--type-outline:hover {
	background-color: #fff;
	color: #1b1a1a;
	border: 1px solid #fff
}
.btn--type-2 {
	color: #fff
}
.btn--type-3 {
	background-color: #fff;
	color: #4d4d4d
}
.btn--type-3:hover {
	background-color: #b10000;
	color: #fff
}
.btn--type-4, .card-game__btn, .modal-custom__wrap-btn .btn-nap, .promotion-article__btn, .wallet-award__btn {
	background-color: #b10000;
	border: 1px solid #fff;
padding:.3rem 2.3rem;
	position: relative;
	font-size: 14px;
	font-weight: 700
}
.btn--type-4:hover, .card-game__btn:hover, .modal-custom__wrap-btn .btn-nap:hover, .promotion-article__btn:hover, .wallet-award__btn:hover {
	background-color: #fff;
	color: #b10000
}
@media screen and (max-width:1200px) {
.btn--type-4, .card-game__btn, .modal-custom__wrap-btn .btn-nap, .promotion-article__btn, .wallet-award__btn {
padding:.3rem 1rem
}
}
.btn--type-5 {
	background-color: #000
}
.btn--type-5:focus, .btn--type-5:hover {
	background-color: #fff;
	color: #000
}
.btn--type-6 {
padding:.25rem 2rem;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-transform: none
}
.btn--type-6:focus, .btn--type-6:hover {
	background-color: #fff;
	color: #b10000;
	border-color: #fff
}
.btn--type-7 {
	background-color: #fff;
	color: #b10000;
	font-weight: 700;
padding:.5rem 3.5rem
}
.btn--type-7:hover {
	background-color: #fff;
	color: #000
}
.btn--type-8 {
	background-color: #870007;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
padding:.3rem 1rem
}
.btn--type-8:focus, .btn--type-8:hover {
	background-color: #fff;
	color: #000
}
.btn--type-8:focus>span, .btn--type-8:hover>span, .btn--type-8:hover>span a {
	color: #000
}
.btn--type-8:focus>span:first-of-type, .btn--type-8:hover>span:first-of-type {
	border-right: 1px solid #000
}
.btn--type-8 i {
margin-right:.5rem;
	font-size: 18px;
	color: #fff
}
.btn--type-8:hover i{
color: #000
}
.btn--type-8>span, .btn--type-8>span a {
	color: #fff
}
.btn--type-8>span:first-of-type {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #fff
}
.btn--type-8>span:last-of-type {
	font-weight: 700;
	font-size: 12px
}
.btn--type-radius {
	border-radius: 50%;
padding:.5rem .75rem;
	background-color: #000
}
.btn--type-radius:focus, .btn--type-radius:hover {
	background-color: #fff;
	color: #000
}
.btn--gray {
	background-color: #e5e5e5;
	border: 1px solid #ababab;
	color: #ababab;
	font-weight: 700
}
.btn--gray:hover {
	background-color: #b10000;
	border: 1px solid #fff
}
.btn--type-play {
	background-color: #fff;
	color: #000;
	text-transform: none;
padding:.3rem 3rem;
	font-weight: 700;
	font-size: 16px
}
.btn--type-play:hover {
	background-color: #b10000;
	color: #fff
}
.btn--view-more, .modal-custom__wrap-btn .btn-history {
	background-color: #e5e5e5;
	color: #757575!important;
	font-size: 12px!important;
	padding:.25rem 2rem;
	text-transform: none
}
.btn--view-more:hover, .modal-custom__wrap-btn .btn-history:hover {
	background-color: #b10000;
	color: #fff
}
.btn--tab {
	background-color: #fff;
	color: #646464;
padding:.25rem 2rem;
	text-transform: none
}
.btn--tab.active, .btn--tab:hover {
	background-color: #ddd;
	color: #646464
}
.btn--border-red {
	background-color: transparent;
	color: #000;
	font-weight: 700;
	font-size: 10px;
padding:.5rem 2rem;
	border: 1px solid #b10000
}
.btn--border-red:hover {
	color: #fff;
	background-color: #b10000
}
.btn--form {
	background-color: #b10000;
	color: #fff;
	font-weight: 700;
	width: 100%
}
.btn--form:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.btn--form-inline {
	width: auto
}
.btn--form-inline {
	background-color: #b10000;
	color: #fff;
	font-weight: 700
}
.btn--form-inline:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.btn--small {
	width: auto
}
.btn--view-detail {
	background-color: #ccc;
	color: #000;
padding:.25rem 1rem;
	border-radius: 10px;
	font-size: 10px;
	text-transform: none
}
.btn--view-detail:hover {
	background-color: #b10000;
	color: #fff
}
@media screen and (max-width:1024px) {
.btn--view-detail {
padding:.25rem .5rem
}
}
.btn-default {
	background-color: #ccc;
	color: #000
}
.btn-default:hover {
	background-color: #e5e5e5;
	color: #000
}
.btn-primary {
	background-color: #c13333;
	color: #fff
}
.btn-primary:hover {
	background-color: #b10000;
	color: #fff
}
.btn--coin {
	font-size: 22px;
	color: #c13333;
	background-color: #fff;
padding:.1rem 1rem;
	width: 260px;
	font-weight: 700;
	border-radius: 60px;
	text-align: center
}
.btn--receive {
	font-size: 14px;
	color: #fff;
	background-color: grey;
	margin-top: 1rem
}
.btn--receive.active {
	background-color: #b10000
}
.btn--receive:hover {
	opacity: .7
}
.btn--cancel {
	background-color: #b10000;
	border: 1px solid #fff;
	color: #fff;
padding:.3rem 2rem;
	position: relative;
	font-size: 14px;
	font-weight: 700
}
.btn--cancel:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.btn--wallet {
	background-color: #3d78d0;
	color: #fff;
padding:.3rem 2.3rem;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	width: 35%
}
.btn--wallet:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	background-color: #3d78d0
}
.btn--wallet:disabled {
	background: #bfbfbf;
	opacity: 1;
	color: #fff
}
.btn--wallet:disabled:hover {
	background: #bfbfbf;
	opacity: 1;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}
.form {
	padding: 2rem 1rem;
	background: #fff;
	border-radius: 0 5px 5px 5px
}
.form--inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.form__daterange {
	position: relative
}
.form__daterange:after {
	content: "";
	width: 15px;
	height: 20px;
	background: url(../images/assets/images/up_down.svg) no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	top: 50%;
right:.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.form__group {
	margin-bottom: 1rem
}
.form__group:last-child {
	margin-bottom: 0
}
.form__group.has-feedback {
	position: relative
}
.form__content-row .col-3 {
	padding-right: 5px;
	position: relative
}
.form__eye {
	position: relative
}
.form-control-feedback {
	position: absolute;
	top: 50%;
right:.5rem;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	pointer-events: auto
}
.form__error {
margin-top:.3rem;
	font-size: 12px;
	color: #b10000;
	padding-left: 1rem;
	line-height: 1
}
.form__group.required .form__error {
	display: block
}
.form__check-input {
	position: absolute;
	margin-left: -1.25rem
}
.form__footer {
	text-align: center;
	margin-top: 2rem
}
.form__row {
	-webkit-box-align: start;
	align-items: flex-start
}
.form__banner-bank-wrap {
	position: relative;
	height: 100%
}
.form__banner-bank-wrap img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	z-index: 0
}
.form__banner-bank {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-size: 16px;
	background-color: #e5e5e5;
	border-radius: 5px;
	padding: 1rem;
	position: relative
}
.form__banner-bank:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 10px 0;
	border-color: transparent #e5e5e5 transparent transparent;
	position: absolute;
left:-.5rem;
top:.5rem
}
.form__banner-bank li {
	border-bottom: 1px solid #bdbdbd;
padding-top:.5rem;
padding-bottom:.5rem;
	width: 100%
}
.form__banner-bank li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.form__banner-bank li:first-child {
	padding-top: 0
}
.form__banner-bank--name {
	color: #4a4a4a;
	font-size: 14px
}
.form__banner-bank--info {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}
.form__banner-bank--info p {
	color: #b10000;
	font-weight: 700
}
.form__banner-bank--info button {
	color: #fff;
	background-color: #b10000;
padding:.2rem .5rem;
	font-size: 9px;
	border-radius: 5px;
	border: none
}
.form .fa-info-circle {
	cursor: pointer
}
.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0;
	padding: 0;
	box-shadow: none;
padding:.5rem 1rem;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	outline: 0;
	border: 1px solid #fff
}
.input:focus, .input:hover {
	outline: 0
}
.input:focus {
	box-shadow: 0 0 5px #f8fdff;
	border: 1px solid #51cbee
}
.input--type-1 {
	border: 1px solid #fff;
	border-radius: 60px;
	color: #000;
	font-size: 12px;
padding:.35rem 1rem;
	height: 37px;
	background: #fff
}
.input--type-1:focus {
	border: 1px solid #fff
}
.input--type-1::-webkit-input-placeholder {
color:#000
}
.input--type-1::-moz-placeholder {
color:#000
}
.input--type-1:-ms-input-placeholder {
color:#000
}
.input--type-1::-ms-input-placeholder {
color:#000
}
.input--type-1::placeholder {
color:#000
}
.input--ktex {
padding:.2rem 1rem
}
.input--type-2 {
	border: 1px solid #999;
	border-radius: 60px;
	color: #000
}
.input--type-3 {
	border: 1px solid #999;
	border-radius: 60px;
	color: #000;
padding:.3rem 1rem
}
.input--type-4 {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 60px;
	color: #000;
padding:.3rem 1rem
}
.input--type-5 {
	border: 1px solid #999;
	border-radius: 60px;
	font-size: 14px;
padding:.35rem 1rem;
	height: 34px
}
.input--type-6 {
	border: 1px solid #999;
	border-radius: 60px;
	background: #fff;
	color: #000;
	font-size: 12px;
padding:.35rem 2rem;
	height: 34px
}
.input--type-textarea {
	border: 1px solid #999
}
.select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
padding:.5rem 0;
	position: relative;
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 60px
}
.select:after {
	content: "";
	width: 15px;
	height: 20px;
	background: url(../images/assets/images/up_down.svg) no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	top: 50%;
right:.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: 0 0;
	display: block;
	width: 100%;
	outline: 0;
	cursor: pointer;
	z-index: 2;
	border: none;
	text-overflow: "";
text-indent:.5rem;
	font-size: 12px;
padding:0 .5rem
}
.select select option[disabled] {
	color: #eee;
	text-shadow: none;
	border: none
}
.select select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #888
}
.select select::-ms-expand {
display:none
}
/*.checkbox {
	position: absolute;
	opacity: 0
}*/
.checkbox+label {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 10.5px;
	font-weight: #f8f9fa;
	position: relative;
	cursor: pointer;
	padding: 0
}
.checkbox+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	background-color: transparent
}
.checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto
}
.checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd
}
.checkbox:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background-color: #000;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.radio-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	cursor: pointer
}
.radio-button input[type=radio] {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	outline: 0!important;
	-webkit-appearance: none;
	margin-right: 1rem;
	cursor: pointer
}
.radio-button input[type=radio]::before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	border: 1.75px solid #000;
	border-radius: 100%;
	box-shadow: none;
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1)
}
.radio-button input[type=radio]:checked::before {
	background-color: #ff0
}
.radio-button input[type=radio]:disabled::before {
	cursor: not-allowed;
	background-color: #bfbfbf;
	border-color: #bfbfbf
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}
@media screen and (max-width:1200px) {
.container {
	max-width: none!important;
	padding: 0 30px
}
}
.popover-custom .popover-body {
	padding: 0;
	box-shadow: 0 14px 15px 5px rgba(0,0,0,.3)
}
.popover-custom--user-menu {
	max-width: none;
	width: 330px
}
.popover-custom--convert {
	width: 870px;
	max-width: none
}
.user-menu {
	color: #000
}
.user-menu__item {
	border-bottom: 1px solid #ddd
}
.user-menu__item--more {
	background-color: #e7e7e7
}
.user-menu__link {
padding:.5rem 1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	color: #000
}
.user-menu__link:hover {
	background-color: #ddd;
	color: #000
}
.user-menu__text {
	font-size: 14px
}
.user-menu__sub-text {
	color: #c60707;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase
}
.user-menu i {
margin-right:.5rem
}
.home-banner {
	position: relative
}
.home-banner__container {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home-banner__wrap-img {
	padding-top: 30%;
	position: relative
}
.home-banner__item {
	position: relative
}
.home-banner__item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	cursor: pointer
}
.home-banner__bach-tuot {
	position: absolute;
	left: 40%;
	bottom: 10%;
	width: 8%;
	animation: octopusAnimation 3s linear alternate-reverse infinite
}
.home-banner__crab {
	position: absolute;
	left: 40%;
	top: 6%;
	width: 10%;
	animation: crabAnimation 3s linear alternate-reverse infinite
}
.home-banner__btn-ban-ca {
	position: absolute;
	left: 46%;
	bottom: 10%;
	width: 18%;
	animation: btnFishAnimation 1s linear alternate-reverse infinite
}
.home-banner__wrap-the-thao {
	position: absolute;
	left: 42%;
	bottom: 10%;
	width: 15%
}
.home-banner__wrap-the-thao img {
	animation: btnSportAnimation 1s linear alternate-reverse infinite
}
.home-banner__light-ma-dao {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: lightAnimation 1s ease-in-out infinite;
	animation: lightAnimation 1s ease-in-out infinite
}
.home-banner--btn-baccarat {
	position: absolute;
	left: 38%;
	top: 56%;
	width: 15%;
	animation: btnSportAnimation 1s linear alternate-reverse infinite
}
.home-banner--light-baccarat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 75%;
	animation: btnSportAnimation .5s linear alternate-reverse infinite
}
.home-banner--hu-llqp {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 23%;
	animation: btnSportAnimation .5s linear alternate-reverse infinite
}
.home-banner--btn-llqp {
	position: absolute;
	bottom: 18%;
	width: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	animation: btnSportAnimation .7s linear alternate-reverse infinite
}
.home-banner--btn-b52, .home-banner--btn-cashback, .home-banner--btn-promotion {
	position: absolute;
	bottom: 10%;
	width: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	animation: btnSportAnimation .7s linear alternate-reverse infinite
}
.home-banner--btn-cashback, .home-banner--btn-promotion {
	bottom: 18%;
	animation: lightAnimation 1s linear alternate-reverse infinite
}
.main-slider__container {
	position: absolute;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0
}
.main-slider__bg-img {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.main-slider__content {
	position: absolute;
	width: 75%;
	left: 15px;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-14%);
	transform: translateY(-14%)
}
.main-slider__content h2 {
	font-size: 3rem;
	line-height: 1
}
.main-slider__content-title--sub {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #fff
}
.main-slider__wrp-btn {
	padding-top: 1rem;
	margin-top: 1.5rem
}
.main-slider__main-btn {
padding:.5rem 3rem;
	font-weight: 700;
	font-size: 16px;
	width: 270px
}
.main-slider .swiper-pagination {
	pointer-events: auto
}
.main-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	margin-right: 10px
}
.main-slider .swiper-pagination-bullet-active {
	background: #b10000
}
.main-slider .swiper-pagination-bullets {
	left: 50%;
	width: auto;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.main-slider .swiper-button-prev {
	left: 64px;
	right: auto;
	text-shadow: 5px 0 15px rgba(0,0,0,.8);
	color: #fff
}
.main-slider .swiper-button-next {
	right: 64px;
	left: auto;
	text-shadow: 5px 0 15px rgba(0,0,0,.8);
	color: #fff
}
.all-game {
	padding-bottom: 3rem
}
.all-game .row {
	-webkit-box-pack: center;
	justify-content: center
}
.cat-list--type-1 .cat-list__wrp-item {
	max-height: 280px;
	margin-bottom: 30px
}
.cat-list--type-1 .cat-list__wrp-item:nth-last-child(-n+4) {
	margin-bottom: 0
}
.cat-list--type-5 .cat-list__wrp-item {
	height: calc((100% - 60px)/ 3);
	margin-bottom: 30px
}
.cat-list--type-5 .cat-list__wrp-item:nth-last-child(-n+2) {
	margin-bottom: 0
}
.cat-list--type-5 .cat-list__column-right .cat-list__wrp-item {
	height: calc((100% - 60px)/ 3);
	margin-bottom: 30px
}
.cat-list--ingame .cat-list__wrp-item:nth-last-child(-n+3) {
	margin-bottom: 0
}
.cat-list__item {
	text-align: center;
	position: relative;
	padding-bottom: 50%;
	border-radius: 10px 10px 22px 22px;
	overflow: hidden
}
.cat-list__item img {
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}
.cat-list__item:hover .cat-list__item-text {
	background-color: #b10000
}
.cat-list__item:hover img {
	opacity: .8
}
.cat-list__item a {
	display: block
}
.cat-list--type-1 .cat-list__item {
	padding-bottom: 100%
}
.cat-list__item--sport {
	padding-bottom: 65%
}
.cat-list__item--sport .cat-list__item-des {
	width: 80%
}
.cat-list__item--sport .cat-list__item-title {
	font-size: 28px
}
.cat-list--type-3 .cat-list__item {
	padding-bottom: 100%
}
.cat-list--type-3 .cat-list__item .cat-list__item-title {
	font-size: 28px
}
.cat-list__item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.cat-list__item-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1em
}
.cat-list--type-5 .cat-list__column-right .cat-list__item-title {
	font-size: 24px
}
.cat-list__item-des {
margin-top:.5rem
}
.cat-list--type-5 .cat-list__column-right .cat-list__item-des {
	font-size: 14px
}
.cat-list--type-5 .cat-list__column-right .cat-list__item-des {
	font-size: 14px
}
.cat-list__item-label {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 40px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover
}
.cat-list__item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.11), 0 4px 4px rgba(0,0,0,.11), 0 8px 8px rgba(0,0,0,.11), 0 16px 8px rgba(0,0,0,.11);
	cursor: pointer;
	background-color: #c72828;
	border-radius: 0 0 22px 22px;
padding:.5rem;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	box-shadow: 0 -2px 2px rgba(0,0,0,.25);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.cat-list__item-btn {
	margin-top: 1rem
}
.cat-list--type-3 .cat-list__item-btn {
	margin-top: 2rem
}
.cat-list--type-5 .cat-list__column-right .cat-list__item-btn {
padding:.3rem 2rem;
margin-top:.5rem
}
.ticket {
	position: absolute;
	left: 0;
top:.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	-webkit-animation: lightAnimation .5s infinite;
	animation: lightAnimation .5s infinite;
	box-shadow: 0 0 3px #000;
	border-radius: 0 5px 5px 0;
padding:.5rem 1rem
}
.ticket--hot {
	background-color: #c72828;
	color: #fff
}
.ticket-live {
	background: #fff;
	color: #b10000;
padding:.25rem .5rem .25rem 1.25rem;
	font-size: 14px;
	border-radius: 3px;
margin-right:.5rem;
	position: relative;
	-webkit-animation: lightAnimation .5s infinite;
	animation: lightAnimation .5s infinite;
	line-height: 14px
}
.ticket-live:before {
	content: "\F144";
	font-family: "Font Awesome 5 Pro";
	color: #b10000;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
left:.25rem
}
.promotion__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 2rem
}
.promotion__container {
	position: relative;
	z-index: 99
}
.promotion__wrp-content {
	margin-left: 30%
}
.promotion__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #1a1a1a
}
.promotion__btn {
	color: #fff;
	background: #c72828;
	font-weight: 700;
padding:.8rem 3rem;
	text-shadow: 0 2px 2px rgba(0,0,0,.11), 0 4px 4px rgba(0,0,0,.11);
	font-size: 18px;
	line-height: 21px
}
.promotion__btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.promotion__wrp-item {
	position: relative;
	z-index: 1;
	padding: 1rem 2rem 2rem;
	border-radius: 22px;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1b1b), to(#dcdcdc));
	background: linear-gradient(to bottom, #9f1b1b, #dcdcdc)
}
.promotion__wrp-item:after {
	content: "";
	border-radius: 22px;
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #e5e5e5
}
.promotion__wrp-item:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1b1b), to(#d6d4d4));
	background: linear-gradient(to bottom, #9f1b1b, #d6d4d4)
}
.promotion__wrp-item:hover:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#d37b7d), to(#d6d4d4));
	background: linear-gradient(to bottom, #d37b7d, #d6d4d4)
}
.promotion__wrp-img {
	text-align: center
}
.promotion__item-content {
	position: relative;
	z-index: 1
}
.promotion__txt {
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #4f4f4f;
	font-weight: 700
}
.promotion__percent {
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	text-transform: uppercase;
	color: #c72828;
	margin-top: 1rem;
	position: relative
}
.promotion__percent sup {
	font-size: 25px;
	position: absolute;
	top: 1.5rem
}
.promotion__bg {
	position: absolute;
	top: -3.5rem;
	left: 0;
	height: 118%;
	-o-object-fit: cover;
	object-fit: cover;
	mix-blend-mode: multiply
}
.promotion-page__header {
	background: url(../images/assets/images/promo/bg-khuyen-mai.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	text-align: center
}
.promotion-page__header--detail {
	background: url(../images/assets/images/promo/bg-chi-tiet-km.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	text-align: center
}
.promotion-page__title {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase
}
.promotion-page__des {
	font-size: 16px;
	text-align: center;
	margin-top: 1rem
}
.promotion-page__container {
	padding: 3rem 0
}
.promotion-article__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 2rem auto 0;
	padding-bottom: 2rem
}
.promotion-article__item {
	width: calc((100% - 1rem)/ 2);
	margin-right: 1rem;
	margin-bottom: 1rem;
	background: #f3f3f3;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding: 1rem;
	display: -webkit-box;
	display: flex
}
.promotion-article__item:nth-child(2n) {
	margin-right: 0
}
.promotion-article__item:hover {
	background: rgba(177,0,0,.05);
	border: 1px solid #c72828;
	cursor: pointer
}
.promotion-article__wrap {
	display: -webkit-box;
	display: flex
}
.promotion-article__content {
	-webkit-box-flex: 1;
	flex: 1 60%;
	padding: 1rem
}
.promotion-article__content h4 {
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	color: #282727;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.promotion-article__des {
	font-size: 16px;
	line-height: 22px;
	color: #757575;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.promotion-article__btn {
	margin-top: 2rem
}
.promotion-article__btn:hover {
	background-color: #b10000;
	color: #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.promotion-article__cta {
	display: block;
	background: #c72828;
	border-radius: 5px;
	color: #fff!important;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 2rem auto;
	padding: 1rem
}
.promotion-article__cta span {
	font-size: 18px;
	line-height: 21px
}
.promotion-article__cta:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff
}
.navbar-main {
	padding: 0
}
.navbar-main .navbar-nav {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center
}
.navbar-main .navbar-nav .nav-item {
	position: relative
}
.navbar-main .navbar-nav .nav-item:hover .dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: auto;
	z-index: 100;
	margin: 0;
	border: none;
	padding: 0;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid #ececec
}
.navbar-main .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0
}
.navbar-main .navbar-nav .nav-item:first-child .nav-link:after {
	left: 30%!important
}
.navbar-main .navbar-nav .nav-item:focus .nav-link:after, .navbar-main .navbar-nav .nav-item:hover .nav-link:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.navbar-main .navbar-nav .nav-item .nav-link {
padding:.8rem 2rem;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: #1a1a1a;
	white-space: nowrap;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover {
	color: #c72828
}
.navbar-main .navbar-nav .nav-item .nav-link:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 0 8px 5px 8px;
	border-color: transparent transparent #c71515 transparent;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	bottom: 0;
	left: 45%
}
.nav-link:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 8px 5px 8px;
    border-color: transparent transparent #c71515 transparent;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 45%;
}
.navbar-main .navbar-nav .nav-item .nav-link--hot:before, .navbar-main .navbar-nav .nav-item .nav-link--live:before, .navbar-main .navbar-nav .nav-item .nav-link--new:before {
	position: absolute;
	right: -4px;
	top: -10px;
	content: "";
	width: 26px;
	height: 18px;
	-webkit-animation: lightAnimation .3s ease-in-out infinite;
	animation: lightAnimation .3s ease-in-out infinite
}
.navbar-main .navbar-nav .nav-item .nav-link--hot:before {
	background: url(../images/assets/images/hot.svg) no-repeat 50%;
	background-size: contain
}
.navbar-main .navbar-nav .nav-item .nav-link--live:before {
	background: url(../images/assets/images/live.svg) no-repeat 50%;
	background-size: contain
}
.navbar-main .navbar-nav .nav-item .nav-link--new:before {
	background: url(../images/assets/images/new.svg) no-repeat 50%;
	background-size: contain
}
.navbar-main .navbar-nav .nav-item .nav-link.current {
	color: #c72828;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.navbar-main .navbar-nav .nav-item .nav-link.current:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 0 8px 5px 8px;
	border-color: transparent transparent #c71515 transparent;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	bottom: 0;
	left: 45%
}
.menu {
	background: #fff
}
.nav-submenu {
	cursor: pointer
}
.nav-submenu__main {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.nav-submenu__wrap {
	background-color: #fff;
	border: 1px solid #234c53;
padding:.5rem 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0;
	position: absolute;
	border-radius: 0 0 5px 5px
}
.nav-submenu__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.nav-submenu__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 1rem
}
.nav-submenu__link {
	font-size: 14px;
	line-height: 1;
	color: #000;
	white-space: nowrap;
	padding: 1rem
}
.navbar-main .navbar-nav .nav-item .nav-link.nav-submenu__main:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #c71515 transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	bottom: 3px;
	left: 45%;
	-webkit-transform: scaleX(1) rotate(180deg);
	transform: scaleX(1) rotate(180deg)
}
.modal-custom {
	color: #1a1a1a
}
.modal-custom--naptien .modal-header {
	border-bottom: none;
	padding-bottom: 0
}
.modal-custom--history .modal-header {
	background: #e6e6e6
}
.modal-custom--history .modal-body {
	padding: 0
}
.modal-custom--history__time {
	color: #000;
	padding: 1rem;
	border-bottom: 1px solid #8b8b8b
}
.modal-custom--history__time span {
	font-weight: 700
}
.modal-custom--history__time span:first-child {
	border-right: 1px solid #000;
padding-right:.3rem;
padding-right:.3rem
}
.modal-custom__dialog {
	max-width: 570px
}
.modal-custom__header {
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6
}
.modal-custom__title {
	color: #b10000;
	text-align: center
}
.modal-custom__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 30px
}
.modal-custom__close span{font-size: 30px}
.modal-custom__sub-title {
	font-size: 12px;
	text-align: center
}
.modal-custom__content {
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem;
	background-color: #fff;
	pointer-events: auto
}
.modal-custom__body {
	padding: 1rem 2.5rem
}
.modal-custom__body .form {
	padding: 1rem
}
.modal-custom__body a:hover {
	color: #c13333
}
.modal-custom__footer {
	background-color: #f0f0f0;
	color: #000
}
.modal-custom__contact {
padding:.5rem 1rem
}
.modal-custom__contact i {
	color: #c13333
}
.modal-custom__notify {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 1rem
}
.modal-custom__notify i {
	font-size: 30px;
	margin-bottom: 1rem
}
.modal-custom__notify i.icon-success {
	color: #8fc641
}
.modal-custom__notify i.icon-unsuccess {
	color: #b10000
}
.modal-custom__notify--title {
	font-weight: 700;
	font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase
}
.modal-custom__notify--des {
	margin-top: 1rem;
	font-size: 14px;
	color: #1a1a1a;
	text-align: center
}
.modal-custom__notify .btn {
	font-weight: 700
}
.modal-custom-login {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.modal-custom-login__title {
	font-size: 25px;
	color: #b10000;
	font-weight: 700;
	text-align: center;
	margin-top: 1rem
}
.modal-custom-login__title--suss {
	color: #8fc641
}
.modal-custom-login__des {
	text-align: center;
	color: #000
}
.modal-custom-login .btn {
	background-color: #b10000;
	font-weight: 700;
	margin: 1rem auto 0
}
.modal-custom-login .btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff
}
.modal-custom__close-btn {
	position: absolute;
	top: 0;
	right: -3rem;
	opacity: 1;
	z-index: 9999
}
.modal-custom__close-btn i {
	color: #fff;
	font-size: 30px
}
.modal-custom__wrap-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 2rem
}
.modal-custom__wrap-btn .btn-history {
padding:.3rem 2.3rem;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}
.modal-custom__wrap-btn .btn-history:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.modal-custom__wrap-btn .btn-nap:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	background-color: #b10000;
	color: #fff
}
.modal-custom__txt-info {
	color: #adadad;
	text-align: center;
	margin-top: 1rem
}
.modal-custom__img-exp {
	margin-bottom: 1rem;
	text-align: center
}
.modal-custom--use__header {
	padding: 1rem;
	background: #f0f0f0;
	border-radius: 5px 5px 0 0
}
.modal-custom--use__header h3 {
	color: #c72828;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center
}
.modal-body-login {
	padding: 0 1rem 1rem
}
.modal-deposit-guide__header {
	color: #272727
}
.modal-deposit-guide__content {
	background-color: #ecc2c2;
	color: #272727;
	padding: 1rem 2rem
}
.modal-deposit-guide__content ol {
	list-style-type: decimal
}
.modal-deposit-guide__content ul {
	list-style-type: circle;
	padding-left: 10px
}
.main-content {
	padding: 2rem 0;
	color: #000
}
.main-content__row {
	-webkit-box-align: start;
	align-items: flex-start
}
.main-content__left {
	background-color: #fff;
	border-radius: 5px;
	padding: 1rem
}
@media screen and (max-width:1024px) {
.main-content__left {
padding:.5rem
}
}
.main-content__header {
	background-color: #bdbdbd;
padding:.5rem 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.main-content__header h4 {
	font-size: 16px;
	font-weight: 700
}
.main-content__right {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: stretch;
	align-items: stretch
}
.main-content__slider {
	-webkit-box-flex: 0;
	flex: 0 0 auto
}
.hide {
	display: none
}
.tab-custom {
	border-radius: 5px 5px 0 0
}
.tab-custom__wrap {
	border-radius: 5px;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	z-index: 9;
	position: relative
}
.tab-custom__wrap--bg-white {
	background-color: #fff
}
.tab-custom__wrap--margin {
	margin-top: -4rem;
	z-index: 1;
	padding: 2rem;
	background: 0 0
}
.tab-custom__wrap--lobby {
	background: #fff;
	padding-bottom: 1rem
}
.tab-custom__wrap--convert {
	background: #fff
}
.tab-custom--margin {
	border: 1px solid #e5e5e5;
	border-top: none;
margin-top:-.5rem
}
.tab-custom__item, .wallet-award-nav__item {
	margin-right: 2px
}
.tab-custom__item:last-child, .wallet-award-nav__item:last-child {
	margin-right: 0
}
.tab-custom__link, .wallet-award-nav__link {
	display: block;
	padding: 1rem;
	color: #140303;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	background: #f0f0f0;
	border: 1px solid #fff;
	border-radius: 5px 5px 0 0;
	border-bottom: none
}
.active.wallet-award-nav__link, .tab-custom__link.active {
	color: #b10000;
	font-weight: 700;
	background: #fff
}
.active.wallet-award-nav__link:after, .tab-custom__link.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
@media screen and (max-width:1024px) {
.tab-custom__link, .wallet-award-nav__link {
	font-size: 11px;
padding:1rem .5rem
}
}
.tab-custom__header {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	margin-bottom: 3px;
padding:.5rem 1rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.tab-custom__title {
	font-size: 16px;
	color: #b10000
}
.tab-custom__content {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-radius: 0 5px 5px 5px;
	overflow: hidden
}
.tab-custom__content i, .tab-custom__content label {
	color: #757575
}
.tab-custom__content span {
	font-size: 11px
}
.tab-custom__content--no-pad {
	padding: 0
}
.tab-custom__content--gray {
	background-color: #e5e5e5;
margin-top:.3rem
}
.tab-custom__nav {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	border-radius: 10px;
margin-bottom:.5rem
}
.tab-custom__nav li {
	width: 25%
}
.tab-custom__nav li a {
	color: #333;
	padding: 1rem;
	text-align: center
}
.tab-custom__nav li a.active, .tab-custom__nav li a:hover {
	font-weight: 700
}
.tab-custom__nav--w30 {
	margin-bottom: 0
}
.tab-custom__nav--w30 li {
	width: 33.33333%;
	margin-right: 0
}
.tab-custom__nav--w25 {
	border-radius: 0
}
.tab-custom__nav--w25 .tab-custom__item, .tab-custom__nav--w25 .wallet-award-nav__item {
	width: calc((100% - 6px)/ 4)
}
.tab-custom__nav--w25 .active.wallet-award-nav__link, .tab-custom__nav--w25 .tab-custom__link.active {
	background-color: #b10000;
	color: #fff
}
.tab-custom__nav--about {
	border: none;
	margin-bottom: 0
}
.tab-custom__nav--about .tab-custom__item, .tab-custom__nav--about .wallet-award-nav__item {
	width: calc((100% - 6px)/ 4)
}
.tab-custom__nav--about .tab-custom__item:last-child, .tab-custom__nav--about .wallet-award-nav__item:last-child {
	margin-right: 0
}
.tab-custom__nav--about .active.wallet-award-nav__link:after, .tab-custom__nav--about .tab-custom__link.active:after, .tab-custom__nav--about .tab-custom__link:hover:after, .tab-custom__nav--about .wallet-award-nav__link:hover:after {
	content: ""
}
.tab-custom__pane {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%
}
.tab-custom__date .input--type-3 {
	width: 240px;
padding:.3rem .5rem .3rem 1rem
}
.tab-custom__how-to-use {
	display: -webkit-box;
	display: flex;
	margin-left: auto;
	margin-right: 1rem;
	-webkit-box-align: center;
	align-items: center
}
.tab-custom__how-to-use .btn {
padding:.25rem .25rem .25rem 1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.tab-custom__how-to-use .btn i {
	font-size: 16px
}
.account-nav__header {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	text-align: center;
	width: 288px;
	border-right: 2px solid #e5e5e5;
	padding: 1rem 0
}
.account-nav__top {
	display: -webkit-box;
	display: flex;
	background: #fff;
	padding: 0 1rem;
	border-radius: 5px
}
.account-nav__left {
	padding: 1rem;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}
.account-nav__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%
}
.account-nav__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: #e5e5e5;
	border-radius: 5px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	width: calc((100% - 1rem)/ 2);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer
}
.account-nav__item:nth-child(even) {
	margin-right: 0
}
.account-nav__item:nth-last-child(-n+2) {
	margin-bottom: 0
}
.account-nav__item i {
margin-bottom:.2rem
}
.account-nav__item.active, .account-nav__item:hover {
	background-color: #b10000
}
.account-nav__item.active a, .account-nav__item:hover a {
	color: #fff
}
.account-nav__item.active .account-nav__icon--lscc, .account-nav__item.active .account-nav__icon--lsgd, .account-nav__item.active .account-nav__icon--naptien, .account-nav__item.active .account-nav__icon--qlv, .account-nav__item.active .account-nav__icon--ruttien, .account-nav__item.active .account-nav__icon--setting, .account-nav__item:hover .account-nav__icon--lscc, .account-nav__item:hover .account-nav__icon--lsgd, .account-nav__item:hover .account-nav__icon--naptien, .account-nav__item:hover .account-nav__icon--qlv, .account-nav__item:hover .account-nav__icon--ruttien, .account-nav__item:hover .account-nav__icon--setting {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
@media screen and (max-width:1024px) {
.account-nav__item {
margin-right:.5rem;
width:calc((100% - .5rem)/ 2);
margin-bottom:.5rem
}
}
.account-nav__icon--setting {
	background: url(../images/assets/images/icon/icon-thong-tin.svg) no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px
}
.account-nav__icon--qlv {
	background: url(../images/assets/images/icon/icon-quan-ly-vi.svg) no-repeat;
	background-size: 22px 22px;
	width: 25px;
	height: 25px
}
.account-nav__icon--naptien {
	background: url(../images/assets/images/icon/icon-nap-tien.svg) no-repeat;
	background-size: 30px 25px;
	width: 30px;
	height: 25px
}
.account-nav__icon--ruttien {
	background: url(../images/assets/images/icon/icon-rut-tien.svg) no-repeat;
	background-size: 30px 25px;
	width: 30px;
	height: 25px
}
.account-nav__icon--lscc {
	background: url(../images/assets/images/icon/icon-lscc.svg) no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px
}
.account-nav__icon--lsgd {
	background: url(../images/assets/images/icon/icon-lsgd.svg) no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px
}
.account-nav__icon--logout {
	background: url(../images/assets/images/icon/icon-logout.svg) no-repeat;
	background-size: 22px 22px;
	width: 25px;
	height: 25px
}
.account-nav__link {
	color: #757575;
	font-size: 12px;
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	height: 90px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.account-overbalance {
	background-color: rgba(177,0,0,.15);
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1rem
}
.account-overbalance__txt {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}
.account-overbalance__txt p {
	font-size: 18px;
	font-weight: 700;
	color: #b10000
}
.account__wrap-input {
	position: relative
}
.account__wrap-input span {
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #757575;
	text-transform: uppercase
}
.account__row {
	margin-right: 0;
	margin-left: 0
}
.account__col {
	margin-top: 1rem;
	border-right: 1px solid #e5e5e5
}
.account__col:last-child {
	border-right: none
}
.account-promotion {
	background: #fff;
	padding: 1.5rem;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 2rem
}
.account-promotion__title {
	color: #b10000;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 20px
}
.change-password {
	padding: 2rem
}
.change-password__wrap {
	padding-top: 1rem;
	padding-bottom: 2rem;
	background: #fff;
	border-radius: 5px
}
.change-password__title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #b10000;
	text-align: center;
	margin-bottom: 1.5rem
}
.banner {
	display: block;
	overflow: hidden;
	border-radius: 5px
}
.hotmatch {
	position: absolute;
	bottom: -4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99
}
@media screen and (max-width:2560px) {
.hotmatch {
	bottom: 0
}
}
@media screen and (max-width:1920px) {
.hotmatch {
	bottom: -2%
}
}
@media screen and (max-width:1680px) {
.hotmatch {
	bottom: -3.5%
}
}
@media screen and (max-width:1440px) {
.hotmatch {
	bottom: -4.5%
}
}
@media screen and (max-width:1366px) {
.hotmatch {
	bottom: -5%
}
}
@media screen and (max-width:1280px) {
.hotmatch {
	bottom: -6%
}
}
.hotmatch__bg {
	background: url(../images/assets/images/hotmatch-bg.png) no-repeat center;
	background-size: cover;
	width: 100%;
	padding-top: 6%;
	position: relative;
	z-index: 99;
	margin-top: -2px
}
.hotmatch .container {
	position: relative
}
.hotmatch .container .swiper-button-prev {
	left: 18%;
	top: 30%;
	z-index: 999
}
.hotmatch .container .swiper-button-prev:after {
	content: "\F137";
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
	color: rgba(255,255,255,.6)
}
.hotmatch .container .swiper-button-next {
	right: 18%;
	top: 30%;
	z-index: 999
}
.hotmatch .container .swiper-button-next:after {
	content: "\F138";
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
	color: rgba(255,255,255,.6)
}
.hotmatch-container {
	margin: -108px auto 0;
	overflow: hidden;
	background: url(../images/assets/images/hotmatch.png);
	background-size: cover;
	width: 666px;
	height: 79px;
	z-index: 999
}
.hotmatch__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.hotmatch__info {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 80%;
	text-align: center;
	min-height: 48px;
	justify-content: space-around
}
.hotmatch__logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.hotmatch__inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}
.hotmatch__inner--left {
	width: 40%;
	position: relative
}
.hotmatch__inner--left .hotmatch__logo {
	right: 0
}
.hotmatch__inner--left .hotmatch__info {
	padding-left: 30px
}
.hotmatch__inner--right {
	width: 40%
}
.hotmatch__inner--right .hotmatch__info {
	padding-left: 70px
}
.hotmatch__logo {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #3e3e3e;
	border: 1px solid #fff
}
.hotmatch__logo img {
	max-width: 40px;
	max-height: 40px;
	-o-object-fit: cover;
	object-fit: cover
}
.hotmatch__name {
	font-size: 14px;
	min-height: 28px;
	display: block;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis
}
.hotmatch__ratio {
	font-size: 12px;
	font-weight: 700;
	min-height: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.hotmatch__ratio--left {
	color: #fff;
margin-right:.5rem
}
.hotmatch__ratio--right {
	color: #ffea03;
margin-right:.5rem
}
.hotmatch__datetime span {
	font-size: 14px;
	font-weight: 700
}
.hotmatch__datetime span:first-child {
	color: #f3f3f3;
margin-right:.5rem
}
.hotmatch__datetime span:last-child {
	color: #f2c94c
}
.hotmatch__middle {
	width: 20%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 80px;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center
}
.hotmatch__btn {
	font-weight: 900;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
padding:.5rem 1rem;
	text-shadow: 0 2px 2px rgba(0,0,0,.11), 0 4px 4px rgba(0,0,0,.11)
}
.hotmatch__btn:hover {
	color: #fff
}
.table-custom {
	background-color: #fff;
	color: #757575;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0
}
.table-custom--loading:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #b10000;
	border-top-color: #e8c9c9;
	-webkit-animation: spinner .6s linear infinite;
	animation: spinner .6s linear infinite
}
.table-custom__wrapper {
	overflow-y: auto;
	max-height: 500px;
	min-height: 500px;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	border: 1px solid #e5e5e5;
	background: #fff
}
.table-custom__box {
	padding: 10px;
	background: #fff
}
.table-custom td {
	border: 1px solid #e5e5e5;
	border-right: 2px solid #e5e5e5
}
.table-custom td:last-child {
	border-right: 0
}
.table-custom thead th {
	border-left: 1px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #f5f5f5;
	color: #000
}
.table-custom thead th:last-child {
	border-right: 0
}
.table-custom tr:hover {
	background-color: #f3f3f3
}
.table-custom__txt {
	text-align: left
}
.table-custom__txt--green {
	color: #00a52e
}
.table-custom__txt--red {
	color: #c13333;
	font-weight: 700
}
.table-custom__txt--bb {
	color: #000;
	font-weight: 700
}
.table-custom__txt--yellow {
	color: #dc8707;
	font-weight: 700
}
.table-custom__coin {
	font-weight: 700;
	vertical-align: center
}
.table-custom__coin--status {
	color: #03a100;
	font-weight: 700
}
.table-custom__coin--fail {
	color: #b10000
}
.table-custom__status {
	font-weight: 700;
margin-bottom:.5rem
}
.table-custom__status--succes {
	color: #00a52e
}
.table-custom__status--fail {
	color: #c13333
}
.table-custom__status--processing {
	color: #575757
}
.table-custom__status--pending {
	color: #f19f00
}
.table-custom--history {
	margin-bottom: 0
}
.table-custom--history thead th {
	background-color: #fff;
	color: #b10000
}
.table-custom--history td, .table-custom--history th {
	border: 1px solid #fff;
	background: #e5e5e5;
	font-weight: 700;
	color: #000
}
.table-custom--history__close {
	color: #b10000!important
}
.about__slider-container {
	margin: 1.5rem 0
}
.about__header {
	background: url(../images/assets/images/about/about_banner.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	text-align: center
}
.about__header--type-5 {
	background: url(../images/assets/images/about/lien-he.jpg) no-repeat top center;
	background-size: cover
}
.about__title {
	font-size: 32px;
	font-weight: 700
}
.about__container {
	padding: 5rem
}
.about__middle {
	background: #f3f3f3;
	padding-top: 1rem
}
.about__middle h4 {
	color: #b10000;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase
}
.about__content {
	color: #000;
	padding: 2rem 0
}
.about__content .text-wrap {
	background-color: #f3f3f3;
	padding: 1.5rem;
	border-radius: 10px
}
.about__content p {
	margin-bottom: 1rem
}
.about__content p:last-child {
	margin-bottom: 0
}
.about__content h6 {
	font-size: 18px;
	margin-bottom: 1.5rem
}
.about__banner-right {
	height: 100%
}
.contact__content {
	margin-top: 2rem;
	padding-bottom: 2rem
}
.contact__content .control-label {
	color: #757575
}
.contact__content .form {
	border-radius: 5px
}
.contact {
	background-color: #fff;
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1rem
}
.contact h3 {
	color: #b10000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 1rem
}
.contact__list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #757575;
margin-bottom:.5rem
}
.contact__list li img {
	margin-right: 1rem
}
.contact__list li span {
	font-weight: 700
}
.ktex-form__group {
	display: -webkit-box;
	display: flex;
	width: 100%
}
.ktex__form {
	padding: 1rem
}
.ktex__form--info {
	display: -webkit-box;
	display: flex;
	width: 100%
}
.ktex__btn {
	color: #fff;
	border-radius: 20px;
padding:.3rem 1.5rem;
margin-left:.5rem;
	white-space: nowrap;
	font-weight: 700
}
.ktex__btn--output {
	background: #fff;
	color: #000;
	border: 1px solid #b10000
}
.ktex__btn--output-form {
	background-color: #333
}
.ktex__btn--output-form:hover {
	border-inline-color: #fff
}
.ktex__btn--output:hover {
	color: #b10000
}
.ktex__btn--input {
	background-color: #b10000;
	width: 20%
}
.ktex__btn--input:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.ktex-label span {
	background-color: #d8d8d8;
	color: #4a4a4a;
	padding: .2em 1.4rem
}
.ktex-label span:last-child {
	margin-right: 0
}
.ktex-label p {
	margin-left: 2rem;
	color: #000;
	color: #b10000;
	font-style: italic;
	font-weight: 700
}
.ktex-label--form span {
	background-color: #e5e5e5;
	color: #b10000
}
.ktex__absolute {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #757575
}
.ktex__absolute p {
	font-size: 22px;
	color: #757575
}
.ktex__absolute p strong {
	color: #b10000;
	text-transform: uppercase
}
.ktex__absolute--award p {
	font-size: 16px
}
.ktex__absolute--award .ktex__time {
	color: #1a1a1a;
	margin-right: 2rem;
	font-weight: 700;
	font-size: 16px
}
.ktex__select {
padding:.2rem;
	width: 100px
}
.ktex__select select:first-child {
	color: #000
}
.award {
	padding: 1rem;
	background: #fff;
	min-height: 195px
}
.award-wrap {
	position: relative
}
.award-percent {
	margin: 1.5rem 0
}
.award-percent__full {
	background-color: #c9c9c9;
	border-radius: 2rem;
	height: 10px;
	position: relative;
	overflow: hidden
}
.award-percent__current {
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	background-color: #3d78d0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	border-radius: 2rem
}
.award-percent__current-balance {
	position: absolute;
	top: -40px;
	left: 0;
	white-space: nowrap;
	color: #000;
	font-weight: 700
}
.award-percent__current-balance span {
	color: #b10000;
	margin-left: 130px
}
.award-percent__step1 {
	width: 33.333333%;
	height: 22px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #b4b4b4
}
.award-percent__step1:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #b10000 transparent transparent transparent;
	position: absolute;
	top: -6px;
	right: -1.5px
}
.award-percent__step1--award {
	width: 33.333333%;
	height: 22px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: -1.5rem;
	color: #b4b4b4
}
.award-percent__step1--award.active {
	color: #b10000
}
.award-percent__step1--award span {
margin-left:.2rem
}
.award-percent__step2 {
	width: 100%;
	height: 22px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	font-weight: 700;
	left: 0;
	top: -40px;
	color: #b4b4b4
}
.award-percent__step2.active {
	color: #b10000
}
.award-percent__step2--award {
	width: 100%;
	height: 22px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: -1.5rem;
	color: #b4b4b4
}
.award-percent__step2--award.active {
	color: #b10000
}
.award-percent__step2--award span {
margin-left:.2rem
}
.action-award {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 4rem
}
.action-award p {
	margin-right: 1rem;
	color: #000
}
.action-award__btn {
padding:.3rem 1.5rem;
	background-color: #ccc;
	font-weight: 700;
	color: #000
}
.action-award__btn:hover {
	color: #000
}
.action-award__btn.active {
	background: #b10000;
	color: #fff
}
.action-award__btn.active:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.refund {
	padding: 1rem 0 0;
	position: relative;
	z-index: 99
}
.refund__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.refund__item {
	margin-right: 1.5rem;
padding:1rem .5rem;
	width: calc((100% - 3rem)/ 3);
	border-radius: 5px;
	border: 1px solid #757575;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #757575
}
.refund__item:last-child {
	margin-right: 0
}
.refund__item:hover {
	background: #ffecec
}
.refund__info {
	font-size: 14px
}
.refund__coin {
	font-size: 26px;
	font-weight: 700
}
.refund__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-left: 1rem
}
.rpay {
	padding: 1rem;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 1rem
}
.rpay-wrap {
	width: 860px;
	margin: 0 auto
}
.rpay-page {
	background-color: #1a1a1a;
	padding-top: 1rem;
	padding-bottom: 2rem
}
.rpay__header {
	padding: 1rem
}
.rpay__title {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 2rem
}
.rpay__title span {
	background: #fff;
	color: #000;
	height: 45px;
	width: 45px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	padding: 12px 0;
	margin-right: 20px
}
.rpay__secu {
margin-top:.5rem;
	color: #929292;
	text-align: right
}
.rpay__secu:before {
	content: "";
	background: url(../images/assets/images/lock.png) no-repeat center;
	background-size: cover;
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
margin-right:.5rem;
	top: 2px
}
.rpay__info {
	padding: 1rem;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	color: #fff
}
.rpay__info td:last-child {
	font-weight: 700
}
.rpay__money {
	color: #fff;
	background: #b10000;
padding:.5rem;
	text-align: center;
	border-radius: 5px;
	font-size: 16px
}
.rpay__money span {
	font-size: 28px;
	font-weight: 700
}
.rpay__form {
	background: #fff;
	border-radius: 5px;
	margin-top: 2rem;
	padding: 2rem
}
.rpay__logo-bank {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2rem
}
.rpay__logo-bank img {
	width: auto
}
.rpay__login {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}
.rpay__input--username {
	position: relative;
	padding-left: 3rem
}
.rpay__input--username:before {
	content: "\F007";
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 1rem;
	cursor: pointer;
	color: #9d9d9d
}
.rpay__input--password {
	position: relative;
	padding-left: 3rem
}
.rpay__input--password:before {
	content: "\F30D";
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 1rem;
	cursor: pointer;
	color: #9d9d9d
}
.rpay__input--otp {
	position: relative
}
.rpay__input--otp:before {
	content: "\F4A6";
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 2rem;
	cursor: pointer;
	color: #9d9d9d
}
.rpay__btn-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 1rem
}
.rpay__btn-back {
	position: relative;
padding:.3rem 2rem;
	font-size: 16px;
	border: 1px solid #9d9d9d;
	background: #fff;
	border-radius: 30px;
	color: #9d9d9d;
	padding-left: 2rem;
	text-transform: none;
	margin-right: 2rem
}
.rpay__btn-back:before {
	content: "\F137";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
left:.5rem;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #9d9d9d
}
.rpay__btn-back:hover {
	background: #9d9d9d;
	color: #000
}
.rpay__btn-back:hover:before {
	color: #000
}
.rpay__btn-process {
padding:.3rem 2rem;
	font-size: 16px;
	background: #b10000;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	width: 66%
}
.rpay__btn-process:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.rpay__btn-unprocess {
padding:.3rem 2rem;
	font-size: 16px;
	background: #979797;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	width: 66%
}
.rpay__btn-unprocess:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.rpay__time {
	margin-top: 2rem;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #000
}
.rpay__time i {
	font-size: 25px;
margin-right:.5rem
}
.rpay__success {
	background: #8fc641;
	color: #fff;
padding:.5rem 2rem .5rem 1rem;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	position: relative
}
.rpay__success i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1rem;
	font-size: 18px
}
.rpay__unsuccess {
	background: #b10000;
	color: #fff;
padding:.5rem 1rem;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	position: relative
}
.rpay__otp {
	text-align: center;
	color: #979797
}
.rpay-stt {
	position: relative;
	margin-top: 3rem
}
.rpay-main {
	padding-top: 100px;
	font-size: 16px;
	min-height: calc(100% - 175px)
}
.rpay-step {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	margin-top: 4rem
}
.rpay-step p {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #ccc;
	border-radius: 50%;
	position: relative;
	z-index: 2
}
.rpay-step p span {
	display: inline-block;
	position: absolute;
	top: -30px;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 16px
}
.rpay-step p.active {
	background: #b10000
}
.rpay-step i {
	background-color: #9d9d9d;
	height: 1px;
	width: calc((100% - 75px)/ 4);
	display: inline-block;
	position: relative;
	z-index: 2
}
.rpay-step i.active {
	background-color: #b10000;
	height: 5px
}
.rpay-step p.active span {
	color: #b10000;
	font-weight: 700
}
.error-page {
	padding: 3rem 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.error-page__title {
	font-size: 35px;
	color: #000;
	margin-bottom: 1rem;
	margin-top: 2rem
}
.error-page__des {
	font-size: 20px;
	color: #000;
	margin-bottom: 2rem;
	text-align: center
}
.error-page .btn {
padding:.5rem 2rem;
	line-height: 19px;
	font-size: 16px;
	width: 20%
}
.error-page .btn:hover {
	background-color: #b10000;
	color: #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.error-page-game__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.error-page-game__item {
	width: 105px;
	margin-right: 2rem
}
.error-page-game__item:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}
.error-page .ghost {
	-webkit-animation: float 3s ease-out infinite;
	animation: float 3s ease-out infinite
}
@-webkit-keyframes float {
50% {
-webkit-transform:translate(0, 20px);
transform:translate(0, 20px)
}
}
@keyframes float {
50% {
-webkit-transform:translate(0, 20px);
transform:translate(0, 20px)
}
}
.is-user__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	justify-content: flex-end
}
.is-user__header button {
margin-right:.5rem
}
.recharge__wallet-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: nowrap
}
.recharge__wallet-item {
margin-right:.5rem;
	width: calc((100% - 1rem)/ 3)
}
.recharge__wallet-item:last-child {
	margin-right: 0
}
.recharge__wallet-item label {
	margin-bottom: 0;
	height: 100%
}
.recharge__wallet-wrap {
padding:.5rem .3rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: -webkit-box;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center
}
.recharge__wallet--top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.recharge__wallet--top p {
	color: #757575;
	font-size: 11px
}
@media screen and (max-width:1024px) {
.recharge__wallet--top p {
	font-size: 10px
}
}
.recharge__wallet--top span {
	width: 10px;
	height: 10px;
	background: url(../images/assets/images/dot.svg) no-repeat center
}
.recharge__warning {
	font-style: italic;
	font-size: 12px;
	color: #757575;
	margin: 1rem 0
}
.recharge__percent {
	font-size: 24px;
	font-weight: 700;
	color: #757575;
margin-top:.5rem
}
.recharge__text-sub {
	font-size: 10px
}
.recharge input[type=radio]:checked+.recharge__wallet-wrap {
	background: #fff7f7;
	border: 1px solid #b10000
}
.recharge input[type=radio]:checked+.recharge__wallet-wrap .recharge__wallet--top p {
	color: #b10000
}
.recharge input[type=radio]:checked+.recharge__wallet-wrap .recharge__wallet--top span {
	background: url(../images/assets/images/dot-red.svg) no-repeat center
}
.recharge .radio-button {
	display: block;
	cursor: pointer;
	font-size: 14px
}
.recharge .radio-button--no-button input[type=radio] {
	width: 0;
	height: 0;
	opacity: 0;
	display: none
}
.wallet__text {
	font-size: 14px;
	font-weight: 700;
	color: #757575;
	width: 10%
}
.wallet__text span {
	text-transform: none;
	color: #b10000
}
.wallet__remaining-subtitle {
	color: #000;
	text-transform: uppercase;
	font-size: 20px
}
.wallet--invert .wallet__remaining-subtitle {
	color: #fff
}
.wallet__remaining-title {
	color: #b10000;
	font-size: 22px
}
.wallet__quick-choice {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}
.wallet__quick-choice-item {
	background: #d8d8d8;
	padding: .2em 1.4rem;
	border-radius: 15px;
margin-right:.5rem;
	font-size: 12px;
	color: #231f20;
	cursor: pointer
}
.wallet--invert .wallet__quick-choice-item {
	border-color: #b10000
}
.wallet__quick-choice-item:hover {
	background-color: #3d78d0;
	color: #fff
}
.wallet__quick-choice-item:last-child {
	margin-right: 0
}
.wallet__wrap-slider {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
margin-bottom:.5rem
}
.wallet__wrap-slider-left {
	width: 500px
}
.wallet__wrap-slider-left .rangeslider--horizontal {
	height: 20px;
	background: #bfbfbf;
	box-shadow: none;
	border-radius: 40px;
	border: 5px solid #e5e5e5
}
.wallet__wrap-slider-left .rangeslider--horizontal .rangeslider__handle {
	width: 20px;
	height: 20px;
	background: #b10000;
	box-shadow: none;
	border: 5px solid #b10000;
	top: -5px;
	border-radius: 100%
}
.wallet__wrap-slider-left .rangeslider--horizontal .rangeslider__handle:after {
	content: none
}
.wallet__wrap-slider-left .rangeslider__fill {
	box-shadow: none;
	top: 1px;
	height: 82%;
	left: 0
}
.wallet__wrap-slider-left#wrapMainWallet .rangeslider--horizontal .rangeslider__handle {
	background: #e5e5e5
}
.wallet__wrap-slider-left#wrapMainWallet .rangeslider__fill {
	background: #b10000
}
.wallet__wrap-slider-left#wrapSecondWallet .rangeslider--horizontal .rangeslider__handle {
	background: #e5e5e5;
	border: 5px solid #3d78d0
}
.wallet__wrap-slider-left#wrapSecondWallet .rangeslider__fill {
	background: #3d78d0
}
.wallet__wrap-slider-right {
	width: 15%;
	position: relative;
	margin-left: 2rem
}
.wallet__wrap-slider-right .input {
	text-align: right
}
.wallet--invert .wallet__wrap-slider-right .input {
	background: #fff;
	border-color: #fff
}
.wallet__wrap-slider-right span {
	position: absolute;
right:.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #3d78d0;
	font-weight: 700;
	text-transform: uppercase
}
.wallet__wrap-slider-right span.wallet__span--red {
	color: #b10000
}
.wallet--invert {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #fff;
	border-radius: 10px;
	background: linear-gradient(45deg, #302312, transparent)
}
.wallet__wrap--blue input {
	font-size: 14px;
	font-weight: 700;
	color: #3d78d0;
	padding-right: 1.5rem;
padding-left:.5rem
}
.wallet__wrap--red input {
	font-size: 14px;
	font-weight: 700;
	color: #b10000;
	padding-right: 1.5rem;
padding-left:.5rem
}
.wallet__button {
	margin-left: 10%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 1rem
}
.wallet__button--info {
	font-size: 12px;
	margin-right: 2rem;
	color: #b10000;
	font-style: italic
}
.btn--convert {
	background: #870007 url(../images/assets/images/convert-icon-white.svg) no-repeat center
}
.btn--convert.active, .btn--convert:hover {
	background: #fff url(../images/assets/images/convert-icon-black.svg) no-repeat center
}
.header__wallet {
	position: absolute;
	top: 88%;
	right: 1rem;
	width: 490px;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	box-shadow: 0 14px 15px 5px rgba(0,0,0,.3);
	border-radius: 5px;
	overflow: hidden
}
.header__wallet.open {
	opacity: 1;
	z-index: 99
}
.header__wallet-nav {
	border-bottom: 1px solid #b10000;
	margin-bottom: 1rem
}
.header__wallet .ktex__absolute p {
	font-size: 16px
}
.header__wallet .wallet__text {
	width: 100px;
	margin-right: 1rem
}
.header__wallet .wallet__wrap-slider-right {
	width: 140px;
	margin-left: 1rem
}
.header__wallet .wallet__wrap-slider-left {
	width: 350px
}
.header__wallet .ktex__form {
	padding-top: 0
}
.header__wallet .btn--wallet {
padding:.3rem 1rem;
	width: auto
}
.header__wallet .wallet__button {
	margin-left: 0
}
.header__wallet .txt-more {
	font-size: 10px
}
.header__wallet .tab-custom__link, .header__wallet .wallet-award-nav__link {
	width: 120px
}
.header__wallet .wallet__quick-choice-item {
	padding: .2em 1.2rem;
margin-right:.2rem
}
.wallet-award__header, .wallet-manage__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	background: #fff;
	padding: 1rem;
	border-radius: 5px 5px 0 0
}
.wallet-award__header h3, .wallet-manage__header h3 {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #c72828;
	font-weight: 700
}
.wallet-award__header p, .wallet-manage__header p {
	font-size: 16px;
	color: #757575
}
.wallet-award__header p strong, .wallet-manage__header p strong {
	color: #b10000;
	text-transform: uppercase
}
.wallet-manage .form {
	border-radius: 0 0 5px 5px
}
.wallet-award__header {
	padding: 0;
	background: 0 0;
	margin-top: 2rem
}
.wallet-award__tab-content {
	padding: 1rem;
	background-color: #fff;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 0 6px rgba(0,0,0,.05)
}
.wallet-award__bet-current {
	font-weight: 700;
	font-size: 14px
}
.wallet-award__bet-current span {
	font-size: 16px;
	color: #c72828
}
.wallet-award__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.wallet-award__time {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #757575;
letter-spacing:.2rem;
	margin-bottom: 1rem
}
.wallet-award__item {
	display: -webkit-box;
	display: flex;
	font-size: 14px;
	margin-bottom: 1rem;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.wallet-award__item:last-child {
	margin-bottom: 0
}
.wallet-award__item p {
padding-left:.5rem;
	position: relative
}
.wallet-award__item p:before {
	content: "\F219";
	font-family: "Font Awesome 5 Pro";
	font-size: 9px;
	color: #c72828;
	position: absolute;
	font-weight: 700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -3px
}
.wallet-award__btn:disabled {
	background: #bfbfbf;
	opacity: 1;
	color: #fff
}
.wallet-award__btn:disabled:hover {
	background: #bfbfbf;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}
.wallet-award__btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	background-color: #b10000;
	color: #fff
}
#ktexNap .wallet__button {
	margin-left: 0;
	margin-right: 10%
}
.game-hot {
	margin-bottom: 3rem
}
.game-hot__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.game-hot__item {
	width: 350px;
	position: relative;
	text-align: center
}
.game-hot__item:nth-of-type(1):hover .game-hot__bleb {
	-webkit-animation: up 4s infinite;
	animation: up 4s infinite
}
.game-hot__item:last-child a:hover .game-hot__img--keno {
	animation: bgAnimation 4s linear alternate-reverse infinite
}
.game-hot__item a {
	display: block
}
.game-hot__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #1a1a1a;
	display: inline-block;
	text-transform: uppercase
}
.game-hot__title:hover {
	color: #b10000
}
.game-hot__img {
	position: relative;
	width: 350px;
	height: 350px
}
.game-hot__img img {
	position: relative;
	z-index: 99
}
.game-hot__img--keno {
	background: url(../images/assets/images/keno-bg.jpg) no-repeat center center;
	background-size: cover;
	width: 220px;
	height: 220px;
	border: 10px solid #d32929;
	border-radius: 50%;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}
.game-hot__img-cleo {
	position: relative
}
.game-hot__abs {
	position: absolute
}
.game-hot__bleb {
	bottom: 50%;
	right: 17%;
	opacity: 0
}
.game-hot__coin {
	bottom: 10%;
	right: 11%
}
.game-hot-img-abs {
	position: absolute
}
.game-hot__logo {
	position: absolute;
	bottom: 23%;
	left: 50%;
	-webkit-transform: translateX(-48%);
	transform: translateX(-48%);
	animation: starAnimation 1s linear infinite alternate-reverse
}
.game-hot__cleo-x2 {
	width: 20%;
	position: absolute;
	left: 12%;
	top: 14%;
	animation: cleo-x2-Animation 2s linear alternate-reverse infinite
}
.game-hot__cleo-x3 {
	width: 20%;
	position: absolute;
	right: 12%;
	top: 13%;
	animation: cleo-x3-Animation 2s linear alternate-reverse infinite
}
.game-hot__hu {
	position: absolute;
	width: 55%;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-48%);
	transform: translateX(-48%)
}
.game-hot__txt-slot span{
	position: absolute;
	left: 24%;
	bottom: 15%;
	color: #fffc7c;
	font-weight: 700;
	font-size: 18px;
	width: 192px;
	text-align: center
}
@-webkit-keyframes up {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:0
}
20% {
opacity:1
}
80% {
opacity:.5
}
100% {
-webkit-transform:translateY(-100px);
transform:translateY(-100px);
opacity:0
}
}
@keyframes up {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:0
}
20% {
opacity:1
}
80% {
opacity:.5
}
100% {
-webkit-transform:translateY(-100px);
transform:translateY(-100px);
opacity:0
}
}
@-webkit-keyframes bgAnimation {
0% {
background-position:0 0
}
50% {
background-position:100% 100%
}
100% {
background-position:0 0
}
}
@keyframes bgAnimation {
0% {
background-position:0 0
}
50% {
background-position:100% 100%
}
100% {
background-position:0 0
}
}
@-webkit-keyframes starAnimation {
0% {
-webkit-filter:brightness(1);
filter:brightness(1)
}
100% {
-webkit-filter:brightness(1.5);
filter:brightness(1.5)
}
}
@keyframes starAnimation {
0% {
-webkit-filter:brightness(1);
filter:brightness(1)
}
100% {
-webkit-filter:brightness(1.5);
filter:brightness(1.5)
}
}
@-webkit-keyframes cleo-x2-Animation {
0% {
-webkit-transform:translateY(26%);
transform:translateY(26%)
}
100% {
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
}
@keyframes cleo-x2-Animation {
0% {
-webkit-transform:translateY(26%);
transform:translateY(26%)
}
100% {
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
}
@-webkit-keyframes cleo-x3-Animation {
0% {
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
100% {
-webkit-transform:translateY(26%);
transform:translateY(26%)
}
}
@keyframes cleo-x3-Animation {
0% {
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
100% {
-webkit-transform:translateY(26%);
transform:translateY(26%)
}
}
.momo__wrap {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem
}
.momo__logo {
	margin-right: 1rem
}
.momo__info {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%
}
.momo__info>div {
	display: -webkit-box;
	display: flex;
margin-bottom:.5rem
}
.momo__info>div p:first-child {
	font-size: 14px;
	line-height: 16px;
	color: #8e8e8e;
	margin-right: 1rem
}
.momo__info>div p:nth-of-type(2) {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #b10000
}
.momo__button {
	background: #b10000;
	border-radius: 57px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-left: auto;
padding:.2rem 1rem
}
.howtouse {
padding:.5rem 0 0
}
.howtouse__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 2rem
}
.howtouse__list {
	padding: 0 2rem 0 0
}
.howtouse__item {
	border-bottom: 1px solid #c2c2c2
}
.howtouse__item:last-child {
	border-bottom: none
}
.howtouse__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #1a1a1a;
	padding: 2.3rem 0 2.3rem 4rem;
	position: relative
}
.howtouse__link i {
	font-size: 23px;
	color: #c2c2c2;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
}
.howtouse__link:hover i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #b10000
}
.howtouse__link:before {
	content: "";
	width: 39px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.howtouse__link--01:before {
	background: url(../images/assets/images/icon/icon-huong-dan-dang-ky.svg) no-repeat
}
.howtouse__link--02:before {
	background: url(../images/assets/images/icon/icon-huong-dan-nap-tien.svg) no-repeat
}
.howtouse__link--03:before {
	background: url(../images/assets/images/icon/icon-huong-dan-rut-tien.svg) no-repeat
}
.howtouse__link--04:before {
	background: url(../images/assets/images/icon/icon-tai-khoan.svg) no-repeat
}
.howtouse__link--05:before {
	background: url(../images/assets/images/icon/btn-affiliate-icon.png) no-repeat
}
.howtouse__content {
	padding: 1rem;
	color: #000
}
.howtouse__content img {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 1rem auto
}
.howtouse-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #e5e5e5
}
.howtouse-nav__item {
padding:.4rem 0
}
.howtouse-nav__item--type-1 {
	width: 50%;
	text-align: center
}
.howtouse-nav__link {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #757575;
padding:.5rem;
	font-weight: 700
}
.howtouse-nav__link.active {
	color: #c72828;
	border-bottom: 2px solid #c72828
}
.howtouse__title-sub {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #c72828;
	margin-top: 1rem
}
.marquee {
	background: #000
}
.marquee__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
padding:.5rem
}
.marquee__title {
margin-right:.5rem;
	font-size: 14px;
	font-weight: 700
}
.marquee__title i {
	-webkit-transform: rotate(-36deg);
	transform: rotate(-36deg)
}
.marquee__content a {
	font-size: 14px;
	margin-right: 2rem;
	position: relative;
	padding-left: 20px
}
.marquee__content a:before {
	content: "\F054";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	position: absolute;
	font-size: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.marquee__slider {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	height: 20px
}
.marquee__slider .swiper-slide {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.category {
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 1rem
}
.category__item {
padding:.5rem;
	border-bottom: 1px solid rgba(204,204,204,.4)
}
.category__item:last-child {
	border-bottom: none
}
.category__link {
	display: block;
padding:0 .5rem;
	color: #0b0b0b;
	text-transform: uppercase;
	font-weight: 700
}
.category__link--sub a {
	color: #0b0b0b;
	display: block;
padding:.5rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px
}
.category h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 1rem;
	background: #b10000;
	border-radius: 5px 5px 0 0
}
.loading-page {
	background: url(../images/assets/images/loading-page-bg.jpg) center no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative
}
.loading-page h1 {
	text-align: center
}
.loading-page__des {
	font-weight: 700;
	font-size: 35px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: red;
	margin-top: 2rem
}
.loading-page__inner {
	width: 100%;
	padding-top: 5rem
}
.loading-page__progress {
	height: 1.2rem;
	overflow: hidden;
font-size:.9rem;
	border-radius: 30px;
	background-color: #606060;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 10rem
}
.loading-page__progress-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: red;
	position: relative;
	border-radius: 0 30px 30px 0
}
.loading-page__progress-bar:after {
	content: "";
	background-image: url(../images/assets/images/icon/ball.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 19px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.loading-page__progress-bar span {
	font-weight: 700
}
.ktex-lobby {
	background: #e5e5e5
}
.ktex-lobby__container {
	padding: 0;
	margin-top: -3.3rem;
	border-radius: 5px
}
.ktex-lobby .ktex__btn {
	width: 15%
}
.ktex-lobby__top {
	position: relative;
	color: #fff
}
.ktex-lobby__top--ban-ca {
	background: url(../images/assets/images/lobby/bg-ban-ca.jpg) center;
	background-size: cover
}
.ktex-lobby__top--lo-de {
	background: url(../images/assets/images/lobby/bg-lo-de.jpg) center;
	background-size: cover
}
.ktex-lobby__top--no-hu {
	background: url(../images/assets/images/lobby/bg-no-hu.jpg) center;
	background-size: cover
}
.ktex-lobby__top--llqp {
	background: url(../images/assets/images/lobby/bg-llqp.jpg) center;
	background-size: cover
}
.ktex-lobby__top--xi-dach {
	background: url(../images/assets/images/lobby/bg-xi-dach.jpg) center;
	background-size: cover
}
.ktex-lobby__top--quay-so {
	background: url(../images/assets/images/lobby/bg-quay-so.jpg) center;
	background-size: cover
}
.ktex-lobby__main {
	padding: 3rem 0;
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: end;
	align-items: flex-end
}
@media screen and (max-width:1240px) {
.ktex-lobby__main {
	padding: 3rem 30px
}
}
.ktex-lobby h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 1rem
}
.ktex-lobby__box {
	margin-bottom: 2rem;
	width: 37%;
	text-align: left;
	padding-right: 2rem
}
.ktex-lobby__box .pergroup__label-coin {
	min-width: 180px;
	font-size: 16px
}
.ktex-lobby__box>div {
	border: 1px solid #f2c94c;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-radius: 30px;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(0,0,0,.7);
	height: 32px;
	width: 367px
}
.ktex-lobby__box>div>p {
	padding-left: 10px;
	margin-right: 0!important
}
.ktex-lobby__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #000;
	margin-bottom: 1rem
}
.ktex-lobby__list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 3rem;
	font-size: 16px;
	position: relative;
	padding-left: 1.2rem
}
.ktex-lobby__list li:before {
	content: "\F111";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b10000;
	font-weight: 700;
	font-size: 12px
}
.ktex-lobby__list li:last-child {
	border-right: none;
	margin-right: 0
}
.ktex-lobby__list li:last-child span {
	color: #b10000
}
.ktex-lobby__list span {
	font-weight: 700;
	margin-left: 1.5rem;
	font-size: 20px
}
.ktex-lobby-other {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.ktex-lobby-other .pergroup__label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center
}
.ktex-lobby-other .pergroup__label--title {
	display: inline-block;
	background: -webkit-linear-gradient(#ffef3a, #f6a801);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 18px;
	padding-left: 1.5rem;
	position: relative
}
.ktex-lobby-other .pergroup-slider__item {
	margin-right: 1.5rem;
	width: 100%;
	padding-bottom: 28%
}
.ktex-lobby-other .pergroup-slider__item:after {
	content: "";
	position: relative;
	background: 0 0
}
.ktex-lobby-other .pergroup-slider__item:last-child {
	margin-right: 0
}
.ktex-lobby__tab-content {
	background: #fff;
	padding: 2rem;
	border-radius: 0 5px 5px 5px
}
.ktex-lobby__nav-tabs {
	background: #e5e5e5
}
.ktex-lobby__nav-item {
	margin-right: 3px;
	position: relative
}
.ktex-lobby__nav-item--new:before {
	content: "";
	background: url(../images/assets/images/new.svg) no-repeat 50%;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 18px;
	-webkit-animation: lightAnimation .3s ease-in-out infinite;
	animation: lightAnimation .3s ease-in-out infinite;
	z-index: 9
}
.ktex-lobby__nav-item--hot:before {
	content: "";
	background: url(../images/assets/images/hot.svg) no-repeat 50%;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 18px;
	-webkit-animation: lightAnimation .3s ease-in-out infinite;
	animation: lightAnimation .3s ease-in-out infinite;
	z-index: 9
}
.ktex-lobby__nav-link {
	display: block;
	padding: 1rem;
	color: #757575;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	background: #f0f0f0;
	border: 1px solid #fff;
	border-radius: 5px 5px 0 0;
	min-width: 120px;
	text-align: center;
	border-bottom: none
}
.ktex-lobby__nav-link.active, .ktex-lobby__nav-link:hover {
	color: #c72828;
	font-weight: 700;
	background: #fff
}
.card-game {
	position: relative
}
.card-game__item {
	position: relative;
	padding-bottom: 28%;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	cursor: pointer
}
.card-game__item:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.card-game__item:hover:before {
	-webkit-animation: circle 1s;
	animation: circle 1s
}
.card-game__item--type-2 {
	padding-bottom: 50%
}
.card-game__item a {
	display: block
}
.card-game__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0
}
.card-game__item .btn {
padding:.5rem 3rem;
	font-size: 20px
}
.card-game__btn {
	position: relative
}
.card-game__label {
	position: absolute;
	bottom: 2rem;
	right: 2rem
}
.game-lobby {
	margin: 2rem auto 0;
	padding-bottom: 2rem
}
.game-lobby__wrap-container {
	background: #fff;
	border-radius: 12px;
	padding: 1rem
}
.game-lobby__container {
	background: #e5e5e5;
	padding: 0
}
.game-lobby__wrap-title {
	width: 50%;
	margin: 0 auto;
	text-align: center
}
.game-lobby h3 {
padding-bottom:.5rem;
	border-bottom: 1px solid #272727;
	display: inline-block;
	margin-bottom: 1.5rem
}
.game-lobby__item {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	padding-bottom: 70%;
	box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3)
}
.game-lobby__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0
}
.game-lobby__item:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.game-lobby__item:hover:before {
	-webkit-animation: circle 1s;
	animation: circle 1s
}
.game-lobby__item label {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
padding:.5rem;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.pergroup__slide .pergroup__label {
	display: none
}
.pergroup__slide.active .pergroup__label {
	display: block
}
.pergroup__label-coin {
	display: inline-block;
	background: -webkit-linear-gradient(#ffef3a, #f6a801);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 14px;
	padding-left: 1.5rem;
	position: relative
}
.pergroup__label-coin:before {
	content: "";
	background: url(../images/assets/images/games_icn__money.png) no-repeat center;
	background-size: cover;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}
.pergroup__label {
	width: 100%;
	padding: 1rem;
	position: relative;
	background: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
	-webkit-box-align: center;
	align-items: center
}
.pergroup__label--type-1 {
	background: 0 0;
	width: 100%;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0
}
.pergroup__label-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}
.pergroup__label p {
	cursor: pointer
}
.pergroup-slider__item {
	padding-bottom: 28%
}
#kenogame:before, #numbergame:before {
	content: "TP";
	font-size: 11px;
	color: #b10000;
	position: absolute;
top:.2rem;
right:.5rem
}
.cat-list--ingame .pergroup__label {
	-webkit-box-pack: center;
	justify-content: center
}
.lobby-number {
	min-height: 585px;
	position: relative;
	padding: 2rem 0
}
.lobby-number--sport {
	background: url(../images/assets/images/lobby/bg-sport.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--sport-virtual {
	background: url(../images/assets/images/lobby/bg-sport-virtual.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--lottery {
	background: url(../assets/images/lobby/bg-lottery.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--keno {
	background: url(../images/assets/images/lobby/bg-kenno.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--lo-de {
	background: url(../images/assets/images/lobby/bg-lo-de-lobby.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--number-game {
	background: url(../images/assets/images/lobby/bg-number-game-lobby.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--song-bai-ao {
	background: url(../images/assets/images/lobby/bg-song-bai-ao.jpg) no-repeat center;
	background-size: cover
}
.lobby-number--esport {
	background: url(../images/assets/images/lobby/bg-esport.jpg) no-repeat center;
	background-size: cover
}
.lobby-number__loading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.lobby-number__loading p {
	margin-top: 1rem
}
.live-casino__container {
	padding: 2rem 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center
}
.live-casino__item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	width: calc((100% - 1.5rem)/ 2)
}
.live-casino__item:nth-child(2n) {
	margin-right: 0
}
.live-casino__item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.live-casino__item img {
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}
.live-casino__label {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.live-casino__btn {
padding:.5rem 3rem;
	font-size: 18px;
	background: radial-gradient(circle, #ecc862 2%, #f4b026 73%);
	border-radius: 30px;
	color: #43040b;
	font-weight: 700;
	border: 2px solid #6c340b;
	box-shadow: 1px 3px 10px #2f1b00;
	line-height: 20px
}
.live-casino__btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #000
}
.live-casino__wallet {
	position: absolute;
	top: 0;
	right: 2rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#c62525), to(#c62525));
	background: linear-gradient(0deg, #c62525, #c62525);
	width: 200px;
	text-align: center;
padding:.5rem;
	border-radius: 0 0 5px 20px
}
.live-casino__wallet p {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}
.live-casino__wallet p span {
	color: #f2c94c
}
.live-casino__wallet .form {
	background: rgba(0,0,0,.85);
	border-radius: 5px
}
.live-casino__wallet .wallet__text {
	color: #fff;
margin-right:.5rem
}
.live-casino__wallet .wallet__wrap-slider-right {
	margin-left: 1rem
}
.live-casino__wallet .wallet__button {
	margin-left: 0
}
.live-casino__wallet .wallet__button strong {
	font-size: 20px
}
.lobby-sport__header {
	background: #000
}
.lobby-sport__container {
	display: -webkit-box;
	display: flex
}
.lobby-sport__content {
	padding-top: 2rem;
	padding-bottom: 3rem
}
.lobby-sport__left, .lobby-sport__right {
	width: 50%
}
.lobby-sport__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.lobby-sport__list {
	display: -webkit-box;
	display: flex
}
.lobby-sport__item {
	margin-right: 1.5rem
}
.lobby-sport__item:last-child {
	margin-right: 0
}
.lobby-sport__link {
	display: block;
	position: relative
}
.lobby-sport__link:hover .lobby-sport__txt-des {
	color: #fff
}
.lobby-sport__wrap-btn {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.lobby-sport__txt-des {
	font-size: 14px;
margin-bottom:.5rem;
	text-align: center
}
.lobby-sport__btn {
padding:.5rem 4rem;
	color: #fff;
	background: #c51a1b;
	border-radius: 68px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.lobby-sport__btn:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c51a1b;
	border-radius: 10rem;
	z-index: -2
}
.lobby-sport__btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #ff2e2e;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 10rem;
	z-index: -1
}
.lobby-sport__btn:hover:before {
	width: 100%
}
.lobby-sport .wallet__wrap-slider-left {
	width: 300px
}
.lobby-sport .wallet__text {
	width: 90px
}
.lobby-sport .wallet__wrap-slider-right .input {
	background: #fff
}
div#accordionExample {
	max-height: 565px;
	overflow-y: scroll
}
.account-nav__item {
	height: 90px
}
#athena-iframe-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1220px
}
#kt-iframe-wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: #1a1a1a;
	position: relative;
	min-height: 500px
}
div#kt-iframe-wrapper .embed-responsive {
	height: 100vh;
	margin: 0 auto;
	display: block
}
div#kt-iframe-wrapper .embed-responsive {
	height: 100vh;
	width: 100%
}
.show-err-text {
	display: block
}
.game-other-slide {
	cursor: pointer
}
.pergroup-slider__item {
	cursor: pointer
}
.disabled {
	background-color: #ccc;
	color: #fff;
	border: #ccc;
	cursor: pointer
}
.disabled:hover {
	background-color: #ccc;
	color: #fff;
	border: #ccc;
	filter: none
}
.jackpot__content .jackpot__content_title h3 {
	cursor: pointer
}
.action-award p {
	color: #000
}
.form__error {
	display: block
}
span.form__error.submit__error {
	text-align: center;
	font-size: 1.1em;
	font-weight: 700
}
#formReg i.fa.fa-fw.field-icon.form-control-feedback.icon {
	top: 11px;
	transform: translateY(0)
}
#login-modal-form i.fa.fa-fw.field-icon.form-control-feedback.icon {
	top: 11px;
	transform: translateY(0)
}
#momo-deposit {
	color: #b10000;
	font-weight: 700;
	font-size: 14px
}
button#popover-btn {
	position: relative
}
.dropdown-tooltip {
	position: absolute;
	left: -91px;
	top: 100%;
	/*transform: translatex(-50%) rotatex(90deg) scale(0);*/
	margin-top: .55em;
	transform-origin: 0 0;
	border-radius: .35em;
	/*visibility: hidden;
	opacity: 0;*/
	display: none;
	transition: all 250ms linear
}
.popover-btn:hover .dropdown-tooltip{display: block;}
.isOpen {
	transform: translatex(-50%);
	visibility: visible;
	opacity: 1
}
.page-search__title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px
}
.search__input {
	padding-right: 20px;
	padding-left: 10px
}
.search__input[type="search"]::-ms-clear {
display:none;
width:0;
height:0
}
.search__input[type="search"]::-ms-reveal {
display:none;
width:0;
height:0
}
.search__input[type="search"]::-webkit-search-cancel-button, .search__input[type="search"]::-webkit-search-decoration, .search__input[type="search"]::-webkit-search-results-button, .search__input[type="search"]::-webkit-search-results-decoration {
display:none
}
.embed-responsive {
	background-color: #fff
}
.tags-title {
	font-size: 24px;
	margin-bottom: 20px
}
.content-tag a {
	color: #007bff
}
.content-tag a:hover {
	text-decoration: underline
}
.news-page__container .breadcrumbs a, .news-page__body .breadcrumbs a {
	color: #1b1a1a!important
}
.news-page__container .breadcrumbs a:hover, .news-page__body .breadcrumbs a:hover {
	text-decoration: underline!important
}
#hotmatchSlider .swiper-slide {
	visibility: hidden
}
#hotmatchSlider .swiper-slide.swiper-slide-active {
	visibility: inherit
}
#hotmatchSlider .hotmatch__name {
	display: block;
	align-items: center;
	font-weight: 700;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
#hotmatchSlider .hotmatch__name, .hotmatch__ratio {
	width: 165px
}
#abet-his strong.ref-no {
	white-space: nowrap
}
.news-page__list-post {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.news-page__list-post a {
	margin: 5px 0;
	position: relative;
	padding-left: 20px;
	color: #272727;
	font-weight: 700
}
.news-page__list-post a:hover {
	color: #b10000
}
.news-page__list-post a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #272727;
	border-radius: 50%
}
.nav-submenu__item.tp-game {
	position: relative
}
.nav-submenu__item.tp-game:before {
	content: "TP";
	font-size: 11px;
	color: #3d78d0;
	position: absolute;
top:.1rem;
right:.1rem
}
#kenogame:before, #numbergame:before {
	color: #3d78d0
}
.mini-game__floating-btn {
	position: fixed;
	right: 1rem;
	top: 8rem;
	z-index: 1000;
	width: 90px;
	height: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mini-game__icon--baucua {
	background: url(../images/assets/images/icon/minigame-baucua.png) no-repeat 50%;
	background-size: contain
}
.mini-game__icon {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99999;
	cursor: pointer
}
.mini-game__wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	visibility: hidden
}
.mini-game__content {
	position: absolute;
	width: 900px;
	height: 440px;
	pointer-events: all
}
.mini-game__drag-btn {
	position: absolute;
	right: 1rem;
	top: 1rem;
	height: 45px;
	width: 45px;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mini-game__drag-btn:after, .mini-game__drag-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.mini-game__drag-btn:before {
	width: 95%;
	height: 95%;
	border: 2px solid #fff;
	background: linear-gradient(0, #9a9a9a, #dadada);
	border-radius: 50%;
	z-index: 0
}
.mini-game__drag-btn:after {
	background: url(../images/assets/images/icon/ico-drag.png) no-repeat 50%;
	background-size: contain;
	width: 25px;
	height: 25px;
	z-index: 1
}
.mini-game__drag-btn:after, .mini-game__drag-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.mini-game__wrapper.active {
	display: flex;
	visibility: visible
}
.news-page__body .breadcrumbs span {
	color: #c72828;
	text-transform: uppercase;
	font-weight: 600
}
.news-page__body .breadcrumbs {
	border-bottom: 1px solid #272727;
	padding-bottom: 10px
}
.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}
.wp-block-button {
	color: #fff
}
.wp-block-button.aligncenter {
	text-align: center
}
.wp-block-button.alignright {
	text-align: right
}
.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: inherit
}
.is-style-squared .wp-block-button__link {
	border-radius: 0
}
.no-border-radius.wp-block-button__link {
	border-radius: 0!important
}
.is-style-outline {
	color: #32373c
}
.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid
}
.wp-block-calendar {
	text-align: center
}
.wp-block-calendar tbody td, .wp-block-calendar th {
	padding: 4px;
	border: 1px solid #e2e4e7
}
.wp-block-calendar tfoot td {
	border: none
}
.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}
.wp-block-calendar table th {
	font-weight: 400;
	background: #edeff0
}
.wp-block-calendar a {
	text-decoration: underline
}
.wp-block-calendar tfoot a {
	color: #00739c
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color: #40464d
}
.wp-block-categories.alignleft {
	margin-right: 2em
}
.wp-block-categories.alignright {
	margin-left: 2em
}
.wp-block-columns {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
	flex-wrap: nowrap
}
}
.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}
@media (max-width:599px) {
.wp-block-column {
	flex-basis: 100%!important
}
}
@media (min-width:600px) {
.wp-block-column {
	flex-basis: calc(50% - 16px);
	flex-grow: 0
}
.wp-block-column:nth-child(2n) {
	margin-left: 32px
}
}
@media (min-width:782px) {
.wp-block-column:not(:first-child) {
	margin-left: 32px
}
}
.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}
.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}
.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}
.wp-block-cover, .wp-block-cover-image {
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
background-attachment:scroll
}
}
@media (prefers-reduced-motion:reduce) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: scroll
}
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before, .wp-block-cover.has-background-dim.has-background-dim-10:before {
	opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before, .wp-block-cover.has-background-dim.has-background-dim-20:before {
	opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
	opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before, .wp-block-cover.has-background-dim.has-background-dim-40:before {
	opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before, .wp-block-cover.has-background-dim.has-background-dim-50:before {
	opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before, .wp-block-cover.has-background-dim.has-background-dim-60:before {
	opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before, .wp-block-cover.has-background-dim.has-background-dim-70:before {
	opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before, .wp-block-cover.has-background-dim.has-background-dim-80:before {
	opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before, .wp-block-cover.has-background-dim.has-background-dim-90:before {
	opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before, .wp-block-cover.has-background-dim.has-background-dim-100:before {
	opacity: 1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 305px;
	width: 100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}
@supports (position:sticky) {
.wp-block-cover-image:after, .wp-block-cover:after {
content:none
}
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 70px);
	z-index: 1;
	color: #f8f9f9
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
	color: inherit
}
.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
	color: #fff
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 610px;
	padding: 14px;
	text-align: center
}
.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit, .block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit, .wp-block-embed.alignleft, .wp-block-embed.alignright {
	max-width: 360px;
	width: 100%
}
.wp-block-embed {
	margin-bottom: 1em
}
.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.78%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}
.wp-block-file {
	margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
	text-align: center
}
.wp-block-file.alignright {
	text-align: right
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: 13px;
	padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
	text-decoration: none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}
.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}
.blocks-gallery-grid, .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
display:flex;
align-items:flex-end;
justify-content:flex-start
}
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
width:auto
}
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent)
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height:100%;
flex:1;
-o-object-fit:cover;
object-fit:cover
}
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/2)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}
@media (min-width:600px) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 32px)/3);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
width:calc((100% - 32px)/3 - 1px)
}
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc((100% - 48px)/4);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
width:calc((100% - 48px)/4 - 1px)
}
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
	width: calc((100% - 64px)/5);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
width:calc((100% - 64px)/5 - 1px)
}
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc((100% - 80px)/6);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
width:calc((100% - 80px)/6 - 1px)
}
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
	width: calc((100% - 96px)/7);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
width:calc((100% - 96px)/7 - 1px)
}
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
	width: calc((100% - 112px)/8);
	margin-right: 16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
width:calc((100% - 112px)/8 - 1px)
}
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
	margin-right: 0
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
	margin-right: 0
}
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 305px;
	width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}
.wp-block-image {
	max-width: 100%;
	margin-bottom: 1em
}
.wp-block-image img {
	max-width: 100%
}
.wp-block-image.aligncenter {
	text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	width: 100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
	display: table;
	margin-left: 0;
	margin-right: 0
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
	display: table-caption;
	caption-side: bottom
}
.wp-block-image .alignleft {
	float: left;
	margin-right: 1em
}
.wp-block-image .alignright {
	float: right;
	margin-left: 1em
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}
.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.is-style-circle-mask img {
	border-radius: 9999px
}
@supports (mask-image:none) or (-webkit-mask-image:none) {
.is-style-circle-mask img {
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-mode:alpha;
mask-repeat:no-repeat;
mask-size:contain;
mask-position:center;
border-radius:none
}
}
.wp-block-latest-comments__comment {
	font-size: 15px;
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
	min-height: 36px;
	list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 20px
}
.wp-block-latest-comments__comment-date {
	color: #8f98a1;
	display: block;
	font-size: 12px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px
}
.wp-block-latest-posts.alignleft {
	margin-right: 2em
}
.wp-block-latest-posts.alignright {
	margin-left: 2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}
.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
	width: calc(50% - 16px)
}
.wp-block-latest-posts.columns-3 li {
	width: calc(33.33333% - 16px)
}
.wp-block-latest-posts.columns-4 li {
	width: calc(25% - 16px)
}
.wp-block-latest-posts.columns-5 li {
	width: calc(20% - 16px)
}
.wp-block-latest-posts.columns-6 li {
	width: calc(16.66667% - 16px)
}
}
.wp-block-latest-posts__post-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}
.wp-block-latest-posts__post-excerpt {
	margin-top: 8px;
	margin-bottom: 16px
}
.wp-block-media-text {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr
}
.wp-block-media-text .has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end
}
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
	word-break: break-word;
	padding: 0 8%
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}
.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}
.wp-block-media-text.is-image-fill figure {
	height: 100%;
	min-height: 250px;
	background-size: cover
}
.wp-block-media-text.is-image-fill figure>img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
	-ms-grid-columns: 100%!important;
	grid-template-columns: 100%!important
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}
}
.is-small-text {
	font-size: 14px
}
.is-regular-text {
	font-size: 16px
}
.is-large-text {
	font-size: 36px
}
.is-larger-text {
	font-size: 48px
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}
.has-drop-cap:not(:focus):after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px
}
p.has-background {
	padding: 20px 30px
}
p.has-text-color a {
	color: inherit
}
.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 305px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 20px
}
.wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative
}
.wp-block-pullquote .has-text-color a {
	color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}
.wp-block-pullquote.is-style-solid-color {
	border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}
.wp-block-pullquote cite {
	color: inherit
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: right
}
.wp-block-rss.alignleft {
	margin-right: 2em
}
.wp-block-rss.alignright {
	margin-left: 2em
}
.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}
@media (min-width:600px) {
.wp-block-rss.columns-2 li {
	width: calc(50% - 16px)
}
.wp-block-rss.columns-3 li {
	width: calc(33.33333% - 16px)
}
.wp-block-rss.columns-4 li {
	width: calc(25% - 16px)
}
.wp-block-rss.columns-5 li {
	width: calc(20% - 16px)
}
.wp-block-rss.columns-6 li {
	width: calc(16.66667% - 16px)
}
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}
.wp-block-search {
	display: flex;
	flex-wrap: wrap
}
.wp-block-search .wp-block-search__label {
	width: 100%
}
.wp-block-search .wp-block-search__input {
	flex-grow: 1
}
.wp-block-search .wp-block-search__button {
	margin-left: 10px
}
.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}
.wp-block-separator.is-style-dots:before {
	content: "\00b7 \00b7 \00b7";
	color: currentColor;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}
.wp-block-social-links {
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0
}
.wp-social-link {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 8px
}
.wp-social-link, .wp-social-link a {
	display: block;
	transition: transform .1s ease
}
.wp-social-link a {
	padding: 6px;
	line-height: 0
}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
	color: currentColor;
	fill: currentColor
}
.wp-social-link:hover {
	transform: scale(1.1)
}
.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1977f2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0577b5;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #21a1f3;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: #ff0100;
	color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1977f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0577b5
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #21a1f3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: #ff0100
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px
}
.wp-block-spacer {
	clear: both
}
p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}
.wp-block-table {
	overflow-x: auto
}
.wp-block-table table {
	width: 100%
}
.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: transparent
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex
}
.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}
pre.wp-block-verse {
	white-space: nowrap;
	overflow: auto
}
.wp-block-video {
	margin-left: 0;
	margin-right: 0
}
.wp-block-video video {
	max-width: 100%
}
@supports (position:sticky) {
.wp-block-video [poster] {
-o-object-fit:cover;
object-fit:cover
}
}
.wp-block-video.aligncenter {
	text-align: center
}
.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
:root .has-pale-pink-background-color {
	background-color: #f78da7
}
:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}
:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}
:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}
:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}
:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}
:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}
:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}
:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}
:root .has-very-light-gray-background-color {
	background-color: #eee
}
:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}
:root .has-very-dark-gray-background-color {
	background-color: #313131
}
:root .has-pale-pink-color {
	color: #f78da7
}
:root .has-vivid-red-color {
	color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
	color: #ff6900
}
:root .has-luminous-vivid-amber-color {
	color: #fcb900
}
:root .has-light-green-cyan-color {
	color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
	color: #00d084
}
:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
	color: #0693e3
}
:root .has-vivid-purple-color {
	color: #9b51e0
}
:root .has-very-light-gray-color {
	color: #eee
}
:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}
:root .has-very-dark-gray-color {
	color: #313131
}
.has-small-font-size {
	font-size: 13px
}
.has-normal-font-size, .has-regular-font-size {
	font-size: 16px
}
.has-medium-font-size {
	font-size: 20px
}
.has-large-font-size {
	font-size: 36px
}
.has-huge-font-size, .has-larger-font-size {
	font-size: 42px
}
.has-text-align-center {
	text-align: center
}
.has-text-align-left {
	text-align: left
}
.has-text-align-right {
	text-align: right
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}
div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid red
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border: 2px solid red
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
	position: relative
}
span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	font-weight: 400;
	display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: .2em .8em
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	content: " "
}
.wpcf7-display-none {
	display: none
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible
}
div.wpcf7 div.ajax-error {
	display: none
}
div.wpcf7 .placeheld {
	color: #888
}
div.wpcf7 input[type="file"] {
	cursor: pointer
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr
}
@font-face {
	font-display: swap;
	font-family: ez-toc-icomoon;
	src: url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot);
	src: url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot?#iefix) format('embedded-opentype'), url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff2) format('woff2'), url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff) format('woff'), url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.ttf) format('truetype'), url(../../../plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.svg#ez-toc-icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}/*!* Better Font Rendering =========== *!*/
#ez-toc-container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	width: auto
}
div.ez-toc-widget-container {
	padding: 0;
	position: relative
}
#ez-toc-container.ez-toc-light-blue {
	background: #edf6ff
}
#ez-toc-container.ez-toc-white {
	background: #fff
}
#ez-toc-container.ez-toc-black {
	background: #000
}
#ez-toc-container.ez-toc-transparent {
	background: none transparent
}
div.ez-toc-widget-container ul {
	display: block
}
div.ez-toc-widget-container li {
	border: none;
	padding: 0
}
div.ez-toc-widget-container ul.ez-toc-list {
	padding: 10px
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
	margin-left: 1.5em
}
#ez-toc-container li, #ez-toc-container ul {
	margin: 0;
	padding: 0
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
	background: 0 0;
	list-style: none none;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	z-index: 1
}
#ez-toc-container p.ez-toc-title {
	text-align: left;
	line-height: 1.45;
	margin: 0;
	padding: 0
}
.ez-toc-title-container {
	display: table;
	width: 100%
}
.ez-toc-title, .ez-toc-title-toggle {
	display: table-cell;
	text-align: left;
	vertical-align: middle
}
#ez-toc-container.ez-toc-black p.ez-toc-title {
	color: #fff
}
#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list {
	margin-top: 1em
}
.ez-toc-wrap-left {
	float: left;
	margin-right: 10px
}
.ez-toc-wrap-right {
	float: right;
	margin-left: 10px
}
#ez-toc-container a {
	color: #444;
	text-decoration: none;
	text-shadow: none
}
#ez-toc-container a:visited {
	color: #9f9f9f
}
#ez-toc-container a:hover {
	text-decoration: underline
}
#ez-toc-container.ez-toc-black a {
	color: #fff
}
#ez-toc-container.ez-toc-black a:visited {
	color: #fff
}
#ez-toc-container a.ez-toc-toggle {
	color: #444
}
#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
	counter-reset: item
}
#ez-toc-container.counter-numeric li, .ez-toc-widget-container.counter-numeric li {
	list-style-type: decimal;
	list-style-position: inside
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters(item, ".") ". ";
	counter-increment: item
}
#ez-toc-container.counter-roman li a::before, .ez-toc-widget-container.counter-roman ul.ez-toc-list li a::before {
	content: counters(item, ".", upper-roman) ". ";
	counter-increment: item
}
.ez-toc-widget-container ul.ez-toc-list li::before {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	z-index: -1
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
	background-color: #ededed
}
.ez-toc-widget-container li.active>a {
	font-weight: 900
}
.ez-toc-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.ez-toc-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.ez-toc-btn:focus, .ez-toc-btn:hover {
	color: #333;
	text-decoration: none
}
.ez-toc-btn.active, .ez-toc-btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.ez-toc-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.ez-toc-btn-default.active, .ez-toc-btn-default:active, .ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.ez-toc-btn-default.active, .ez-toc-btn-default:active {
	background-image: none
}
.ez-toc-btn-sm, .ez-toc-btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.ez-toc-btn-xs {
	padding: 1px 5px
}
.ez-toc-btn-default {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)
}
.ez-toc-btn-default:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.active, .ez-toc-btn:active {
	background-image: none
}
.ez-toc-btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc
}
.ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px
}
.ez-toc-btn-default.active, .ez-toc-btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}
.ez-toc-pull-right {
	float: right!important;
	margin-left: 10px
}
.ez-toc-glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale
}
.ez-toc-glyphicon:empty {
	width: 1em
}
.ez-toc-toggle i.ez-toc-glyphicon {
	font-size: 16px;
	margin-left: 2px
}
[class*=ez-toc-icon-] {
font-family:ez-toc-icomoon!important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.ez-toc-icon-toggle:before {
	content: "\e87a"
}
.home-banner--btn-cashback, .home-banner--btn-promotion {
    bottom: 18%;
    animation: lightAnimation 1s linear alternate-reverse infinite;
}
<style>
.home-banner--btn-b52, .home-banner--btn-cashback, .home-banner--btn-promotion {
    position: absolute;
    bottom: 10%;
    width: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: btnSportAnimation 0.7s linear alternate-reverse infinite;
}
.footer__content--left p, .pb-1 a{color: #fff}
body{background: #E5E5E5!important}
.flag-w{margin-left: 10px;}
.flag-l{margin-top: 6px;}
.select:after {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../images//up_down.svg) no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.apsd{position: relative;}
.register-code{
    position: absolute;
    right: 21px;
    top: 7px;
}
.radioin-sen{margin-bottom: 10px;margin-left: 181px;}
.icon-container {
    width: 57px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #858585;
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
.modal-body .col-lg-12 table tr td{border: 1px solid #fff;padding: 5px;}


  /*=================qr code==================*/
.secQRCode1 p{
  color: white;
  padding-top: 8px !important;
}
.icon i{
  color: white;
}
/*.contact-us-btn1 {
    cursor: pointer;
    position: absolute;
    font-size: 1em;
    transform: rotate(270deg);
    background: #078c7e;
    top: 62px;
    left: 147px;
    padding: 4px;
    min-width: 156px;
    border-radius: 8px;
    padding-left: 32px;
    color: white;
}*/
.contact-us-btn1{
  background: url(../images/download.png) no-repeat;
    cursor: pointer;
    position: absolute;
    font-size: 23px;
    transform: rotate(270deg);
    background: #ffffff;
    top: 71px;
    left: 139px;
    padding: 3px;
    border: 1px solid black;
    min-width: 184px;
    border-radius: 2px;
    font-weight: bold;
    padding-left: 32px;
    color: black;
}
  .panelContact1 {
  position: fixed;
  z-index: 1000;
  width: 260px;
  height: 200px;
  top: 26vh;
  
  left: -213px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.panelContact1:hover {
  left: -2px
}

.panelContact1 .secButton1 {
  width: 50px;
  float: right;
  cursor: pointer
}

.panelContact1 .secContent1 {
  background: rgb(2 1 19 / 64%);
  border: 2px solid #323035;
  background-size: 100% 100%;
  height: 210px;
  width: 210px;
  padding: 0px 30px 20px 26px;
  float: left;
  /* border: 2px solid rgb(19 157 142); */
} 