.live-stats {
	/* Break div out of max-width parent container so it can span full-page width */
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	/* End break out */

	font-family: 'Inter', sans-serif;
    /* background-color: #e8eff9; */
	color: #7c90a2;
  	padding: 0 15px;
	min-height: 100%;
	user-select: none;
}

@media screen and (min-width: 768px) {
	.live-stats {
		padding: 0 30px;
	}
}

*, input, select, textarea, option, button {
	outline: none!important;
}

.live-stats.form-control {
	font-size: 14px;
	border: 2px solid #bdc7d0;
	border-radius: 0;
	line-height: 17px;
	padding-left: 8px;
}

.live-stats input, .live-stats select, .live-stats textarea, .live-stats option, .live-stats button {
	font-size: 14px;
	border: 2px solid #bdc7d0;
	border-radius: 0;
	line-height: 17px;
	padding-left: 8px;
}

.live-stats::placeholder {
	color: #ccc !important;
}


.live-stats textarea {
	resize: none;
}

/* file selector */
.live-stats input[type="file"] {
    font-size: 12px;
	color: #ced4da;
}

.live-stats label {
	color: #7c90a2 !important;
	font-size: 12px !important;
	display: inline;
}

.live-stats .form-group {
	margin-top: 5px;
}

.live-stats .form-control:focus {
    color: #212529;
    background-color: #fff;
	border-color: #86b7fe;
    outline: 0;
	/* box-shadow: none!important; */
}

.live-stats .form-wrap.form-builder .stage-wrap {
    width: calc(78% - 5px) !important;
}

/* Make card content match row height */
.card-flex-1 {
	flex:1;
}


.live-stats .card {
    background-color:#fff;
    margin: 0px;
    margin: 10px 0 10px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 5px 0px;
    transition: all ease 0.3s;
}

/*
.live-stats.card:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
}
*/

.live-stats p.card {
    margin-top: -0.3rem !important;
}

.live-stats .card-header {
	max-width: none;
    font-size: 13px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
	background-color: #002b49;
    color: white;
    padding: 0.6rem 1rem;
	border-bottom: none;
}

.live-stats .card-title {
	display: block;
	font-size: 40px;
    font-weight: 700;
	letter-spacing: -0.05em;
    color: #0e5ba5;
	margin-top: -7px;
	margin-bottom: 5px;
}

.live-stats .card-text {
    color: #002b49;
	margin-bottom: 0;
	font-weight: 500;
}

/* live stats table */

.live-stats .table th,
.live-stats .table td {
	padding: 7px;
}

.live-stats .card-body table {
	margin-top: 0;
}

.live-stats .table th {
	background: #86b0d2;
	color: #002b49;
}

.live-stats .table tbody th {
	background: #deebf7;
}

.live-stats .table td {
    border-bottom: 1px solid #ddd;
	padding-left: 7px !important;
	color: #5a6977;
}

.live-stats .table .col-description {
	background: #fafafa;
	width: 40%;
}

.live-stats .table-pit .col-description {
	width: 60%;	
}

.text-tnum {
	font-feature-settings: "tnum";
}


/* custom classes */

.live-stats .card-title-sm {
	font-size: 24px;
}

.live-stats .card-text-sm {
	font-size: 14px;
}

.live-stats .card-table-sm {
	font-size: 10px;
}

.live-stats .card-table-md {
	font-size: 12px;
}

.live-stats .card-table-header {
	background-color: #86B0D2;
	color: #002b49;
	font-size: 12px;
	padding: 7px;
}

.live-stats .card-info {
	padding: 20px;
}

.live-stats .zoom-icon {
	cursor: pointer;
    color: #86B0D2;
}

/* header */

.live-stats nav {
	background: #f7f7f7;
	position: sticky !important;
	top: 0 !important;
	z-index: 99 !important;
}

/* filter */

.form-group-icon .form-control {
    padding-left: 2rem;
}

.form-group-icon .form-control-icon {
    position: absolute;
	left: 10px;
	width: 1.5rem;
	height: 1.5rem;
    z-index: 2;
    display: block;
    pointer-events: none;
    color: #aaa;
}

.live-stats #filter {
	appearance: none;
	box-sizing: border-box;
	margin: 0;
	font-family: Inter, sans-serif;
	overflow: visible;
	padding: .375rem .75rem .375rem 3rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4a5568;
	border: 1px solid #cbd5e0;
	border-radius: .375rem !important;
	background-color: #fff;
	display: block;
	outline: none;
}

@media screen and (min-width: 768px) {
	.live-stats #filter {
		min-width: 500px;
		max-width: 33vw;
	}
}

.live-stats #filter::placeholder {
	font-family: Inter, sans-serif;
	opacity: 0.5;
	color: #4a5568;
	font-size: inherit;
}

.live-stats #filter:focus {
    color: #4a5568;
    background-color: #fff;
    border-color: #467bcb;
    outline: 0;
}

.live-stats .chartTooltip {
	opacity: 0.7;
	border-radius: 0;
	padding: 7px;
}


/* card-specific styles */

.live-stats #siteResponseTimes {
	margin: 0 auto;
	float: none;
}

/* ApexCharts styles */


.apexcharts-text tspan {
	font-size: 10px;
}
