

html {
    scroll-behavior: smooth; 
}


a:focus,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none !important;
	box-shadow: none !important;
}


div.Top.site-header,
div.Search.site-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 24px;
	padding: 12px 3%;
	box-sizing: border-box;
	min-height: 120px;
	height: auto;
	overflow: visible;
}
div.Top.site-header{
	justify-content: flex-start;
}
div.Search.site-header.site-header--with-search{
	justify-content: flex-start;
}
.site-header-logo{
	flex: 0 0 auto;
}
.site-header-logo a{
	display: inline-block;
	line-height: 0;
}
.site-header-logo img.site-logo-img{
	width: auto;
	height: auto;
	max-width: none;
	max-height: 120px;
	flex-shrink: 0;
	object-fit: contain;
}
.site-header-ad{
	flex: 0 0 auto;
}
.site-header-ad img{
	width: auto;
	height: auto;
	max-height: 120px;
	flex-shrink: 0;
	object-fit: contain;
}
.site-header-extra{
	flex: 0 0 auto;
	width: 280px;
	max-width: 320px;
	min-width: 180px;
	margin-left: auto;
}
.site-header-extra .input-group{
	width: 100%;
	max-width: 100%;
}
.site-header-extra span.glyphicon-triangle-bottom{
	margin-left: 5px;
	color: gray;
}

@media screen and (min-width: 769px) {
	div.Top.site-header,
	div.Search.site-header.site-header--with-search{
		position: relative;
	}
	.site-header-logo,
	.site-header-extra{
		position: relative;
		z-index: 1;
	}
	.site-header-ad{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
	}
}
@media screen and (max-width: 768px) {
	div.Top.site-header,
	div.Search.site-header{
		flex-direction: column;
		align-items: center;
		min-height: auto;
		padding: 16px 3%;
	}
	div.Search.site-header.site-header--with-search{
		justify-content: center;
	}
	.site-header-ad{
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
	.site-header-extra{
		width: 100%;
		max-width: 360px;
		min-width: 0;
		margin-left: 0;
	}
}



.logoCenter{
	margin-top: 30px;
	text-align: center;
}
.logoCenter a{
	display: inline-block;
	line-height: 0;
}
.logoCenter img.site-logo-img{
	width: auto;
	height: auto;
	max-width: none;
	max-height: 120px;
	flex-shrink: 0;
	object-fit: contain;
}
div.Content .logoCenter{
	margin-bottom: 16px;
}


div.Content div.NavigationMenu{
	width: 80%; 
	margin: 0 auto 16px; 
}
div.NavigationMenu ol{
	background-color: rgb(220, 240, 210);
}
div.NavigationMenu a{
	text-decoration: none;
}

ol.breadcrumb.breadcrumb-truncate{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
ol.breadcrumb.breadcrumb-truncate > li{
	max-width: 200px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: none;
	display: flex;
	align-items: center;
}
ol.breadcrumb.breadcrumb-truncate > li > a,
ol.breadcrumb.breadcrumb-truncate > li > span{
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


div.Navigation{
	margin-bottom: 20px;
}
div.Navigation div.Menu{
	display: inline-block;
	height: 40px;
	width: 100%;
	background-color: rgb(150, 185, 125);
	overflow: hidden;
	position: relative; 
}
div.Navigation div.Menu a{
	margin: 0px 20px 0px 20px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
div.Navigation div.Menu a img{
	line-height: 30px;
	margin-bottom: 2px;
	height: auto;
}
div.Navigation div.Menu a.active{
	color: black;
}
div.Navigation div.Menu span.LeftMenu{
	float: left;
}
div.Navigation div.Menu span.LeftMenu span.glyphicon{
	margin-left: 3px;
	color: #b36d41;
}
div.Navigation div.Menu span.RightMenu{
	float: right;
	overflow: visible;
	display: flex;
	align-items: center;
	height: 40px;
}
div.Navigation div.Menu span.RightMenu span.glyphicon{
	margin-right: 3px;
}
div.Navigation div.Menu span.RightMenu a.Hide{
	display:none;
}


div.Navigation div.Menu span.RightMenu a#User {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
}


div.Navigation div.Menu span.RightMenu a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    margin: 0 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}


div.Navigation div.Menu span.RightMenu a.Hide {
    display: none !important;
}


.user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-avatar div {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#7ec6ff,#5aa9ff);
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}


.tooltip-inner{
    color: #FFFFFF;
    background-color: #D2D2D2 !important;
}

.bs-tooltip-top .arrow::before{
    border-bottom-color: #D2D2D2 !important;
    border-top-color: #D2D2D2 !important;
}


div.Polling{
	margin-bottom: 16px;
}
div#carousel-example-generic{
	height: clamp(220px, 28vw, 360px);
	width: 80%;
	margin: auto;
}
div#carousel-example-generic div.carousel-inner a.polling-slide-link{
	display: block;
	cursor: pointer;
}
div#carousel-example-generic div.carousel-inner img{
	height: clamp(220px, 28vw, 360px);
	margin: auto;
}



