

/* Start:/local/components/traits.rarity/templates/v2/style.css?17659748814022*/
/* Traits Rarity v2 modern styles */
.traits-rarity-page{
	padding: 0;
	margin: 0;
}

.traits-rarity-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;
}

.traits-rarity-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;
}

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

.traits-rarity-content{
	padding: 10px 10px !important;
}

.traits-rarity-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);
}

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

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

.traits-rarity-select{
	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;
}

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

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

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

.traits-rarity-table-wrapper{
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.traits-rarity-table{
	margin-bottom: 0;
	width: 100%;
}

.traits-rarity-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;
	white-space: nowrap;
}

.traits-rarity-table tbody td{
	padding: 10px 8px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 13px;
}

.traits-rarity-gene{
	font-weight: 700;
	color: var(--ck-primary, #A55FE6);
	background: rgba(165, 95, 230, 0.05);
}

.traits-rarity-cattribute{
	font-weight: 500;
	color: #2B2B3A;
}

.traits-rarity-link{
	color: #2B2B3A;
	text-decoration: none;
	transition: color 0.2s;
}

.traits-rarity-link:hover{
	color: var(--ck-primary, #A55FE6);
}

.traits-rarity-count{
	font-weight: 500;
	color: #2B2B3A;
}

.traits-rarity-table tbody tr:hover td{
	background: rgba(165, 95, 230, 0.02);
}

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

.traits-rarity-table tbody tr.info:hover td{
	background: rgba(52, 152, 219, 0.15);
}

.border_bottom td{
	border-bottom: 3px solid rgba(165, 95, 230, 0.3) !important;
}

.combo-select{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-bottom: 0px !important;
}

.combo-input{
	padding-left: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 30px !important;
	line-height: 32px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
}

.combo-select select{
	visibility: hidden !important;
}

.combo-dropdown{
	z-index: 2 !important;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px){
	.traits-rarity-title{
		font-size: 22px;
	}
	
	.traits-rarity-content{
		padding: 16px 10px;
	}
	
	.traits-rarity-filter{
		flex-direction: column;
		align-items: stretch;
	}
	
	.traits-rarity-filter .form-group{
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	
	.traits-rarity-select{
		width: 100%;
		min-width: 0;
	}
	
	.traits-rarity-table-wrapper{
		overflow-x: auto;
	}
}

/* End */
/* /local/components/traits.rarity/templates/v2/style.css?17659748814022 */
