

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

.traits-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-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-title{
	font-size: 26px;
	font-weight: 700;
	color: #2B2B3A;
	margin: 0;
}

.traits-content{
	padding: 24px 10px;
}

.traits-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-filter .form-group{
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

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

.traits-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-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-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-btn-submit:hover{
	background: rgba(165, 95, 230, 0.9);
	border-color: rgba(165, 95, 230, 0.9);
}

.traits-tree-wrapper{
	border-radius: 12px;
	overflow-x: auto;
	overflow-y: visible;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
	padding: 10px;
}

/* Gracket tree styles - сохраняем графические линии */
canvas { 
	display: block;
}

.g_gracket { 
	width:100%; 
	min-width:1370px; 
	background-color: #fafafa; 
	padding: 55px 15px 5px; 
	line-height: 100%; 
	position: relative; 
	overflow: hidden;
	border-radius: 8px;
}

.g_round { 
	float: left; 
	margin-right: 70px; 
}

.g_game { 
	position: relative; 
	margin-bottom: 15px; 
	border: 1px solid rgba(42, 63, 84, 0.3);
	border-radius: 6px;
	background: #fff;
	transition: all 0.2s;
}

.g_game:hover{
	border-color: rgba(165, 95, 230, 0.4);
	box-shadow: 0 2px 8px rgba(165, 95, 230, 0.1);
}

.g_gracket h3 { 
	margin: 0; 
	padding: 10px 8px 8px; 
	font-size: 15px; 
	font-weight: 600; 
	color: #2B2B3A;
	text-align: center;
	border-radius: 6px 6px 0 0;
}

.g_gracket h3 a{
	color: #2B2B3A;
	text-decoration: none;
	transition: color 0.2s;
}

.g_gracket h3 a:hover{
	color: var(--ck-primary, #A55FE6);
}

.g_team { 
	background: #FFF; 
	border-radius: 0 0 6px 6px;
}

.g_team:last-child {  
	display: none1; 
}

.g_round:last-child { 
	margin-right: 20px; 
}

.g_winner { 
	background: rgba(165, 95, 230, 0.05); 
}

.g_winner .g_team { 
	background: none; 
}

.g_current { 
	cursor: pointer; 
	background: rgba(165, 95, 230, 0.15) !important; 
	border-color: rgba(165, 95, 230, 0.4) !important;
}

.g_round_label { 
	top: -5px; 
	font-weight: 600; 
	color: #2B2B3A; 
	text-align: center; 
	font-size: 16px; 
	background: rgba(165, 95, 230, 0.08);
	padding: 4px 8px;
	border-radius: 4px;
}

.table-responsive{
	width:100%;
}

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

.g_team.selected{
	background: rgba(165, 95, 230, 0.1);
}

.selected h3 {
	color: #fff !important;
	background: var(--ck-primary, #A55FE6);
}

.selected h3 a{
	color: #fff !important;
}

h5.h5_title_0{
	/*background: #6C8AD5;*/
}

h5.h5_title_1{
	/*background: #466FD5;*/
}

h5.h5_title_2{
	/*background: #2A4380;*/
}

h5.h5_title_3{
	/*background: #06246F;*/
}

h5.h5_title_4{
	/*background: #004ffc;*/
}

.g_round_label{
	color: #2B2B3A;
	padding: 5px;
}

.g_team.base{
	/*background: #c7e1fc;*/
} 

.g_team.m1{
	/*background: #8fc2f7;*/
} 

.g_team.m2{
	/*background: #5ca9f9;*/
} 

.g_team.m3{
	/*background:  #1d89f9;*/
} 

.g_team.m4{
	/*background:  #004ffc;*/
} 

small.sm_h1{
	color: #1ABB9C;
	font-weight: 600;
}

small.sm_h2{
	color: #F39C12;
	font-weight: 600;
}

small.sm_h3{
	color: #E74C3C;
	font-weight: 600;
}

@media (max-width: 767px){
	.traits-title{
		font-size: 22px;
	}
	
	.traits-content{
		padding: 16px 10px;
	}
	
	.traits-filter{
		flex-direction: column;
		align-items: stretch;
	}
	
	.traits-filter .form-group{
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	
	.traits-select{
		width: 100%;
		min-width: 0;
	}
	
	.traits-tree-wrapper{
		padding: 5px;
	}
}
/* End */
/* /local/components/traits/templates/v2/style.css?17659745265062 */
