:root{
	--sv-trow-bg:#fff;
	--sv-default-margin:1rem;
	--sv-default-padding:1rem;
	--sv-default-border-radius:1rem;
	--sv-default-border-color:#eee;
	--sv-default-tabnm-dborder:#494c62;
	--sv-default-tabnm-bg:#3f4257;
	--sv-default-tabnm-dcolor:#d9dae9;
	--sv-default-tabnm-aborder:#ff5e3a;
	--sv-default-tcat-bg:#f8f8fb;
	--sv-default-border-color2:#e2e6e9;
	--sv-mainbg: #615dfa;
	--sv-adicon-color:orangered
}
.stabview {
	background: var(--bg-dark-light);
	margin: 30px 0;
	border: 1px solid #dfe5ee;
	border-radius: 2px
}

.stabview-row {
	display: flex;
	align-items: stretch;
}
.stabview-tabnames {
	display: flex;
	align-items:center;
	background: #3f4257;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	    padding: 0.1rem;
}

.stabview-tabnames-container {
	display: flex;
	overflow: hidden
}

.stabview-tabnames-item,.stabview-tabnames-mitem {
    border-right: 1px solid #494c62!important;
    color: #d9dae9;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    position: relative;
    user-select: none;
    transition: 250ms ease;
    align-items: center;
}
.stabview-tabnames-item i,.stabview-tabnames-mitem i {
	margin-right:5px;
	font-size:15px;
}
.stabview-tabnames-mitem{
	display:none
}

.stabview-tabnames-item:last-child {
	border-right: none
}

.stabview-tabnames-item.active,.stabview-tabnames-item:hover,.stabview-tabnames-mitem {
	color: #fff;
}
.stabview-tabnames-item.active:after,.stabview-tabnames-item:after,.stabview-tabnames-mitem:after {
    content: "";
    transition:.3s;
    position: absolute;
    height: 2px;
    left:0;
    background: var(--bg-blue);
    bottom: 0;
    width:0;
}
.stabview-tabnames-item.active::after,.stabview-tabnames-item:hover:after,.stabview-tabnames-mitem:after {
    width: 100%;
}

.stabview-tcater {
	display: flex;
	background:#494c62;
	padding:9px;
}

.stabview-tcat {
	display: flex;
	justify-content: center;
	font-size:13px;
	font-weight:400;
	color:white;
	padding: 0
}

.stabview-tcat:first-child {
	flex: 1;
	justify-content: flex-start;
}

.stabview-tcat:nth-child(2) {
	flex-basis: 15%;
	flex-basis: 11rem;
	flex-basis:13vw
}

.stabview-tcat:nth-child(3) {
	flex-basis: 12%;
	flex-basis: 9rem;
	flex-basis:10vw
}

.stabview-tcat:nth-child(4) {
	flex-basis: 12%;
	flex-basis: 10rem;
	flex-basis:12vw
}

.stabview-tcat:nth-child(5) {
	flex-basis: 13%;
	flex-basis: 10rem;
	flex-basis:12vw
}

.stabview-tcat-dies {
	display: inline-flex;
	justify-content: center;
	flex-basis: 1.5rem;
}

.stabview-tcat-mlang {
	display: none
}

.stabview-row-item {
	display: flex;
	margin:5px 0;
	align-items: center;
	justify-content: flex-start;
	border-right: 1px solid #e2e6e9;
	padding: 3px 15px;
	overflow:hidden;
}

.stabview-row-item.stabview-row-main {
	overflow: hidden
}

.stabview-row-item.stabview-row-main .stabview-row-subject {
	display: flex;
	align-items:center;
	overflow: hidden
}

.stabview-row-item.stabview-row-main .stabview-row-subject a.stabview-row-subject-search{
    margin-right: 7px;
    font-size: 15px;
}
.stabview-refresh{
	margin-left:auto;
	padding:calc(var(--sv-default-padding) * .5) calc(var(--sv-default-padding) * .75);
	cursor:pointer;
}

