html, body {
	font-size: 13px;
	min-width: 320px;
	min-height: 100vh;
}
body {
	font-weight: 500;
	padding-bottom: 10em;
}
@media (min-width: 350px) {
	html, body {
		font-size: 14px;
	}
}
@media (min-width: 350px) {
	html, body {
		font-size: 15px;
	}
}
@media (min-width: 400px) {
	html, body {
		font-size: 16px;
	}
}
.h0 {
	font-size: calc(1.75rem + 1.75vw);
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.fs-7 {
	font-size: 0.9rem !important;
}
.fs-8 {
	font-size: 0.8rem !important;
}
.fs-9 {
	font-size: 0.7rem !important;
}
.fs-10 {
	font-size: 0.6rem !important;
}
.fs-rel-080 {
	font-size: 0.8em;
}
.fs-rel-085 {
	font-size: 0.85em;
}
.fs-rel-090 {
	font-size: 0.9em;
}
.fs-rel-095 {
	font-size: 0.95em;
}
.fs-rel-100 {
	font-size: 1em;
}
.fs-rel-110 {
	font-size: 1.1em;
}
.fs-rel-125 {
	font-size: 1.25em;
}
@media (min-width: 576px) {
	.fs-sm-6 {
		font-size: 1rem !important;
	}
	.fs-sm-7 {
		font-size: 0.9rem !important;
	}
	.fs-sm-8 {
		font-size: 0.8rem !important;
	}
	.fs-sm-9 {
		font-size: 0.7rem !important;
	}
	.fs-sm-10 {
		font-size: 0.6rem !important;
	}
}
@media (min-width: 768px) {
	.fs-md-6 {
		font-size: 1rem !important;
	}
	.fs-md-7 {
		font-size: 0.9rem !important;
	}
	.fs-md-8 {
		font-size: 0.8rem !important;
	}
	.fs-md-9 {
		font-size: 0.7rem !important;
	}
	.fs-md-10 {
		font-size: 0.6rem !important;
	}
}
hr {
	height: 2px;
}
sub, sup {
	line-height: 0;
}
sub.small, sup.small {
	font-size: 0.5em;
	top: -0.9em;
}
sup.unit {
	width: 2em;
}

svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

a, .btn-link {
	text-decoration: none;
	font-weight: 500;
}
.muted {
	color: currentColor;
	opacity: 0.65;
}

.disabled.readonly {
	opacity: 1;
}


/**
* Backgrounds and color schemes
*/
.bg-image-full {
	background-size: cover;
	background-position: center;
}

.bg-image-logo {
	background-image: url(/img/bg-logo-secondary-min.jpg);
	background-position: bottom;
}
.offcanvas .bg-image-logo {
	background-position: top;
}
.bg-primary.bg-image-logo {
	background-image: url(/img/bg-logo-primary-min.jpg);
}
.bg-secondary.bg-image-logo {
	background-image: url(/img/bg-logo-secondary-min.jpg);
}
.bg-dark.bg-image-logo {
	background-image: url(/img/bg-logo-dark-min.jpg);
}

.bg-image-logo2 {
	background-image: url(/img/bg-logo2-light.jpg);
	background-position: center right;
}
.bg-light.bg-image-secondary {
	background-image: url(https://as1.ftcdn.net/v2/jpg/04/12/82/16/1000_F_412821610_95RpjzPXCE2LiWGVShIUCGJSktkJQh6P.jpg);
}

.bg-light-1 {
	background: rgba(80, 90, 130, 0.05);
}

.bg-current {
	background: currentColor;
}

.bg-muted {
	background-color: var(--muted);
}

.bg-glass-light {
	backdrop-filter: blur(2px);
	background-color: rgba(255,255,255,0.65) !important;
}

.section-border-1 {
	background: rgba(80, 90, 130, 0.125);
	width: 100%;
	height: 5px;
	border: 0;
}

/**
* navigations
*/
.nav-lg {
	--nav-pills: var(--secondary);
	--nav-pills-bg: var(--secondary-hover-bg);
	--nav-pills-active: var(--primary);
	--nav-pills-active-bg: var(--primary-bg);
	--nav-pills-hover: var(--secondary);
	--nav-pills-disabled: var(--secondary-bg);
}
.nav-pills .nav-link {
	border-radius: 0;
}
.nav-pills.nav-lg .nav-link {
	padding: 0.75rem 5px;
}

.nav-lines .nav-link {
	border-radius: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: var(--secondary-border-light);
	color: var(--secondary-bg);
}
.nav-lines .nav-link.active {
	border-bottom-color: var(--primary-bg);
	color: var(--primary-bg);
}

.nav-tabs {
	border-bottom-width: 2px;
}
.nav-tabs .nav-link {
	border-width: 2px;
	margin-bottom: -2px;
	border-radius: 0;
	border-left: 0px;
	border-right: 0px;
}

/**
* alerts
*/
.alert {
	background-image: url(/img/dots-015.png);
	background-size: cover;
	background-position: center;
}
a.alert {
	text-decoration: none;
}

/**
* Cards in general
*/
.card-subtitle {
	font-weight: 300;
}

.card.card-transparent-light {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255,255,255,0.125);
	border: 3px solid rgba(255,230,230,0.122);
	box-shadow: inset 0 0 1rem rgb(0 0 0 / 13%);
	background: -moz-radial-gradient(top left, ellipse cover, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.08) 100%);
	background: -webkit-radial-gradient(top left, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.08) 100%);
	background: radial-gradient(ellipse at top left, rgba(255,240,240,0.2) 0%,rgba(255,240,240,0.08) 100%);
}
.card.card-transparent-dark {
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		background-color: rgba(2,23,45,0.3);
		border: 3px solid rgba(255,230,230,0.122);
		box-shadow: inset 0 0 1rem rgb(0 0 0 / 13%);
		background: -moz-radial-gradient(top left, ellipse cover, rgba(2,23,45,0.5) 0%, rgba(2,23,45,0.2) 100%);
		background: -webkit-radial-gradient(top left, ellipse cover, rgba(2,23,45,0.5) 0%,rgba(2,23,45,0.2) 100%);
		background: radial-gradient(ellipse at top left, rgba(2,23,45,0.5) 0%,rgba(2,23,45,0.2) 100%);
}

