.navbar-brand-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.navbar-brand-wrapper .navbar-brand {
	margin-right: 0 !important;
}

.navbar-custom .navbar-brand-logo,
.navbar-custom .navbar-brand-logo~span {
	margin-top: -2px;
}

.navbar-custom .navbar-brand-logo~span {
	color: #fff;
}

.bitbo-nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.bitbo-nav:hover {
	text-decoration: none !important;
}

.old-site-label {
	font-size: 21px;
	color: rgba(0, 0, 0, 0.6);
}

.top-treasuries-table {
	margin-top: 35px;
}

.treasuries-table--mobile {
	display: none;
}

.top-treasuries-table-inner {
	display: flex;
}

.treasuries-table--smaller thead .top-table-header {
	background: transparent !important;
	border-bottom: none !important;
}

.top-treasuries-table-label {
	color: rgba(0, 0, 0, 0.60) !important;
	margin-bottom: 10px;
	font-size: 13px;
	margin-top: -4px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
}

.treasuries-subtitle {
	font-size: 21px;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 400;
}

.treasuries-table {
	border: unset;
	border-width: 0px;
	text-align: center;
	border-radius: 15px 15px 0 0 !important;
	overflow: hidden;
	width: 100%;
}

.treasuries-table--smaller {
	max-width: 650px;
}

.treasuries-table--smaller.is--top {
	max-width: 800px;
	margin-top: 35px;
}

.treasuries-table td,
.treasuries-table th {
	font-size: 15px !important;
	line-height: 1.4;
	border-left: none !important;
	border-right: none !important;
	border-collapse: collapse;
	border-spacing: 2px;
	border-style: none;
	box-sizing: border-box;
	color: #051b52;
	font-weight: 400 !important;
	line-height: 1.2;
	padding: 12px 10px !important;
	text-align: left;
	width: unset;
}

.treasuries-table tr th {
	background: transparent;
	border-collapse: collapse;
	border-spacing: 2px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	font-weight: 400 !important;
	padding: 19px 10px !important;
	text-align: left;
	min-width: 100px;
	font-size: 15px !important;
}

.treasuries-table tr .th-company {
	border-top-left-radius: 15px;
}

.treasuries-table tr .th-company_percent {
	border-top-right-radius: 15px;
	text-align: right;
}

.treasuries-table tr:nth-child(odd),
.treasuries-table tr:nth-child(even) {
	background-color: #f5f7ff;
	border-bottom: 2px solid #E2E6FF;
}