.stabview-row-item.stabview-row-main .stabview-row-subject a:not(.stabview-row-subject-search) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.stabview-row-circle {
	width: .5rem;
	height: .5rem;
	border: 4px solid #ffc600;
	margin: 0 1rem;
	border-radius: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.stabview-row-item:first-child {
	flex: 1
}

.stabview-row-item:nth-child(2) {
	flex-basis: 15%;
	flex-basis: 11rem;
	flex-basis:13vw;
	justify-content: center
}

.stabview-row-item:nth-child(3) {
	flex-basis: 12%;
	flex-basis: 9rem;
	flex-basis:10vw
}

.stabview-row-item:nth-child(4) {
	flex-basis: 12%;
	flex-basis: 10rem;
	flex-basis:12vw;
	justify-content: center;
	white-space: nowrap
}

.stabview-row-item:nth-child(5) {
	flex-basis: 13%;
	flex-basis: 10rem;
	flex-basis:12vw;
	border: 0
}

.stabview-row-avatar-avatar {
	display: flex;
	align-items: center;
	border-radius: 50%;
	position: relative;
	margin-right: 13px
}

.stabview-row-avatar-avatar > a > img {
	width: 26px;
	height: 26px;
	max-width:unset;
	border-radius: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	object-fit: contain
}

.stabview-row-lastpost .stabview-row-avatar-avatar {
	margin-right: .5rem
}

.stabview-row-lastpost .stabview-row-avatar-avatar > a > img {
	width: 22px;
	height: 22px;
	border:2px solid var(--bg-blue);
	transition: 250ms ease
}

.stabview-row-avatar-avatar > a:nth-child(2) > img,.stabview-row-avatar-avatar > a:nth-child(3) > img {
	margin-left: -.625rem
}

.stabview-row-lastpost .stabview-row-avatar-avatar > a > img:hover {
	position: relative;
	z-index: 2;
	transform: scale(1.05)
}

.stabview-row-status {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -12px;
    background: #a2a2a2;
    border: 2px solid #fff;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.stabview-row-status[status="online"] {
	background: #11f762
}

.stabview-row-status[status="offline"] {
	background: #a2a2a2
}

.stabview-row-rv > span {
	display: flex;
	align-items: center;
	justify-content: center
}

.stabview-row-rv > span:nth-child(1),.stabview-row-rv span:nth-child(3) {
	flex: 1
}

.stabview-row-rv > span:nth-child(1) {
	text-align: right
}

.stabview-row-lastpost .stabview-row-lastavatars-username{
	display:flex;
	overflow:hidden;
}

.stabview-row-lastpost .stabview-row-lastavatars-username a,
.stabview-row-category a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.stabview-showmore {
	background: #494c62;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: .3rem;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
	cursor: pointer;
}

@media screen and (max-width: 1024px),screen and (max-device-width:1024px) {
	.stabview-tcat:nth-child(5),.stabview-row-item:nth-child(5) {
		display:none
	}
}

@media screen and (max-width: 900px),screen and (max-device-width:900px) {
	.stabview-row-lastavatars-username,.stabview-tcat-lang {
		display:none
	}

	.stabview-tcat-mlang {
		display: inherit
	}

	.stabview-tcat:nth-child(2),.stabview-row-item:nth-child(2) {
		flex-basis: 9rem
	}

	.stabview-row-item:nth-child(3),.stabview-tcat:nth-child(3) {
		flex-basis: 6rem;
		justify-content: center
	}
}


@media screen and (max-width: 768px),screen and (max-device-width:768px) {
	.stabview-tcat:nth-child(2),
	.stabview-row-item:nth-child(2),
	.stabview-row-item.stabview-row-main .stabview-row-subject a.stabview-row-subject-search,
	.stabview-refresh{
		display:none
	}
	
	
	.stabview-tabnames-mitem {
		display:flex;
		align-items:center
	}

	.stabview-tabnames-mitem .stabview-tabnames-mitem-collapser{
		width:1rem;
		height:1rem;
		margin-left:auto;
	}
	
	.stabview-tabnames {
		position:relative
	}

	.stabview-tabnames-container{
		position:absolute;
		background:#323448;
		border-radius:2px;
		top:calc(100% + 3px);
		z-index:8;
		margin:auto;
		left:0;
		right:0;
		width: 95%;
		opacity:1;
		visibility:visible;
		transition:250ms ease;
	}
	
	.stabview-tabnames-container.close{
		opacity:0;
		visibility:hidden;
	}

	.stabview-tabnames,.stabview-tabnames-container {
		flex-direction: column;
		align-items:unset
	}
	.stabview-tabnames-item:not(:last-child) {
		border-radius: 0;
	}
}

@media screen and (max-width: 600px),screen and (max-device-width:600px) {
	.stabview-tcat:nth-child(3),
	.stabview-row-item:nth-child(3),
	.stabview-tcat:nth-child(4),
	.stabview-row-item:nth-child(4) 
	{
		display:none
	}
}
.night-mode .stabview{
	background:var(--trow-bg);
	border-color:var(--default-border-color);
}

.night-mode .stabview-tcater{
	background:var(--trow-bg-hover);
}

.night-mode .stabview-row,
.night-mode .stabview-row-item,
.night-mode .stabview-row-status{
	border-color:var(--default-border-color);
}
		
		
		