.card.card-outline {
	border-radius: 0;
	border-width: 2px;
}

.card.bg-image-logo2 {
	border-width: 0px;
}
.card.bg-image-logo2 .card-body,
.card.card-body.bg-image-logo2 {
	padding-left: 0;
}


/**
* tables and data
*/
.numeric {
	transition: color .15s ease-in-out,background-color .15s ease-in-out;
}
.neg {
	color: var(--bs-danger);
}
.pos {
	color: var(--bs-success);
}
.up {
	background: #d1e7dd !important;
	color: #212529 !important;
}
.down {
	background: #f8d7da !important;
	color: #212529 !important;
}
.identifier {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0;
	list-style: none;
}
.identifier-item+.identifier-item {
	padding-left: 0.5rem;
}
.identifier-item+.identifier-item::before {
	padding-right: 0.5rem;
	content: "/";
}

.table {
	font-family: 'Ubuntu', sans-serif;
}
.table > thead {
	border-color: var(--body);
}
.table>:not(:last-child)>:last-child>* {
		border-bottom-color: inherit;
}

.table:not(.table-sm)>:not(caption)>*>* {
	border-bottom-width: 2px;
	padding: 0.5rem 0.25rem;
}
.table:not(.table-sm) > thead >*>* {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.table .btn {
	letter-spacing: -0.5px;
}

.table-striped>tbody>tr.row-1-0:nth-child(2n+1),
.table-striped>tbody>tr.row-2-0:nth-child(4n+1),
.table-striped>tbody>tr.row-2-1:nth-child(4n+2),
.table-striped>tbody>tr.row-3-0:nth-child(6n+1),
.table-striped>tbody>tr.row-3-1:nth-child(6n+2),
.table-striped>tbody>tr.row-3-2:nth-child(6n+3),
.table-striped>tbody>tr.row-4-0:nth-child(8n+1),
.table-striped>tbody>tr.row-4-1:nth-child(8n+2),
.table-striped>tbody>tr.row-4-2:nth-child(8n+3),
.table-striped>tbody>tr.row-4-3:nth-child(8n+4) {
	background-color: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}
.table-striped>tbody>tr.row-1-0:nth-child(2n),
.table-striped>tbody>tr.row-2-0:nth-child(4n+3),
.table-striped>tbody>tr.row-2-1:nth-child(4n),
.table-striped>tbody>tr.row-3-0:nth-child(6n+4),
.table-striped>tbody>tr.row-3-1:nth-child(6n+5),
.table-striped>tbody>tr.row-3-2:nth-child(6n),
.table-striped>tbody>tr.row-4-0:nth-child(8n+5),
.table-striped>tbody>tr.row-4-1:nth-child(8n+6),
.table-striped>tbody>tr.row-4-2:nth-child(8n+7),
.table-striped>tbody>tr.row-4-3:nth-child(8n) {
	background-color: var(--bs-table-bg);
	color: var(--bs-table-striped-color);
}

.table>tbody:not(caption) > * > * {
	background-color: inherit;
	box-shadow: none;
}
.table>:not(caption)>tr.row-2-0>*:not([rowspan="2"]),
.table>:not(caption)>tr.row-3-0>*:not([rowspan="3"]),
.table>:not(caption)>tr.row-3-1>*:not([rowspan="2"]),
.table>:not(caption)>tr.row-4-0>*:not([rowspan="4"]),
.table>:not(caption)>tr.row-4-1>*:not([rowspan="3"]),
.table>:not(caption)>tr.row-4-2>*:not([rowspan="2"]) {
	border-bottom-width: 0;
	padding-bottom: 0.1rem;
}
.table>:not(caption)>tr.row-2-1>*,
.table>:not(caption)>tr.row-3-1>*,
.table>:not(caption)>tr.row-3-2>*,
.table>:not(caption)>tr.row-4-1>*,
.table>:not(caption)>tr.row-4-2>*,
.table>:not(caption)>tr.row-4-3>* {
	padding-top: 0.1rem;
}
.table>:not(:last-child)>tr.row-1-0:nth-last-child(1),
.table>:not(:last-child)>tr.row-2-1:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-2-0:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-3-2:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-3-1:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-3-0:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-4-3:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-4-2:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-4-1:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-4-0:nth-last-child(4)>*[rowspan="4"],
.table>:not(:last-child)>tr.row-5-4:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-5-3:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-5-2:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-5-1:nth-last-child(4)>*[rowspan="4"],
.table>:not(:last-child)>tr.row-5-0:nth-last-child(5)>*[rowspan="5"] {
	border-color: var(--body)
}

.table.no-bg tr .first {
	padding-left: 0;
}
.table.no-bg tr .last {
	padding-right: 0;
}

.table .th-small {
		line-height: 1;
		font-size: 0.75rem;
		font-weight: 700;
		color: var(--muted);
		padding-bottom: 0 !important;
}
.table .th {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2
}
.table .th a {
	font-weight: inherit;
}
.table a:not(.btn) {
	color: inherit;
}
.table .time,
.table .numeric {
	text-align: right;
}
.table .numeric {
	white-space: nowrap!important;
}

.table .time,
.table .isin,
.table .symbol,
.table .wkn,
.table .identifier,
.table .muted {
	color: var(--muted);
	font-size: 0.9rem;
	opacity: 1;
}
.table .action {
	width: 0;
	vertical-align: middle;
}

.table .btn-round,
.table .btn-rounded {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-size: 0.85rem;
		line-height: 1.5rem;
}

.table-shadow {
	border-spacing: 3px;
	border-collapse: separate;
}
.table-shadow>:not(caption)>*>* {
	box-shadow: inset 0.25rem 1rem 2rem rgb(0 0 0 / 8.5%) !important;
	border: 0px;
}
.table-striped>:not(caption)>*>* {
	border-bottom: 0 !important;
}

.table-orderbook .type {
	color: var(--muted);
	font-size: 0.9rem;
}
.table-orderbook .amount.numeric,
.table-orderbook .price.numeric {
	text-align: left;
}
.table-orderbook .time {
	white-space: nowrap!important;
	font: inherit;
	color: inherit;
}

.table-trades tbody .row-4-0 td,
.table-trades tbody .row-4-1 td {
	background-color: var(--bs-table-active-bg);
}
.table-trades tbody .row-4-1 td {
	letter-spacing: -0.5px;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 0.5rem !important;
	white-space: nowrap!important;
}
.table-trades tbody .row-4-2 td {
	padding-top: 0.3rem !important;
}
.table-trades tbody .row-4-3 td {
	padding-top: 0 !important;
	line-height: 1.2;
	padding-bottom: 0.3rem !important;
}

.table-products tbody .row-4-0 td,
.table-products tbody .row-4-1 td {
	background-color: var(--bs-table-active-bg);
}
.table-products tbody .row-4-1 td {
	letter-spacing: -0.5px;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 0.5rem !important;
	white-space: nowrap!important;
}
.table-products tbody .row-4-1 td .badge {
	font-size: 1em;
	padding: 0.25em 0.35em 0.1em 0.35em;
}
.table-products tbody .row-4-1 td .badge.bg-secondary {
	font-family: var(--bs-font-sans-serif);
	padding: 0.15em 0.35em  0.2em 0.35em;
}
.table-products tbody .row-4-2 td {
	padding-top: 0.3rem !important;
}
.table-products tbody .row-4-3 td {
	padding-top: 0 !important;
	line-height: 1.2;
	padding-bottom: 0.3rem !important;
}
.table-products>:not(caption)>*>*:not(.first) {
	padding-left: 0;
}

@media (min-width: 992px) {
	.table .th {
		font-size: 1.2rem;
	}
}

.table .sortable {
	position: relative;
}
.table .sortable.sort-active {
	padding-right: 1.4em;
}
.table .sorticon {
	display: inline-block;
	position: absolute;
	margin-left: 0.2em;
	margin-top: -0.1em;
}
.table .sorticon > * {
	width: 1em;
	height: 1em;
	pointer-events:none;
}

/**
* List group
*/
.list-group-flush {
	font-family: 'Ubuntu', sans-serif;
}
.list-group-flush>.list-group-item {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.list-group-flush>.list-group-item,
.list-group-flush>.list-group-item:last-child {
	border-width: 0 0 2px;
}
.list-group-flush>.list-group-item-action:hover,
.list-group-flush>.list-group-item-action:focus {
	background: transparent;
	color: var(--bs-primary);
}
.list-group-flush>.list-group-item-action:hover .btn-link,
.list-group-flush>.list-group-item-action:focus .btn-link {
	color: inherit !important;
}
.list-group-item .lgh {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
}
.list-group-item .small {
	font-size: 0.85rem;
}

.list-group-item .item-badge {
	background-color: currentColor;
	padding: 0.5rem;
}
.list-group-item .item-badge:not(:last-child) {
	margin-bottom: 2px;
}
.list-group-item .item-badge.small {
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
	font-size: 0.7rem;
}
.list-group-item .item-badge > * {
	color: var(--body-bg);
}
.list-group-item.item-alert-triggered .item-badge:first-child,
.list-group-item.item-alert .item-badge:first-child {
	width: 3.5rem;
	min-height: 3.5rem;
	position: relative;
}
.list-group-item.item-alert-triggered .item-badge:first-child > *,
.list-group-item.item-alert .item-badge:first-child > * {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -0.5em;
}
.list-group-item.item-alert > .input-group > .btn:first-child {
	width: calc(3.5rem + 2px);
}
.list-group-item.item-alert,
.list-group-item.item-price-alert {
	border-bottom-width: 0px !important;
}

.autocomplete-heading {
	pointer-events:none;
}

/**
* Card Columns
*/
.columns .column-item {
	display: inline-block;
	width: 100%;
	position: relative;
}
.columns-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.columns-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.columns-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}
.columns-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}
@media (min-width: 576px) {
	.columns-sm-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columns-sm-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-sm-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-sm-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.columns-sm-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	.columns-sm-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}