div.Content div.ExhibitionArea{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: 90%;
	margin: 0 auto 16px;
	box-sizing: border-box;
}
div.Content div.VerticalNavigation{
	float: none;
	margin-left: 0;
	flex: 0 0 180px;
	width: 180px;
	height: auto;
}
div.Content div.VerticalNavigation div{
	width: 100%;
}
div.Content div.VerticalNavigation span{
	margin-right: 5px;
}
div.Content div.ProjectDisplay{
	float: none;
	flex: 1;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	border: solid 1px gainsboro;
	border-radius: 10px;
	overflow: hidden;
}
div.Content div.ProjectDisplay a{
	text-decoration: none;
}

div.Content div.ProjectDisplay .module-type-panel{
	display: none;
}
div.Content div.ProjectDisplay .module-type-panel.is-active{
	display: flex;
}



div.Content div.loginRegisterform{
	width: 40%;
	margin: 100px auto;
}
div.Content div.loginRegisterform table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
div.Content div.loginRegisterform table th{
	text-align: center;
	vertical-align: middle;
	padding: 20px 6px;
}
div.Content div.loginRegisterform table td{
	text-align: center;
	vertical-align: middle;
	padding: 20px 6px;
}
div.Content div.loginRegisterform table th span{
	font-weight: bold;
	color: red;
}
div.Content div.loginRegisterform input.protocol{
	vertical-align: top;
}

div.Content div.loginRegisterform table td.login-register-third-party{
	border-top: 1px solid #eee;
	padding-top: 1.5em;
}