.treasuries-table thead tr {
	border-bottom: unset;
	background: linear-gradient(94.32deg, #3351FF 25.31%, #0085FF 76.51%) !important;
}

.treasuries-table tr:nth-last-child(2) td:last-child {
	border-bottom-right-radius: 0px !important;
}

.bitcoin-uptime-days-down {
	background: #FEFCF5;
	border: 1px solid rgba(232, 208, 27, 0.40);
	text-align: center;
	margin-top: 60px;
	padding: 20px 0;
}

.bitcoin-uptime-subheading {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

.bitcoin-uptime-days-down .button {
	background: #1ca440;
	color: #fff;
	padding: 12px;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	text-align: center;
	border-radius: 5px;
	border-bottom: 4px solid #3e8040;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}

.bw-body .container-bw {
	max-width: 1210px !important;
}

.td-location, .th-location {
	width: 100px !important;
}

.th-company_percent, .td-company_percent {
	width: 86px !important;
	text-align: right !important;
}

.td-company_percent {
	border-bottom-right-radius: 0px !important;
}

.treasuries-table .td-company_btc {
	font-weight: 600 !important;
}

.treasuries-table .total-label {
	text-align: left !important;
	padding-left: 20px !important;
	border-top: unset !important;
}

.treasuries-table--smaller tr .top-treasuries-table-label {
	font-weight: 600 !important;
	padding: 10px !important;
}

.top-table-data-row {
	background-color: #fff !important;
	border-bottom: 1px solid #E2E6FF !important;
}

.rotating {
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.view-chart {
	display: inline-block;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: rgb(46, 164, 79);
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 16px;
	border-bottom: 4px solid rgb(21, 136, 62);
	font-weight: 700;
	color: white;
	line-height: 26px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	width: fit-content;
}

.view-chart:hover{
	text-decoration: underline;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1199px) {

	.treasuries-table tr,
	.treasuries-table td,
	.treasuries-table th,
	.treasuries-table tbody,
	.treasuries-table thead,
	.treasuries-table tfoot,
	.treasuries-table {
		display: block;
		width: 100%;
	}

	.treasuries-table--smaller.is--top {
		display: none;
	}

	.treasuries-table--mobile {
		border: 1px solid #cccccc;
		/* #E2E6FF */
		display: table;
		margin-top: 35px;
		max-width: 800px;
		width: 100%;
	}

	.treasuries-table--mobile tr {
		background-color: unset !important;
		border-bottom: 1px solid #cccccc;
	}

	.treasuries-table--mobile tr th {
		border: none;
		border-right: 1px solid #cccccc;
	}

	.treasuries-table--mobile th,
	.treasuries-table--mobile td {
		font-size: 13px !important;
	}

	.treasuries-table--mobile .top-treasuries-table-label {
		background-color: unset;
		border-color: inherit;
		border-bottom: none;
		font-weight: 600 !important;
	}

	.treasuries-table--mobile td {
		border-left: 0;
		border-right: 0;
		color: #051b52;
		font-weight: 500 !important;
	}

	.treasuries-table--mobile .td-value {
		text-align: left !important;
	}

	.td-location, .th-location {
		width: calc(100% - 10px) !important;
	}

	.treasuries-table tbody td {
		position: relative;
		padding-left: 160px !important;
		border-top: 1px solid #E2E6FF;
	}

	.treasuries-table .td-location {
		width: 65px;
		padding: 0 20px 0 0;
		border-top: none;
		text-align: right !important;
		border-bottom: unset !important;
	}

	.treasuries-table tbody td:before {
		content: attr(data-title);
		border-right: 1px solid #E2E6FF;
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px 20px;
		width: 140px;
		height: 100%;
		display: flex;
	}

	.treasuries-table .total-label:before {
		display: none !important;
	}

	.treasuries-table tr:nth-child(odd), .treasuries-table tr:nth-child(even) {
		border: 1px solid #E2E6FF;
		margin-bottom: 15px;
		margin-top: 5px;
		border-radius: 12px 12px 0px 0px;
	}

	.treasuries-table tr td:nth-child(1) {
		border-top: 0;
	}

	.treasuries-table .td-company {
		padding-left: 20px !important;
		width: auto;
		float: left;
		border-top: none !important;
		font-weight: 700 !important;
		font-size: 15px !important;
		position: relative;
		z-index: 1;
	}

	.treasuries-table .td-company:before {
		display: none;
	}

	.treasuries-table .td-location:before {
		border-right: 0px !important;
		display: none;
	}

	.treasuries-table thead {
		display: none;
	}

	.treasuries-table--smaller {
		max-width: none;
	}

	.center-on-mobile {
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.treasuries-table .th-location {
		display: none;
	}

	.treasuries-table tr {
		margin-bottom: 0px;
	}

	.treasuries-table tr .th-value-today {
		text-align: right;
	}

	.treasuries-table--smaller tr .th-value-today {
		text-align: left !important;
	}

	.treasuries-table tr th {
		font-size: 13px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.treasuries-table td,
	.treasuries-table th {
		font-size: 13px !important;
	}

	.treasuries-table tr .th-company_percent {
		text-align: right !important;
		padding-right: 10px !important;
	}

	.treasuries-table .td-company_percent {
		text-align: left !important;
		width: 100% !important;
	}

	.td-company_percent {
		text-align: right !important;
		border-bottom: unset;
	}

	.treasuries-table tbody tr td.hidden-on-mobile {
		display: none;
	}

	.treasuries-table tbody tr td:nth-child(1) {
		min-height: 36px;
	}

	.totals-pseudo-hide:before {
		display: none !important;
		content: '' !important;
	}
}

@media only screen and (max-width: 700px) {
	.treasuries-table .td-symbol {
		clear: both;
		text-align: right;
	}

	.td-location {
		position: relative;
	}

	.flag-icon {
		left: 10px;
		bottom: 0px;
	}

	.th-symbol {
		margin-left: -20px;
		margin-right: 54px;
	}

	.td-company, .td-symbol {
		flex: 10%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.td-company:hover, .td-symbol:hover {
		overflow: auto;
		white-space: normal;
		text-overflow: initial;
	}

	.td-company_btc {
		flex: 3%;
	}

	.td-value, .td-company_btc {
		text-align: right !important;
	}

	.treasuries-table--smaller .th-value-today {
		position: absolute;
		width: 0px;
		right: 0;
		left: unset;
	}

	.treasuries-table--smaller tr .th-value-today {
		text-align: right !important;
	}

	.treasuries-table tbody tr td {
		text-align: left !important;
	}

	.treasuries-table--smaller .th-company_btc {
		display: block !important;
	}
}

@media(max-width: 450px) {
	.navbar-brand-wrapper {
		gap: 5px;
	}

	.navbar-custom .navbar-brand-logo,
	.navbar-custom .navbar-brand-logo~span {
		font-size: 1rem;
	}

	.bitbo-nav .bitbo-nav__logo {
		display: none;
	}

	.bitbo-nav .bitbo-nav__text-logo {
		width: 50px;
	}

	.treasuries-table {
		width: 96vw;
		margin-left: calc(-48vw + 50%);
	}
}