@media (min-width: 768px) {
	.columns-md-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columns-md-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-md-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-md-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.columns-md-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	.columns-md-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}
@media (min-width: 992px) {
	.columns-lg-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columns-lg-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-lg-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-lg-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.columns-lg-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	.columns-lg-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}
@media (min-width: 1200px) {
	.columns-xl-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columns-xl-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-xl-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-xl-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.columns-xl-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	.columns-xl-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}
@media (min-width: 1600px) {
	.columns-xxl-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columns-xxl-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-xxl-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-xxl-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.columns-xxl-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	.columns-xxl-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}

/**
* Form Controls
*/

.show-validation-message :invalid~.invalid-feedback,
.show-validation-message :invalid~.invalid-tooltip {
		display: block;
}

.clickable > *,
.btn-fa > *,
.table .sortable *,
button *, .btn *,
a svg,
button img,
.btn img,
a img {
	/*makes sure we will be able to refer to event.target as the element */
	pointer-events:none;
}
#main-content .btn {
	border-width: 2px;
	font-weight: 600;
}
#main-content .form-select {
	border-width: 2px;
}
#main-content .input-group-text {
	border-width: 2px;
}
#main-content .btn-group>.btn-group:not(:first-child),
#main-content .btn-group>.btn:not(:first-child) {
		margin-left: -2px;
}
#main-content .btn-group-vertical>.btn-group:not(:first-child),
#main-content .btn-group-vertical>.btn:not(:first-child) {
		margin-top: -2px;
}
#main-content .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -2px;
}