@media screen and (max-width: 768px) {
	div.Content div.loginRegisterform{
		width: 92%;
		max-width: 420px;
		margin: 40px auto;
		box-sizing: border-box;
	}
	div.Content div.loginRegisterform > button.btn,
	div.Content div.loginRegisterform > .btn.btn-block{
		width: 100%;
		box-sizing: border-box;
	}
	div.Content div.loginRegisterform table tbody{
		display: block;
		width: 100%;
	}
	div.Content div.loginRegisterform table tr{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin-bottom: 4px;
	}
	div.Content div.loginRegisterform table th,
	div.Content div.loginRegisterform table td{
		display: block;
		box-sizing: border-box;
		text-align: left;
	}
	div.Content div.loginRegisterform table th{
		flex: 0 0 100%;
		width: 100%;
		padding: 10px 6px 4px;
	}
	div.Content div.loginRegisterform table td{
		padding: 4px 6px 12px;
	}
	
	div.Content div.loginRegisterform table td:empty,
	div.Content div.loginRegisterform table th:empty{
		display: none;
		padding: 0;
		margin: 0;
		flex: 0 0 0;
		height: 0;
		min-height: 0;
	}
	
	div.Content div.loginRegisterform table tr td[colspan]{
		flex: 0 0 100%;
		width: 100%;
	}
	div.Content div.loginRegisterform table td .form-control{
		width: 100%;
	}
	
	div.Content div.loginRegisterform table tr td:not([colspan]){
		flex: 1 1 0;
		min-width: 0;
		width: auto;
	}
	div.Content div.loginRegisterform table tr td:not([colspan]):only-of-type{
		flex: 0 0 100%;
		width: 100%;
	}
	div.Content div.loginRegisterform table tr td:not([colspan]) + td:not([colspan]){
		flex: 0 0 auto;
		width: auto;
		min-width: 0;
		padding-left: 8px;
		align-self: center;
	}
	
	div.Content div.loginRegisterform table tr td:has(.btn-block){
		flex: 0 0 100%;
		width: 100%;
		padding-bottom: 4px;
	}
	div.Content div.loginRegisterform table tr td:has(.btn-block) + td{
		flex: 0 0 100%;
		width: 100%;
		padding-left: 6px;
		padding-top: 0;
	}
	
	div.Content div.loginRegisterform table tr th:has(a[href*="register"]){
		flex: 0 0 auto;
		width: auto;
		padding-bottom: 12px;
	}
	div.Content div.loginRegisterform table tr th:has(a[href*="register"]) + td + td{
		flex: 0 0 auto;
		width: auto;
		text-align: right;
		padding-bottom: 12px;
		align-self: center;
	}
	div.Content div.loginRegisterform table td img#imageCode,
	div.Content div.loginRegisterform table td a img{
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
	div.Content div.loginRegisterform table td.login-register-third-party{
		text-align: center;
	}
}




html,body {
   margin:0;
   padding:0;
   height:100%;
}
body {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
}
.wrap {
   flex: 1 0 auto;
   width: 100%;
}
.main {
   padding-bottom: 0px; 
   margin-bottom: 0px; 
}
div.Footer,
div.CopyRight {
   flex-shrink: 0;
}


div.CopyRight{
	clear: both;
	width: 100%;
	background-color: rgb(210, 210, 210);
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
}
div.CopyRight div.InnerShell{
	width: 100%;
	line-height: 50px;
	text-align:center;
}



div.Footer{
	margin-top: 20px;
	clear: both;
	height: 200px;
	padding: 20px;
	background-color: rgb(245, 245, 245);
	margin-bottom: 0px; 
	padding-bottom: 20px; 
}
div.Footer div.InnerShell{
	width: 60%;
	height: 80%;
	margin: auto;
}
div.Footer div.InnerShell dl{
	width: 24%;
	float: left;
	height: 100%;
	padding: 15px 30px;
	text-align: center;
}
div.Footer div.InnerShell dl.centre{
	border-left: solid 1px gainsboro;
}
div.Footer div.InnerShell dd{
	padding-top: 5px;
	font-size: 0.8em;
}
div.Footer div.InnerShell dd a{
	text-decoration: none;
	color: gray;
}


@media screen and (max-width: 768px) {
	div.Footer {
		height: auto;
		padding: 16px 12px 20px;
	}
	div.Footer div.InnerShell {
		width: 92%;
		max-width: 100%;
		height: auto;
	}
	div.Footer div.InnerShell dl {
		float: none;
		width: 100%;
		height: auto;
		padding: 12px 0;
		text-align: left;
		border-left: none;
		border-bottom: 1px solid gainsboro;
	}
	div.Footer div.InnerShell dl.centre {
		border-left: none;
	}
	div.Footer div.InnerShell dl:last-child {
		border-bottom: none;
		text-align: center;
		padding-bottom: 0;
	}
	div.Footer div.InnerShell dt {
		font-weight: bold;
		margin-bottom: 4px;
	}
	div.Footer div.InnerShell dd img {
		max-width: 120px;
		height: auto;
		display: block;
		margin: 8px auto 0;
	}

	div.CopyRight {
		height: auto;
		min-height: 44px;
		padding: 10px 12px;
		box-sizing: border-box;
	}
	div.CopyRight div.InnerShell {
		line-height: 1.5;
		font-size: 0.85em;
		padding: 0 4px;
		word-break: break-word;
	}
	div.CopyRight div.InnerShell a img {
		vertical-align: middle;
	}
}


div.Content{
	width: 100%;
}

 


.project-card-link{
	width: 80%;
	margin: 20px auto 0px;
}
.project-card-link a.title{
	display:inline-block; 
	height: 25px;
	color: #0000FF;
	font-weight:bold;
	font-size: 1.2em;
	max-width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.project-card-link span.time{
	color: #CCCCCC;
	margin-right: 5px;
}
.project-card-link div.describe{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;  
	-webkit-line-clamp: 3; 
	line-clamp: 3; 
	-webkit-box-orient: vertical; 
}


.project-card-list{
	display:block;
	border: solid 1px gainsboro;
	border-radius: 5px;
	height: 100px;
	width: 98%;
	margin: 10px auto 0px;
	background-color:#F7F7F7;
	text-decoration: none; 
	position: relative; 
}
.project-card-list:hover{
	background-color: rgb(220, 240, 210);
}
.project-card-list span.title{
	display:inline-block;
	width: 95%;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
	cursor: pointer; 
	color: #0000FF; 
	transition: color 0.3s ease; 
}
.project-card-list span.title:hover{
	color: #0056b3; 
	text-decoration: underline; 
}
.project-card-list span.describe{
	display:inline-block;
	width: 95%;
	margin-left:20px;
	margin-right:20px;
	color: #5A5A5A; 
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;  
	-webkit-line-clamp: 2; 
	line-clamp: 2; 
	-webkit-box-orient: vertical;
	cursor: default; 
}
.project-card-list span.notes{
	font-size: 0.8em;
	color: #D3D3D3;
	cursor: default; 
}

.project-card-list a {
	text-decoration: none; 
}
.project-card-list a:hover {
	text-decoration: underline; 
}


.publish-new-dot {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 10px;
	height: 10px;
	background-color: #dc3545;
	border-radius: 50%;
	z-index: 10;
	pointer-events: none;
}


.disabled-link {
	color: #6c757d !important; 
	cursor: not-allowed;
	text-decoration: none;
	pointer-events: none; 
}

.disabled-link:hover {
	color: #6c757d !important; 
	text-decoration: none;
}


.project-card-rectangle-vertical{
	float: left;
	clear: right;
	width: 200px;
	height: 280px;
	margin: 20px 0px 20px 20px;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
	background-color: rgb(215, 235, 245);
	position: relative; 
}
.project-card-rectangle-vertical:hover{
	background-color: rgb(220, 240, 210);
	text-decoration: none;
}
.project-card-rectangle-vertical:hover span{
	text-decoration: none;
}
.project-card-rectangle-vertical img{
	width: 150px;
	height: 150px;
	margin: 20px auto 12px;
	border-radius: 10px;
}
.project-card-rectangle-vertical span{
	width: 90%;
	display: inline-block;
	margin: 0px auto 10px;
}
.project-card-rectangle-vertical .card-text{
	width: 90%;
	margin: 0 auto;
	max-height: 90px;
	overflow: hidden;
}
.project-card-rectangle-vertical .card-text span{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.project-card-rectangle-vertical span.Title{
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}
.project-card-rectangle-vertical .card-text span.Title{
	margin-bottom: 4px;
}
.project-card-rectangle-vertical span.Introduce{
	font-size: 0.8em;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;  
	-webkit-line-clamp: 2; 
	line-clamp: 2; 
	-webkit-box-orient: vertical;
	line-height: 1.3;
}
.project-card-rectangle-vertical .card-text span.Introduce{
	margin-bottom: 0;
}


.project-card-rectangle-vertical .statusLabel {
	position: absolute; 
	top: -5px; 
	right: 5px; 
	display: inline-block; 
	width: auto !important; 
	margin: 0 !important; 
	padding: 4px 8px; 
	font-size: 0.85em; 
	line-height: 1.2;
	text-align: center;
	color: #fff; 
	border: 1px solid; 
	border-radius: 4px; 
	font-weight: bold; 
	z-index: 20; 
	white-space: nowrap; 
}


.project-card-rectangle-vertical .statusLabel.status-draft {
	background-color: #f0ad4e; 
	border-color: #eea236; 
}


.project-card-rectangle-vertical .statusLabel.status-published {
	background-color: #5cb85c; 
	border-color: #4cae4c; 
}


.project-card-rectangle-vertical .statusLabel.status-hidden {
	background-color: #999999; 
	border-color: #777777; 
}


.project-card-rectangle-vertical .statusLabel.status-offline {
	background-color: #d9534f; 
	border-color: #d43f3a; 
}


.project-card-rectangle-vertical .statusLabel.status-private {
	background-color: #ff69b4; 
	border-color: #ff1493; 
}


.project-card-rectangle-vertical.subject-card {
	cursor: pointer; 
	overflow: visible; 
}

.project-card-rectangle-vertical .subject-card-menu {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.35); 
	border-radius: 20px; 
	z-index: 10; 
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	padding: 10px;
	box-sizing: border-box;
}

.project-card-rectangle-vertical .subject-menu-item {
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	transition: background-color 0.2s;
	font-size: 14px;
	color: #333;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.75); 
	border-radius: 4px; 
	margin-bottom: 2px; 
}

.project-card-rectangle-vertical .subject-menu-item:last-child {
	border-bottom: none;
	margin-bottom: 0; 
}

.project-card-rectangle-vertical .subject-menu-item:hover {
	background-color: rgba(220, 240, 210, 0.75); 
}


.project-card-rectangle-vertical .subject-menu-item.menu-action-preview {
	color: #2196F3; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-editTag {
	color: #FF9800; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-editData {
	color: #FF9800; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-publish {
	color: #4CAF50; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-delete {
	color: #F44336; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-cancelEdit {
	color: #F44336; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-cancelPublish {
	color: #F44336; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-statistics {
	color: #9C27B0; 
}

.project-card-rectangle-vertical .subject-menu-item.menu-action-hidden {
	color: #9E9E9E; 
}



.card-grid-vertical{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.card-grid-vertical > a.project-card-rectangle-vertical,
.card-grid-vertical > div.project-card-rectangle-vertical{
	float: none;
	margin: 0;
}
.card-grid-vertical > .pagButton,
.card-grid-vertical > .alert{
	flex: 0 0 100%;
}


.card-grid-transverse{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.card-grid-transverse > a.project-card-rectangle-transverse{
	float: none;
	margin: 0;
}
.card-grid-transverse > .pagButton{
	flex: 0 0 100%;
}
.card-grid-transverse > .search-hint{
	flex: 0 0 100%;
	width: 100%;
}


.project-card-rectangle-transverse {
    float: left;
    clear: right;
    width: 300px;
    height: 140px;
    margin: 10px 0px 0px 20px;
    border-radius: 20px;
    font-size: 0.8em;
    background-color: rgb(215, 235, 245);
    display: flex; 
    align-items: center; 
    padding: 10px; 
    box-sizing: border-box; 
    position: relative; 
}
.project-card-rectangle-transverse:hover {
    background-color: rgb(220, 240, 210);
}

.project-card-rectangle-transverse img {
    width: 80px; 
    height: 80px; 
    border-radius: 10px; 
    object-fit: cover; 
    margin-right: 15px; 
}

.project-card-rectangle-transverse .right-content {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    height: 80%; 
    flex: 1; 
    min-width: 0; 
    max-width: 100%; 
}

.project-card-rectangle-transverse .right-content .title {
	font-weight: bold; 
	font-size: 1.5em; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    margin-bottom: 3px; 
    max-width: 100%; 
    display: block; 
}

.project-card-rectangle-transverse .right-content .describe {
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 100%; 
    word-wrap: break-word; 
    word-break: break-all; 
}


.project-card-rectangle-transverse .ownedLabel {
    position: absolute; 
    top: -5px; 
    right: 5px; 
    display: inline-block;
    padding: 4px 8px; 
    font-size: 0.85em; 
    line-height: 1.2;
    text-align: center;
    background-color: #5cb85c; 
    color: #fff; 
    border: 1px solid #4cae4c; 
    border-radius: 4px; 
    font-weight: bold; 
    z-index: 10; 
    white-space: nowrap; 
}


.pagButton{
	clear: both;
	height:70px;
	width:330px;
	margin: auto;
	line-height: 30px;
	display: flex; 
    justify-content: center; 
    align-items: center; 
}


.pagButton ul.pagination{
	display: flex; 
    justify-content: center; 
    align-items: center; 
}


.pagButton ul.pagination li {
    margin: 0 2px;
}


.pagButton ul.pagination li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.pagButton ul.pagination li a:hover {
    background-color: #e9ecef;
    border-color: #007bff;
}


.pagButton ul.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}


.pagButton ul.pagination li a.current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}


.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 2px;
}

.pagination li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination li a:hover {
    background-color: #e9ecef;
    border-color: #007bff;
}

.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination li a.current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}



