.col-md-2 {
	margin-bottom: 1.25rem;
}
.hidden {
	display: none !important;
}
.filter-input {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.filter-input.is-invalid {
	border-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.channel-card {
	width: 322px;
	margin: 0px 4px 4px 0px;
}
.channel-preview-search {
	max-width: 1200px;
}
.stream-preview {
	width: 322px;
	height: 180px;
}
.stream-preview-img {
	width: 100%;
	height: 100%;
	background-image: url("https://static-cdn.jtvnw.net/ttv-static/404_preview-320x180.jpg");
	display: inline-block;
}
.vod-info-card {
	width: 23rem;
}
.subscriber-card {
	min-width: 12rem;
}
.blocked-user {
	min-width: 15.8rem;
}
.channel-card-hide {
	position: absolute;
	bottom: 4px;
	right: 6px;
}
.follower-card {
	min-width: 15.8rem;
}
.known-bot {
	background-color: #ffdbb5;
}
.disabled-account {
	background-color: #ffc3c3;
}
.channel-card-hide-img {
	cursor: pointer;
}
.broadcasterType-affiliate {
	background-color: #B2F7A5;
}
.broadcasterType-partner {
	background-color: #B08CF1;
}
.accountType-global_mod {
	color: #fff !important;
	background-color: #0C683A;
}
.accountType-admin {
	background-color: #FFB300;
}
.accountType-staff {
	color: #fff !important;
	background-color: #201C2B;
}
.emote-card {
	width: 12.6rem;
}
#newNotificationMessagePreview {
	width: 320px;
}
::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #888;
}
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.rnd-preview {
	height: calc(100vh - 65px);
	min-height: 400px;
	width: 100vw;
}