.form-select.select-left {
	background-position: left;
	padding-left: 1.5rem;
	padding-right: 0.75rem;
}
.form-select-sm.select-left {
	padding-left: 1.5rem;
	padding-right: 0.5rem;
}

.form-control, .form-control-lg, .form-control-sm, .numeric, .time, .form-select, .form-select-lg {
	font-family: 'Kanit', sans-serif;
}
.btn-group-xl>.btn,
.btn-xl {
	padding: 0.75rem 1.5rem;
	font-size: 1.75rem;
}

.btn-outline-muted {
	color: var(--muted);
	border-color: var(--muted);
}
.btn-outline-muted:hover {
	color: var(--body)
	background-color: var(--muted);
	border-color: var(--muted);
}

#main-content .form-control, #main-content .form-control-lg, #main-content .form-control-sm,
#main-content .btn, #main-content .btn-sm, #main-content .btn-lg {
	border-radius: 0;
}
.btn.btn-round,
#main-content .btn.btn-round,
.btn.btn-fa,
#main-content .btn.btn-fa,
.form-control.form-control-round,
#main-content .form-control.form-control-round {
	border-radius: 1.25rem;
}
.btn-sm.btn-round,
#main-content .btn-sm.btn-round,
.btn-sm.btn-fa,
#main-content .btn-sm.btn-fa,
.form-control-sm.form-control-round,
#main-content .form-control-sm.form-control-round {
	border-radius: 1.00694rem;
}
.btn-lg.btn-round,
#main-content .btn-lg.btn-round,
.btn-lg.btn-fa,
#main-content .btn-lg.btn-fa,
.form-control-lg.form-control-round,
#main-content .form-control-lg.form-control-round {
	border-radius: 1.59722rem;
}
.btn-xl.btn-round,
#main-content .btn-xl.btn-round,
.btn-xl.btn-fa,
#main-content .btn-xl.btn-fa,
.form-control-xl.form-control-round,
#main-content .form-control-xl.form-control-round {
	border-radius: 2.5rem;
}