div.Content div.errorPage{
	width: 500px;
	height: 500px;
	margin: 100px auto;
}

div.Content div.errorPage div.ErrorContainer{
	width: 100%;
	max-width: 600px;
	padding: 40px;
	background-color: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	text-align: center;
}

div.Content div.errorPage div.ErrorContainer div.error-icon{
	font-size: 64px;
	color: #dc3545;
	margin-bottom: 20px;
}
div.Content div.errorPage div.ErrorContainer div.error-icon span{
	display: inline-block;
}

div.Content div.errorPage div.ErrorContainer div.error-message h2{
	color: #dc3545;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
}
div.Content div.errorPage div.ErrorContainer div.error-message p{
	color: #6c757d;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.6;
	word-wrap: break-word;
}

div.Content div.errorPage div.ErrorContainer div.error-actions{
	margin-bottom: 20px;
}
div.Content div.errorPage div.ErrorContainer div.error-actions .btn{
	margin: 0 10px;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
}
div.Content div.errorPage div.ErrorContainer div.error-actions .btn span{
	margin-right: 5px;
}

div.Content div.errorPage div.ErrorContainer div.error-details{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #dee2e6;
}
div.Content div.errorPage div.ErrorContainer div.error-details p{
	color: #6c757d;
	font-size: 14px;
	margin: 0;
}



