

/* Start:/local/components/family.jewels/templates/v2/style.css?17659741785606*/
.badge-ranking
{
position:absolute;
top:15px;
left:25px;
}

.owner-elipsis{
	text-overflow: ellipsis;
	max-width:200px;
	overflow: hidden;
	white-space: nowrap;
	margin-top:10px;
}

.history-filter{
    margin-left: -5px;
        margin-right: -5px;
}


.kitty-item{
	margin-top: 15px;
	margin-bottom: 15px;
}

.kitty-image{
	padding:0px;
}

.link{
text-decoration:underline;
}

/* Family Jewels v2 modern styles */
.family-jewels-page{
	padding: 0;
	margin: 0;
}

.family-jewels-panel{
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.06);
	overflow: hidden;
	margin: 0;
}

.family-jewels-panel .x_title{
	background: linear-gradient(180deg, rgba(165, 95, 230, 0.08), rgba(165, 95, 230, 0));
	border-bottom: 2px solid rgba(165, 95, 230, 0.15);
	padding: 20px 24px;
}

.family-jewels-title{
	font-size: 26px;
	font-weight: 700;
	color: #2B2B3A;
	margin: 0;
}

.family-jewels-content{
	padding: 10px 10px !important;
}

.family-jewels-filter{
	margin: 0 0 24px;
	padding: 16px;
	background: rgba(165, 95, 230, 0.04);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	border: 1px solid rgba(165, 95, 230, 0.15);
}

.family-jewels-filter .form-group{
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.family-jewels-filter-label{
	font-weight: 600;
	color: #2B2B3A;
	margin: 0;
	white-space: nowrap;
}

.family-jewels-input{
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 8px 12px;
	min-width: 200px;
	background: #fff;
	color: #2B2B3A;
	transition: all 0.2s;
}

.family-jewels-input:focus{
	border-color: rgba(165, 95, 230, 0.4);
	box-shadow: 0 0 0 3px rgba(165, 95, 230, 0.1);
	outline: none;
}

.family-jewels-btn-submit{
	border-radius: 8px;
	padding: 8px 20px;
	background: var(--ck-primary, #A55FE6);
	border-color: var(--ck-primary, #A55FE6);
	color: #fff;
	font-weight: 600;
}

.family-jewels-btn-submit:hover{
	background: rgba(165, 95, 230, 0.9);
	border-color: rgba(165, 95, 230, 0.9);
}

.family-jewels-stats{
	display: flex;
	gap: 12px;
	margin: 0 0 24px;
	flex-wrap: wrap;
}

.family-jewels-stat-card{
	flex: 1;
	min-width: 150px;
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.1), rgba(165, 95, 230, 0.05));
	border: 1px solid rgba(165, 95, 230, 0.2);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	transition: all 0.2s;
}

.family-jewels-stat-card:hover{
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(165, 95, 230, 0.2);
}

.family-jewels-stat-card-total{
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.15), rgba(165, 95, 230, 0.1));
	border-color: rgba(165, 95, 230, 0.3);
}

.family-jewels-stat-header{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 8px;
}

.family-jewels-stat-icon{
	width: 24px;
	height: auto;
}

.family-jewels-stat-label{
	font-size: 13px;
	color: rgba(43, 43, 58, 0.7);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.family-jewels-stat-value{
	font-size: 32px;
	font-weight: 700;
	color: var(--ck-primary, #A55FE6);
	margin: 0;
	line-height: 1.2;
}

.family-jewels-table-wrapper{
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
}

.family-jewels-table{
	margin-bottom: 0;
	width: 100%;
}

.family-jewels-table thead th{
	text-align: center;
	font-weight: 600;
	color: #2B2B3A;
	background: rgba(165, 95, 230, 0.05);
	border-bottom: 2px solid rgba(165, 95, 230, 0.15);
	padding: 12px 8px;
	font-size: 13px;
}

.family-jewels-table tbody td{
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	font-size: 12px;
}

.family-jewels-cell{
	position: relative;
}

.family-jewels-cell-title{
	font-weight: 600;
	color: #2B2B3A;
	display: block;
	margin-bottom: 4px;
}

.family-jewels-gem-icon{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: auto;
}

.family-jewels-table tbody td.active{
	background: rgba(0, 0, 0, 0.03);
	color: rgba(43, 43, 58, 0.6);
}

.family-jewels-table tbody td.info{
	background: rgba(52, 152, 219, 0.1);
	color: #2980b9;
}

.family-jewels-table tbody td.success{
	background: rgba(46, 204, 113, 0.1);
	color: #27ae60;
}

.family-jewels-table tbody td.danger{
	background: rgba(231, 76, 60, 0.1);
	color: #c0392b;
}

.family-jewels-legend{
	margin-top: 20px;
	padding: 16px;
	background: rgba(165, 95, 230, 0.04);
	border-radius: 10px;
	border: 1px solid rgba(165, 95, 230, 0.15);
}

.family-jewels-legend-table{
	margin-bottom: 0;
}

.family-jewels-legend-table td{
	border: 0;
	padding: 8px 0;
	font-size: 13px;
	color: #2B2B3A;
}

.family-jewels-legend-color{
	width: 80px;
	border-radius: 4px;
}

.family-jewels-legend-table td.info{
	background: rgba(52, 152, 219, 0.2);
}

.family-jewels-legend-table td.active{
	background: rgba(0, 0, 0, 0.1);
}

.family-jewels-legend-table td.success{
	background: rgba(46, 204, 113, 0.2);
}

.family-jewels-legend-table td.danger{
	background: rgba(231, 76, 60, 0.2);
}

@media (max-width: 767px){
	.family-jewels-title{
		font-size: 22px;
	}
	
	.family-jewels-content{
		padding: 16px 10px;
	}
	
	.family-jewels-filter{
		flex-direction: column;
		align-items: stretch;
	}
	
	.family-jewels-filter .form-group{
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	
	.family-jewels-input{
		width: 100%;
		min-width: 0;
	}
	
	.family-jewels-stats{
		flex-direction: column;
	}
	
	.family-jewels-stat-card{
		min-width: 0;
	}
	
	.family-jewels-stat-value{
		font-size: 28px;
	}
	
	.family-jewels-table-wrapper{
		overflow-x: auto;
	}
}


/* End */
/* /local/components/family.jewels/templates/v2/style.css?17659741785606 */