.btn.btn-rounded,
#main-content .btn.btn-rounded {
	border-radius: 0.5rem;
}
.btn-sm.btn-rounded,
#main-content .btn-sm.btn-rounded {
	border-radius: 0.25rem;
}
.btn-lg.btn-rounded,
#main-content .btn-lg.btn-rounded {
	border-radius: 0.75rem;
}
.btn-xl.btn-rounded,
#main-content .btn-xl.btn-rounded {
	border-radius: 1rem;
}

.btn-group-vertical .btn-round:not(:first-child),
.btn-group-vertical .btn-rounded:not(:first-child) {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.btn-group-vertical .btn-round:not(:last-child),
.btn-group-vertical .btn-rounded:not(:last-child) {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btn.btn-fa {
	line-height: 1;
	padding: 0;
}
.btn.btn-fa > i {
	font-size: 1.25em;
	line-height: 2.25rem;
	width: 2.25rem;
	height: 2.25rem;
}
.btn-sm.btn-fa > i {
	line-height: 1.8125rem;
	width: 1.8125rem;
	height: 1.8125rem;
}
.btn-lg.btn-fa > i {
	line-height: 2.875rem;
	width: 2.875rem;
	height: 2.875rem;
}
.btn-xl.btn-fa {
	line-height: 4rem;
	width: 4rem;
	height: 4rem;
}

.btn-outline-secondary.text-info:hover,
.btn-outline-secondary.text-info:focus,
.btn-outline-secondary.text-info.focus,
.btn-outline-secondary.text-info:active,
.btn-outline-secondary.text-info.active {
	color: var(--info-light) !important;
}

.form-select {
	border-radius: 0;
}
.form-floating > .form-control, .form-floating > .form-select {
	height: calc(3.5rem + 4px);
}
.form-floating > .form-control-lg, .form-floating > .form-select-lg {
	height: calc(3.8125rem + 4px);
}
.form-floating>.form-select-lg {
 padding-top: 1.625rem;
 padding-bottom: 0.625rem;
}


.btn-form-control {
	color: var(--input);
	background-color: var(--input-bg);
	border-color: var(--input-border);
}
.btn-form-control:focus,
.btn-form-control.focus {
	color: var(--input);
	background-color: var(--input-bg);
	border-color: var(--input-focus-border);
	box-shadow: 0 0 0 0.25rem var(--input-focus-box-shadow);
}

.btn-form-control:disabled,
.btn-form-control.disabled,
.btn-form-control[readonly] {
	background-color: var(--input-disabled-bg);
}
.btn-form-control:hover {
	background-color: var(--input-hover-bg);
}
.btn-form-control:not(:disabled):not(.disabled):active,
.btn-form-control:not(:disabled):not(.disabled).active {
	background-color: var(--input-hover-bg);
}


input.number-input {
	border-right-width: 0px;
	text-align: right;
}
.btn-up-down {
	display: flex;
	flex-direction: column;
}
.btn-up-down .btn {
	font-size: 0.7rem;
	line-height: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	flex: 1 1 auto;
	width: 3em;
	padding: 0;
	border-left-width: 0px;
}
.btn-up-down .btn-lg {
	font-size: 0.8rem;
}
.btn-up-down .btn:first-child {
	border-bottom-right-radius: 0;
	border-bottom-width: 0px;
}
.btn-up-down .btn:last-child {
	border-top-right-radius: 0;
	border-top-width: 0px;
}
.input-group .btn-up-down:not(:last-child) .btn:first-child{
	border-top-right-radius: 0;
}
.input-group .btn-up-down:not(:last-child) .btn:last-child{
	border-bottom-right-radius: 0;
}

.btn-up-down .btn svg {
	width: 1em;
	height: 1em;
	opacity: 0;
	transition: opacity .15s ease-in-out;
}
input:hover ~ .btn-up-down .btn svg,
.btn-up-down:hover .btn svg {
	opacity: 0.5;
}
.btn-up-down:hover .btn:hover svg {
	opacity: 1;
}

.btn-fixed-bottom {
	position: fixed;
	right: 15px;
	bottom: 116px;
	border-radius: 0.5rem !important;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 80%);
	z-index: 50;
}
.btn-fixed-bottom:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	background: linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
	border-radius: inherit;
}

/**
* Header and Footer
*/
.offcanvas {
	border-top: 0px;
}
.offcanvas-banner,
.list-group-flush>.list-group-item.offcanvas-banner,
.offcanvas .autocomplete-heading,
.offcanvas .list-group-flush>.list-group-item.autocomplete-heading {
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0.5rem 1rem !important;
	background: #f2f3f5;
	border-bottom: 2px solid #e9eaf2;
	border-top: 2px solid #e9eaf2;
	width: auto;
}
.list-group-flush>.list-group-item.offcanvas-banner:not(:first-child),
.offcanvas .list-group-flush>.list-group-item.autocomplete-heading:not(:first-child) {
	margin-top: 3rem;
}
.search-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)  {
	margin-left: 2px !important;
}