.scroll-buttons {
	position: fixed;
	bottom: 88px; 
	right: 20px;
	z-index: 999; 
	display: flex;
	flex-direction: column; 
	gap: 1px; 
}


.scroll-to-edit,
.scroll-to-top,
.scroll-to-center,
.scroll-to-bottom {
	display: block;
}


.scroll-to-edit {
	margin-bottom: 10px;
}


.scroll-to-edit a,
.scroll-to-top a,
.scroll-to-center a,
.scroll-to-bottom a {
	display: block;
	text-decoration: none;
}


.scroll-to-edit img,
.scroll-to-top img,
.scroll-to-bottom img {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: opacity 0.3s ease; 
}

.scroll-to-center img{
	width: 30px;
	height: 15px;
	cursor: pointer;
	transition: opacity 0.3s ease; 
}


.scroll-to-edit img:hover,
.scroll-to-top img:hover,
.scroll-to-center img:hover,
.scroll-to-bottom img:hover {
	opacity: 0.8; 
}



.modalDialog{
	text-align: center; 
}


.modalDialog .modal-title{
	color: #333; 
	font-weight: bold; 
	text-align: center; 
}


.modalDialog .close{
	font-size: 24px; 
	font-weight: bold; 
	color: #999; 
	opacity: 0.8; 
	transition: opacity 0.3s ease; 
}


.modalDialog .close:hover{
	opacity: 1; 
}


.modalDialog table.edit,
.modalDialog table.add{
	table-layout: fixed;
	width: 100%;
	max-width: 860px;
	border-collapse: collapse; 
	margin: 20px auto; 
	color: gray;
}

.modalDialog table.edit tr,
.modalDialog table.add tr{
	min-height: 50px; 
	height: auto;
}

.modalDialog table.edit td,
.modalDialog table.add td{
	padding: 10px; 
	vertical-align: middle; 
}


.modalDialog table.edit td:first-child,
.modalDialog table.add td:first-child{
	width: 120px;
	min-width: 120px;
	white-space: nowrap;
	text-align: right; 
}

.modalDialog table.edit td:nth-child(2),
.modalDialog table.add td:nth-child(2){
	text-align: left; 
}


