@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	background: #1F2427;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	color: #c3cbe4;
}
a {
	text-decoration: none;
	color: #6614DB;
	font-weight: 400;
}
.fw-mid {
	font-weight: 400 !important
}
.my-container {
	padding: 0px 30px;
}
.card {
	background: #2b2e3b;
    border: 1px solid #343747;
    border-radius: 10px;
    color: #c3cbe4;
    width: 100%;
    margin-bottom: 24px
}
.buttons.xsroll {
    margin-bottom: 16px;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}
.buttons.xsroll .btn span {
	display: block;
	font-size: 13px;
	white-space: nowrap;
}
.buttons.xsroll .btn {
	padding: 5px 26px;
	color: #c3cbe4;
	border-radius: 9px
}
.buttons.xsroll .btn-primary:hover {
	background: #6614DB;
	border-color: #6614DB;
}
.top-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.topbar {
	margin-bottom: 22px;
	border-bottom: 1px solid #343747;
	padding: 12px 30px;
	background: #2b2e3b;
}
.ydivider {
    color: #ffffff3b;
    margin: 0 12px;
}
.fs-17 {
	font-size: 17px;
}
.top-badge {
    border: 1px solid #6614DB;
    color: #c3cbe4;
    background: #6614db42;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    padding: 2px 15px;
    margin-top: 5px;
}
.card-title {
    color: #c3cbe4;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #343747;
}
.table > :not(caption) > * > * {
	background: transparent;
	color: #c3cbe4;
}
thead th {
	font-weight: 500;
	white-space: nowrap;
}
th {
	font-weight: 500 !important;
}
.stretch-card {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.ws-nowrap {
	white-space: nowrap;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: transparent;
}
.table-responsive::-moz-scrollbar-track {
  background-color: transparent;
}
.table-responsive::-ms-scrollbar-track {
  background-color: transparent;
}
.table-responsive::-webkit-scrollbar {
  height: 9px;
  border-radius: 100px;
  background-color: transparent;
}
.table-responsive::-moz-scrollbar {
  height: 9px;
  border-radius: 100px;
  background-color: transparent;
}
.table-responsive::-ms-scrollbar {
  height: 9px;
  border-radius: 100px;
  background-color: transparent;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.2);
  border-radius: 100px;
}
.apexcharts-xaxis text, .apexcharts-yaxis text {
    font-family: "IBM Plex Sans", sans-serif !important;
    fill: #9699a8;
}
.apex-charts text {
    font-family: "IBM Plex Sans", sans-serif !important;
    fill: #9699a8;
    font-weight: 400;
}
.apexcharts-legend-text {
    color: #c3cbe4!important;
    font-family: "IBM Plex Sans",sans-serif!important;
    font-size: 13px!important;
    font-weight: 500!important;
}
.apexcharts-tooltip-title {
    background: #343747 !important;
    border-color: #343747 !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid #343747 !important;
    background: rgb(30 30 30 / 96%) !important;
}
.apexcharts-legend-marker.apexcharts-marker.apexcharts-marker-circle, .apexcharts-marker {
	stroke: transparent !important;
}
.apexcharts-legend-series {
	margin: 4px 8px !important
}
.apexcharts-legend-marker {
	margin-right: 3px !important;
}
.apexcharts-xaxis-tick {
	stroke: #4b4e5d !important;
}
.apexcharts-grid-borders line {
	stroke: #343747 !important;
}
table table td, table table th {
	padding: 0.5rem 0.5rem;
}
th.no-item {
    border: 0px !important;
    border-top: 1px solid transparent !important;
}
.card-title .sub-title {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}
.card-title .sub-title i {
	font-style: unset;
	font-weight: 500;
	text-decoration: underline;
}
.get-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.cl-link {
    background: #6614DB;
    color: #c3cbe4;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 12px;
}
@media (max-width: 600px) {
	.top-items {
		display: block;
	}
	.record-info {
		margin-top: 6px;
	}
	.top-items {
		font-size: 15px;
	}
	.top-badge {
		padding: 2px 10px;
	}
	.get-info {
		justify-content: flex-start;
	}
	.rec-inner-flex {
		display: flex;
	}
	.rec-inner-flex div:first-child {
		margin-right: 15px
	}
}
@media (max-width: 768px) {
	.topbar, .my-container {
		padding-left: 18px;
		padding-right: 18px;
	}
	.buttons.xsroll .btn {
    	padding: 6px 16px;
    }
}