#nav-header .navbar-brand {
	padding: 0 1rem;
	margin-right: 0;
}
#nav-header .navbar-brand img {
	height: 1.6rem;
	margin-bottom: -0.5rem;
}

#nav-header.order-header .container-fluid:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0.25rem;
	background-color: var(--bs-secondary);
	left: 0;
	right: 0;
}
#nav-header.order-header .navbar-brand {
	position: relative;
	display: flex!important;
	flex-direction: column!important;
}
#nav-header.order-header .navbar-brand img {
	margin-bottom: 0;
	margin-top: -0.5rem;
}
#nav-header.order-header .btn-group.buy-sell {
	position: absolute;
	width: 11rem;
	top: 1.75rem;
	left: 50%;
	margin-left: -5.5rem;
	z-index: 1049;
	margin-top: 1rem;
}
#nav-header.order-header .btn-group.buy-sell:before {
	border-radius: 0 0 3rem 3rem;
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	background: var(--bs-secondary);
	display: block;
	top: 0px;
	bottom: -2px;
}
#nav-header.order-header .btn-group.buy-sell > .btn:first-child,
#nav-header.order-header .btn-group.buy-sell > .btn:last-child {
	width: 50%;
	font-size: 0.9rem;
	padding-top: 0.4rem;
}
#nav-header.order-header .btn-group.buy-sell > .btn:first-child {
	border-radius: 0 0 0 3rem;
	text-align: right;
	padding-right: 2.3rem;
	padding-left: 0;
}
#nav-header.order-header .btn-group.buy-sell > .btn:last-child {
	border-radius: 0 0 3rem 0;
	text-align: left;
	padding-left: 2.4rem;
	padding-right: 0;
}
#nav-header.order-header .btn-group.buy-sell:after {
	background-image: url(/img/svg/flash-bear-bull.svg);
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: 50%;
	z-index: 2;
	pointer-events: none;
	height: 3rem;
	width: 6rem;
	margin-left: -3rem;
	top: -0.5rem;
}

@media (min-width: 400px) {
	#nav-header.order-header .btn-group.buy-sell {
		width: 14rem;
		margin-left: -7rem;
	}
	#nav-header.order-header .btn-group.buy-sell > .btn:first-child,
	#nav-header.order-header .btn-group.buy-sell > .btn:last-child {
		font-size: 1.1rem;
		padding-top: 0.2rem;
	}
	#nav-header.order-header .btn-group.buy-sell > .btn:first-child {
		padding-right: 3rem;
	}
	#nav-header.order-header .btn-group.buy-sell > .btn:last-child {
		padding-left: 3.1rem;
	}
	#nav-header.order-header .btn-group.buy-sell:after {
		height: 4rem;
		width: 7.5rem;
		margin-left: -3.75rem;
		top: -1rem;
	}
}

#nav-footer {
	position: fixed;
	min-width: 320px;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: var(--bs-dark);
	padding-top: 0.25rem;
	box-shadow: inset 0 2px 0 var(--secondary-border);
	border-top: 4px solid var(--bs-dark);
	font-family: var(--bs-font-sans-serif);
}
#nav-footer.ontop {
	z-index: 1051;
}
#nav-footer .nav-link {
	min-width: 4rem;
	color: var(--bs-light);
	text-align: center;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
#nav-footer .nav-link:hover,
#nav-footer .nav-link:focus,
#nav-footer .nav-link:active,
#nav-footer .nav-link.active {
	color: var(--bs-primary);
}
#nav-footer .nav-link > i {
	display: block;
	font-size: 1.5rem;
}
#nav-footer .nav-item-lg .nav-link > i .icon {
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	display: block;
	padding-top: 100%;
	background-image: url(/img/svg/flash-silver.svg);
}
#nav-footer .nav-item-lg .nav-link:hover > i .icon,
#nav-footer .nav-item-lg .nav-link:focus > i .icon,
#nav-footer .nav-item-lg .nav-link:active > i .icon,
#nav-footer .nav-item-lg .nav-link.active > i .icon {
	background-image: url(/img/svg/flash-red.svg);
}

#nav-footer .nav-item-lg .nav-link > i {
		background-color: var(--bs-dark);
		width: 5rem;
		height: 5rem;
		margin-top: -3.1rem;
		padding: 0.75rem;
		border-radius: 100%;
		position: relative;
}
#nav-footer .nav-item-lg .nav-link > i:before {
		position: absolute;
		border: 2px solid var(--bs-secondary);
		content: "";
		border-radius: 100%;
		width: inherit;
		height: inherit;
		border-left-color: transparent;
		border-bottom-color: transparent;
		transform: rotate(-45deg);
		left: 0;
		top: 0;
}
#nav-footer .nav-item-lg .nav-link.buy:not(:hover):not(:focus) {
		color: #15b86c;
}
#nav-footer .nav-item-lg .nav-link.buy:not(:hover):not(:focus) > i .icon{
	background-image: url(/img/svg/flash-green.svg);
}
#nav-footer .nav-item .nav-link > span {
	height: 1rem;
	font-size: 0.65rem;
}
@media (min-width: 350px) {
	#nav-footer .nav-item .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	#nav-footer .nav-item .nav-link > span {
		font-size: 0.7rem;
	}
}
@media (min-width: 400px) {
	#nav-footer .nav-item .nav-link > span {
		font-size: 0.8rem;
	}
}
@media (min-width: 576px) {
	#nav-footer .nav-item .nav-link {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
@media (min-width: 768px) {
	#nav-footer .nav-item .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (orientation: landscape) and (max-height: 767.98px) {
	body {
		position: relative;
	}
	#nav-footer {
		position: absolute;
	}
	#main-content {
		min-height: 80vh;
		min-height: calc(100vh - 150px);
		position: relative;
		padding-bottom: 10em;
	}
	body {
		padding-bottom: 0;
	}
}