.modalDialog table.edit td:nth-child(2) > input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.modalDialog table.edit td:nth-child(2) > select,
.modalDialog table.edit td:nth-child(2) > textarea,
.modalDialog table.add td:nth-child(2) > input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.modalDialog table.add td:nth-child(2) > select,
.modalDialog table.add td:nth-child(2) > textarea{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.modalDialog table.edit td:nth-child(2) > .input-group,
.modalDialog table.add td:nth-child(2) > .input-group{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
}

.modalDialog table.edit td:nth-child(2) > .input-group > input,
.modalDialog table.add td:nth-child(2) > .input-group > input{
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	float: none;
	display: block;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.modalDialog table.edit td:nth-child(2) > .input-group > .input-group-btn,
.modalDialog table.add td:nth-child(2) > .input-group > .input-group-btn{
	flex: 0 0 auto;
	display: flex;
	width: auto;
	vertical-align: middle;
}

.modalDialog table.edit td:nth-child(2) > .input-group > .input-group-btn > .btn,
.modalDialog table.add td:nth-child(2) > .input-group > .input-group-btn > .btn{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.modalDialog table.edit td:nth-child(3),
.modalDialog table.add td:nth-child(3){
	width: 240px;
	min-width: 200px;
	max-width: 280px;
	text-align: left; 
	vertical-align: top;
}

.modalDialog table.edit label,
.modalDialog table.add label{
	font-weight: bold; 
	color: #333; 
	white-space: nowrap;
}

.modalDialog table.edit input,
.modalDialog table.edit select,
.modalDialog table.edit textarea,
.modalDialog table.add input,
.modalDialog table.add select,
.modalDialog table.add textarea{
	padding: 8px 12px; 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	font-size: 14px; 
	transition: border-color 0.3s ease; 
	text-align: left; 
}

.modalDialog table.edit input:focus,
.modalDialog table.edit select:focus,
.modalDialog table.edit textarea:focus,
.modalDialog table.add input:focus,
.modalDialog table.add select:focus,
.modalDialog table.add textarea:focus{
	outline: none; 
	border-color: #007bff; 
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); 
}

.modalDialog table.edit .help-block,
.modalDialog table.add .help-block{
	display: block;
	max-width: 100%;
	font-size: 12px; 
	color: #999; 
	margin-top: 5px; 
	font-style: italic; 
	text-align: left; 
	white-space: normal;
	overflow-wrap: break-word;
	line-height: 1.5;
}


.modalDialog .modal-content:has(> form.form-validate table.edit),
.modalDialog .modal-content:has(> form.form-validate table.add){
	max-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.modalDialog .modal-content:has(> form.form-validate table.edit) > .modal-header,
.modalDialog .modal-content:has(> form.form-validate table.add) > .modal-header{
	flex-shrink: 0;
}
.modalDialog form.form-validate:has(table.edit),
.modalDialog form.form-validate:has(table.add){
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	margin-bottom: 0;
}
.modalDialog form.form-validate:has(table.edit) > .modal-body,
.modalDialog form.form-validate:has(table.add) > .modal-body{
	overflow-y: auto;
	flex: 1 1 auto;
	min-height: 0;
}
.modalDialog form.form-validate:has(table.edit) > .modal-footer,
.modalDialog form.form-validate:has(table.add) > .modal-footer{
	flex-shrink: 0;
	margin-top: 0;
}


.modalDialog .modal-content:has(> .modal-body.modal-body-scroll){
	max-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.modalDialog .modal-content:has(> .modal-body.modal-body-scroll) > .modal-header,
.modalDialog .modal-content:has(> .modal-body.modal-body-scroll) > .modal-footer{
	flex-shrink: 0;
}
.modalDialog .modal-body.modal-body-scroll{
	overflow-y: auto;
	flex: 1 1 auto;
	min-height: 0;
	padding: 20px;
}


.modalDialog .modal-body{
	text-align: left;
}


#pointsRechargeDialog .points-recharge-current{
	margin-bottom: 12px;
}
#pointsRechargeDialog .points-recharge-intro{
	color: #666;
	line-height: 1.6;
	margin: 0;
}


#feedbackRewardRulesDialog .reward-rules-notice{
	color: red;
	margin-bottom: 12px;
}
#feedbackRewardRulesDialog .table-container .table tbody td{
	white-space: normal;
	max-width: none;
	text-overflow: clip;
}


#vipDialog .vip-option-row{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
#vipDialog .vip-option-btn{
	flex: 1;
	padding: 15px;
	border: 2px solid #cce5ff;
	border-radius: 4px;
	background: white;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	min-height: 70px;
}
#vipDialog .vip-option-btn .vip-option-title{
	font-weight: 500;
	font-size: 16px;
}
#vipDialog .vip-option-btn .vip-option-points{
	color: #c9a227;
	font-size: 13px;
}
#vipDialog #vipPrompt{
	margin-top: 10px;
}
#vipDialog .expand-section{
	margin-top: 12px;
}
#vipDialog .expand-rows{
	margin-top: 6px;
}
#vipDialog .expand-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
	gap: 8px;
}
#vipDialog .expand-label{
	min-width: 120px;
}
#vipDialog .expand-control .expand-input{
	width: 64px;
	text-align: center;
	margin: 0 4px;
	border-color: #cce5ff;
}
#vipDialog .expand-control .expand-input:focus{
	border-color: #007bff;
	background: #f0f8ff;
	outline: none;
}
#vipDialog .expand-control .btn{
	border-color: #cce5ff;
}
#vipDialog .expand-control .btn:focus,
#vipDialog .expand-control .btn:active{
	border-color: #007bff;
	background: #f0f8ff;
}
#vipDialog .vip-discount-tag{
	color: #dc3545;
	margin-left: 2px;
}
#vipDialog .expand-points{
	color: #c9a227;
}
#vipDialog .expand-append{
	color: #666;
	font-size: 12px;
}
#vipDialog .expand-append.vip-expand-append-red{
	color: #dc3545;
}
#vipDialog .total-expand-line{
	margin-top: 8px;
	color: #c9a227;
}
#vipDialog .vip-comparison-section{
	margin-top: 14px;
}
#vipDialog .table-container > table.vip-comparison-table{
	min-width: 0;
	width: 100%;
	margin-bottom: 0;
}
#vipDialog .vip-comparison-table{
	border-color: #cce5ff !important;
}
#vipDialog .vip-comparison-table th,
#vipDialog .vip-comparison-table td{
	text-align: center;
	color: #666;
	border-color: #cce5ff !important;
}
#vipDialog .vip-comparison-table .vip-col{
	background-color: #e7f3ff;
}
#vipDialog .vip-comparison-table thead .vip-col-header{
	background-color: #cce5ff;
	color: #004085;
}
#vipDialog .vip-comparison-no{
	color: #dc3545;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
#vipDialog .vip-comparison-yes{
	color: #28a745;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}



.modal-body .info-section {
	margin-bottom: 15px; 
	padding: 10px; 
	background: #f5f5f5; 
	border-radius: 4px; 
	font-size: 14px; 
	color: #666; 
}


.modal-body .form-section {
	margin-bottom: 15px; 
}


.modal-body .form-section-large {
	margin-bottom: 20px; 
}


.modal-body .form-label {
	display: block; 
	margin-bottom: 8px; 
	font-weight: 500; 
	color: #333; 
}


