@charset "UTF-8";

@import url("header.css");

.my-ip {
	display: none;
}

.frame-my-ip {
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: -9999999;
	height: 100%;
	width: 100%;
}

.container-fluid {
	padding: 0;
}

body {
	background: #f8fafc;
}

label {
	cursor: pointer;
}

.ts-wrapper.dropdown-active .ts-control .item {
	display: none;
}

.ts-control {
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.ts-control .item {
	display: inline-block;
	max-width: 86%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.alert p {
	margin: unset;
}

.dot {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .4rem
}