.sizer {
	display: none;
	content: 'xs';
}
@media (min-width: 576px) {
	.sizer {
		content: 'sm';
	}
}
@media (min-width: 768px) {
	.sizer {
		content: 'md';
	}
}
@media (min-width: 992px) {
	.sizer {
		content: 'lg';
	}
}
@media (min-width: 1200px) {
	.sizer {
		content: 'xl';
	}
}
@media (min-width: 1400px) {
	.sizer {
		content: 'xxl';
	}
}


/**
* login
*/
.login-overlay,
.intro-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	height: 100vh;
	min-width: 320px;
	background-color: #212121;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	display: flex;
	flex-direction: column!important;
	overflow: hidden;
}
.login-overlay {
	background-image: url(/img/bg-login.jpg);
	justify-content: center;
}
.intro-overlay {
	background-image: url(/img/bg-intro.jpg);
	justify-content: end;
}
.login-overlay > *,
.intro-overlay > * {
	max-height: 100vh;
	overflow: auto;
}
.login-overlay .bg-dark {
	background-color: rgba(0, 0, 0,0.35) !important;
}
.intro-overlay .bg-dark {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	box-shadow: 0 -0.35rem 0.5rem rgb(255 255 255 / 13%);
	position: relative;
}
.login-overlay .bg-dark .form-check .form-check-input[type=checkbox],
.intro-overlay .bg-dark .form-check .form-check-input[type=checkbox] {
	background-color: transparent;
}
.login-overlay .bg-dark .form-check .form-check-input:checked[type=checkbox],
.intro-overlay .bg-dark .form-check .form-check-input:checked[type=checkbox] {
	background-color: #fff;
	border-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.login-overlay .bg-dark .form-check label,
.intro-overlay .bg-dark .form-check label {
	color: #a3aab1;
	line-height: 1.2;
}
.login-overlay input[type="password"], .login-overlay input[type="email"], .login-overlay input[type="text"],
.intro-overlay input[type="password"], .intro-overlay input[type="email"], .intro-overlay input[type="text"] {
	background-color: rgba(255,255,255,0.125);
}
@media (orientation: landscape) {
	.login-overlay {
		background-image: url(/img/bg-login-landscape.jpg);
	}
	.intro-overlay {
		background-image: url(/img/bg-intro-landscape.jpg);
	}
}
@media (orientation: portrait) {
	.login-overlay {
		background-image: url(/img/bg-login.jpg);
	}
	.intro-overlay {
		background-image: url(/img/bg-intro.jpg);
	}
}

.login-submit {
	font-family: 'Ubuntu';
	min-width: 84.5%;
	font-size: 1.6rem;
	font-weight: 300 !important;
}
.login-submit.btn-primary:before,
.login-submit.btn-light:before {
	content: "";
	width: 1.35em;
	height: 1.35em;

	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.15em;
}
.login-submit.btn-primary:before {
	background-image: url(/img/svg/flash-silver.svg);
}
.login-submit.btn-light:before {
	background-image: url(/img/svg/flash-dark.svg);
}

#intro-login-text {
	width: 15.5rem;
	margin-left: auto;
	margin-right: auto;
}
#intro-login-image {
	height: 18rem;
	width: 15.5rem;
	background-image: url(/img/intro-mobile.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.login-submit {
		min-width: 75%;
	}
}
@media (min-width: 768px) {
	.login-submit {
		min-width: 66%;
	}

}
@media (min-width: 768px) and (min-height: 768px) {
	#intro-login-image {
		background-image: url(/img/intro-tablet.png);
		width: 33.6rem;
		height: 28.5rem;
	}
	#intro-login-text {
		width: 17.5rem;
	}
}
@media (min-width: 992px) and (min-height: 1200px) {
	#intro-login-image {
		width: 38.6rem;
		height: 32.5rem;
	}
	#intro-login-text {
		font-size: 1.5rem;
		width: 20.5rem;
	}
	#intro-login-text .btn {
		font-size: inherit;
	}
}
@media (min-width: 992px) {
	.login-submit {
		min-width: 50%;
	}
}