.modal-body .image-upload-container {
	display: flex; 
	align-items: center; 
	gap: 15px; 
}


.modal-body .image-upload-container-large {
	display: flex; 
	align-items: center; 
	gap: 20px; 
}


.image-preview {
	width: 100px; 
	height: 100px; 
	object-fit: cover; 
	border: 2px dashed #ddd; 
	border-radius: 4px; 
	cursor: pointer; 
}


.image-preview-circle {
	width: 120px; 
	height: 120px; 
	object-fit: cover; 
	border: 2px dashed #ddd; 
	border-radius: 50%; 
	cursor: pointer; 
}


.modal-body .image-upload-info {
	flex: 1; 
}


.modal-body .image-upload-prompt {
	font-size: 12px; 
	color: #999; 
}


.modal-body textarea.form-control {
	width: 100%; 
	height: 120px; 
	padding: 10px; 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	resize: vertical; 
	font-size: 14px; 
	margin-bottom: 15px; 
}


.modal-body .warning-section {
	margin-bottom: 10px; 
}


.modal-body .warning-text {
	font-size: 12px; 
	color: #ff0000; 
}


.modal-body .char-count-container {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
}


.modal-body .char-count {
	font-size: 12px; 
	color: #999; 
}


.modal-body .help-text {
	font-size: 12px; 
	color: #999; 
	margin-top: 8px; 
}


.modal-body .help-text-red {
	font-size: 12px; 
	color: red; 
	margin-top: 4px; 
}



.table-container{
	width: 100%; 
	overflow-x: auto; 
	text-align: center; 
}


.table-container > table{
	width: auto; 
	margin: 0 auto; 
	border-collapse: collapse; 
	min-width: 800px; 
}


.table-container .table {
	width: auto; 
	margin-bottom: 0; 
}


.table-container .table > thead {
	background-color: rgb(245, 245, 245); 
}


.table-container .table > thead > tr > th,
.table-container .table > tbody > tr > th,
.table-container .table > tfoot > tr > th {
	padding: 12px 8px; 
	text-align: center; 
	font-weight: bold; 
	color: #333; 
	border: 1px solid #ddd; 
	vertical-align: middle; 
	white-space: nowrap; 
	min-width: 80px; 
	overflow: hidden; 
	word-wrap: break-word; 
	word-break: break-word; 
}


.table-container .table > tbody > tr {
	transition: background-color 0.3s ease; 
}


.table-container .table > tbody > tr:hover {
	background-color: #f9f9f9; 
}


.table-container .table > thead > tr > td,
.table-container .table > tbody > tr > td,
.table-container .table > tfoot > tr > td {
	padding: 10px 8px; 
	text-align: center; 
	border: 1px solid #ddd; 
	vertical-align: middle; 
	color: #666; 
	white-space: nowrap; 
	min-width: 80px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	max-width: 200px; 
}


.table-container .table > tbody > tr > td a {
	display: inline-block; 
	padding: 5px 10px; 
	border-radius: 4px; 
	font-size: 14px; 
	transition: all 0.3s ease; 
}


.table-container .table > tbody > tr > td a:hover {
	transform: scale(1.05); 
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); 
}


.table-container .table > tbody > tr.table-hover {
	background-color: #f8f9fa; 
	transition: background-color 0.2s ease; 
}


.table-container .table > tbody > tr.table-active {
	background-color: #e3f2fd; 
	border-left: 4px solid #2196f3; 
}


.table-container .table > tbody > tr > td .btn-edit {
	background-color: #007bff; 
	border-color: #007bff; 
	color: white; 
}


.table-container .table > tbody > tr > td .btn-edit:hover {
	background-color: #0056b3; 
	border-color: #0056b3; 
}


.table-container .table > tbody > tr > td .btn-delete {
	background-color: #dc3545; 
	border-color: #dc3545; 
	color: white; 
}


.table-container .table > tbody > tr > td .btn-delete:hover {
	background-color: #c82333; 
	border-color: #c82333; 
}


.table-container .table > tbody > tr > td .btn-calibrate {
	background-color: #28a745; 
	border-color: #28a745; 
	color: white; 
	padding: 6px 12px; 
}


.table-container .table > tbody > tr > td .btn-calibrate:hover {
	background-color: #218838; 
	border-color: #1e7e34; 
	color: white;
}


.table-container .table td[title],
.table-container .table th[title] {
	cursor: help; 
}


.table-container .table > thead > tr > th {
	position: relative; 
}


.table-container .table > thead > tr > th .column-resizer {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	cursor: col-resize;
	z-index: 10;
	user-select: none; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}


.table-container .table > thead > tr > th .column-resizer:hover {
	background-color: rgba(0, 123, 255, 0.3); 
}


.table-column-resize-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #007bff;
	z-index: 1000;
	pointer-events: none; 
	display: none;
}