/**
* order form / depot
*/
.card-depot-preview {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.card-depot-preview.card-darker {
	box-shadow: inset 0 10000px rgb(0 0 0 / 30%);
	text-shadow: 0 0 2px #000;
}
.card-depot-preview table th {
	letter-spacing: -0.05em;
}
#main-depot-change ~ span#main-depot-perf {
	margin-left: 1rem;
}
#main-depot-change ~ span#main-depot-perf:before {
	content:"[";
}
#main-depot-change ~ span#main-depot-perf:after {
	content:"]";
}


#order-form-amount-controls .input-group {
	flex-direction: column!important;
	flex-wrap: nowrap!important;
}
#order-form-amount-controls .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
	margin-left: 0;
}
#order-form-amount-controls .amount-plus {
	color: var(--bs-success);
	order: 0!important;
	flex: 1 1 auto!important;
	margin-top: 0!important;
}
#order-form-amount-controls .amount-value {
	font-size: 0.8em;
	margin-top: -2px!important;
	order: 1!important;
	justify-content: center!important;
	flex: 1 1 auto!important;
}
#order-form-amount-controls .amount-value > span {
	display: inline-block;
	text-align: center;
	width: 4em;
}
#order-form-amount-controls .amount-minus {
	color: var(--bs-danger);
	margin-top: -2px!important;
	order: 2!important;
	flex: 1 1 auto!important;
}
@media (min-width: 576px) {
	#order-form-amount-controls .input-group {
		flex-direction: row!important;
	}
	#order-form-amount-controls .amount-plus {
		order: 2!important;
		margin-left: -2px!important;
	}
	#order-form-amount-controls .amount-value {
		margin-top: 0px!important;
		margin-left: -2px!important;
		order: 1!important;
		justify-content: center!important;
	}
	#order-form-amount-controls .amount-minus {
		margin-top: 0px!important;
		order: 1!important;
	}
}

/**
* chart
*/
#mainChartDirectorChart {
	margin-top: -2px;
	border-left: 0;
	border-right: 0;
}
@media (min-width: 768px) {
	#chart-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
		grid-auto-rows: auto;
	}
	#chart-menu-time-panel {
		grid-column: 1;
		grid-row: 1;
	}
	#chart-menu-comparison-panel {
		grid-column: 2;
		grid-row: 1;
	}
	#chart-menu-style-panel {
		grid-column: 1;
		grid-row: 2;
	}
	#chart-menu-indicators-panel {
		grid-column: 2;
		grid-row: 2;
	}
}
@media (min-width: 992px) {
	#chart-menu {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 15px;
		grid-auto-rows: auto;
	}
	#chart-menu-time-panel {
		grid-column: 1;
		grid-row: 1;
	}
	#chart-menu-comparison-panel {
		grid-column: 1;
		grid-row: 2;
	}
	#chart-menu-style-panel {
		grid-column: 2;
		grid-row: 1 / 3;
	}
	#chart-menu-indicators-panel {
		grid-column: 3;
		grid-row: 1 / 3;
	}
}

/**
* stock
*/
.card-stock {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.card-stock .h0 {
	font-size: 2.8rem;
}
.card-stock .btn-group>.btn {
	flex: 0 1 auto;
}
.card-stock .btn-group>.btn:not(:first-child),
.card-stock .btn-group>div:not(:first-child)>.btn {
	margin-left: 2px;
}
.card-stock #stock-watchlist.btn-dark,
.card-stock #stock-watchlist.btn-secondary {
	color: #94c4ff;
}
.btn-stock-watchlist .btn-text-remove {
	display: none;
}
.btn-stock-watchlist.active .btn-text-remove {
	display: inline;
}
.btn-stock-watchlist.active .btn-text-add {
	display: none;
}
.card-stock #stock-buy .muted,
.card-stock #stock-sell .muted {
	min-width: 6em;
}

#product-form .range-text {
	width: 3em;
	justify-content: center!important;
}

@media (max-width: 767.98px) {
	.card-stock > .btn-group > .btn,
	.card-stock > .btn-group > .btn-group,
	.card-stock > .btn-group > .btn-group > .btn {
		flex: 1 1 auto!important;
	}
}
@media (min-width: 768px) {
	.card-stock > .btn-group {
		margin-top: -3rem !important;
	}
}

/**
* trend
*/
.card-trend table tbody tr:nth-child(n+4) {
		display: none;
}


#order-header-quotes {
	border-bottom: 2px solid var(--muted);
	line-height: 1.2;
}

.fnz_productbox.card {
		background: #f4f4f4;
		border-color: #f4f4f4;
		border-radius: 0;
		text-align: center;
}
.fnz_productbox.card .muted {
	font-size: 0.8em;
}
.fnz_productbox.card .badge {
	font-size: 1rem;
}
.fnz_productbox .ask-bid {
		background: #fff;
		margin: 0.25rem 0;
}

.pulse-highlight {
	transition: background-color .3s ease-in-out;
}

@media (max-width: 767.98px) {
	#koSimulator .carousel-control-prev,
	#koSimulator .carousel-control-next {
		top: auto;
		padding-bottom: 0.25em;
	}
}