.table-container.table-resizing {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.table-container.table-resizing * {
	cursor: col-resize !important;
}


.table-container::-webkit-scrollbar{
	height: 12px; 
}

.table-container::-webkit-scrollbar-track{
	background-color: #f1f1f1; 
	border-radius: 6px; 
}

.table-container::-webkit-scrollbar-thumb{
	background-color: #c1c1c1; 
	border-radius: 6px; 
	border: 2px solid #f1f1f1; 
	transition: background-color 0.3s ease; 
}

.table-container::-webkit-scrollbar-thumb:hover{
	background-color: #a8a8a8; 
}


.table-container{
	scrollbar-width: thin; 
	scrollbar-color: #c1c1c1 #f1f1f1; 
}


@media (max-width: 768px) {
	
	.table-container{
		margin: 0 -10px; 
		border-radius: 0; 
	}
	
	
	.table-container > table,
	.table-container .table {
		min-width: 600px; 
	}
	
	
	.table-container .table th,
	.table-container .table td {
		min-width: 60px; 
		padding: 8px 6px; 
	}
}



.modal-fullscreen-toggle {
	background: none;
	border: none;
	padding: 0;
	margin-right: 10px;
	margin-top: 2px; 
	color: #999;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s ease, color 0.3s ease;
	outline: none;
	float: right; 
}


.modal-header .close {
	font-size: 22px; 
	line-height: 1; 
	margin-right: 0; 
	color: #333; 
	opacity: 0.6; 
	transition: opacity 0.2s; 
}


.modal-header .close:hover,
.modal-header .close:focus {
	opacity: 1; 
	color: #000; 
	outline: none; 
}


.modal-header .close .glyphicon,
.modal-fullscreen-toggle .glyphicon {
	vertical-align: middle; 
	line-height: 1; 
}

.modal-fullscreen-toggle:hover {
	opacity: 1;
	color: #333;
}

.modal-fullscreen-toggle:focus {
	outline: none;
}


.modal-fullscreen .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	max-width: none;
}

.modal-fullscreen .modal-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

.modal-fullscreen .modal-header {
	flex-shrink: 0;
}

.modal-fullscreen .modal-footer {
	flex-shrink: 0;
}


#contentReviewModal .content-review-col,
#contentReviewModal .content-review-title-cell,
#contentReviewModal .content-review-body-cell {
	text-align: left;
}

#contentReviewModal .content-review-col {
	width: 650px;
	max-width: 650px;
}

#contentReviewModal .table-container {
	overflow-x: visible;
	min-width: 0;
}

#contentReviewModal .table-container > table.content-review-table,
#contentReviewModal .table-container .table.content-review-table {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	table-layout: fixed;
}

#contentReviewModal .table-container .table > tbody > tr > td.content-review-title-cell,
#contentReviewModal .table-container .table > tbody > tr > td.content-review-body-cell {
	max-width: 650px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	text-overflow: clip;
	overflow: visible;
}

#contentReviewModal .content-review-body-cell pre,
#contentReviewModal .content-review-body-cell pre code {
	white-space: pre-wrap;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow: visible;
	max-width: 100%;
}

#contentReviewModal .content-review-title-cell a,
#contentReviewModal .content-review-body-cell a {
	word-break: break-all;
}

#contentReviewModal.modal-fullscreen .table-container > table.content-review-table,
#contentReviewModal.modal-fullscreen .table-container .table.content-review-table {
	width: min(calc(100% - 20px), calc(100vw - 80px));
	table-layout: fixed;
}

#contentReviewModal.modal-fullscreen .content-review-col,
#contentReviewModal.modal-fullscreen .content-review-title-cell,
#contentReviewModal.modal-fullscreen .content-review-body-cell {
	width: auto;
	max-width: none;
}


.glyphicon-spin {
	animation: glyphiconIconSpin 1s infinite linear;
}

@keyframes glyphiconIconSpin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.video-url-preview-message {
	max-width: 640px;
	margin: 0 auto;
	padding: 16px 18px;
	background: #fff8e6;
	border: 1px solid #f0d78c;
	border-radius: 6px;
	text-align: left;
	font-size: 14px;
	line-height: 1.55;
	color: #5c4a1f;
	box-sizing: border-box;
}

.video-url-preview-message-title {
	margin: 0 0 8px 0;
	font-size: 15px;
}

.video-url-preview-message-platform {
	margin: 0 0 6px 0;
	color: #7a6528;
}

.video-url-preview-message-text {
	margin: 0 0 8px 0;
}

.video-url-preview-message-edit-hint {
	margin: 0 0 8px 0;
	color: #a67c00;
	font-size: 13px;
}

.video-url-preview-message-link {
	margin: 0;
}

.video-url-preview-message-link a {
	word-break: break-all;
}

.video-url-preview-loading {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 14px;
	gap: 8px;
}


.video-url-preview-message--in-box {
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 8px 10px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0;
	border: none;
	font-size: 12px;
	line-height: 1.35;
}

.video-url-preview-message--in-box .video-url-preview-message-title {
	margin: 0 0 4px 0;
	font-size: 12px;
	flex-shrink: 0;
}

.video-url-preview-message--in-box .video-url-preview-message-platform {
	margin: 0 0 4px 0;
	font-size: 11px;
	flex-shrink: 0;
}

.video-url-preview-message--in-box .video-url-preview-message-text {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	margin: 0 0 4px 0;
	font-size: 11px;
}

.video-url-preview-message--in-box .video-url-preview-message-link {
	margin: 0;
	flex-shrink: 0;
	font-size: 11px;
}

.review-local-media-missing {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: #999;
}

.need-vip-icon {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 2px;
}
/* GEEKPATH_PACKAGED_RIGHTS: (c) GeekPath geekpath.cn. All Rights Reserved. Unauthorized copying or redistribution prohibited. */
