<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.registration_form_new_field{
    display: block;
    float: left;
	width: 100%;
	border:none;
	padding:15px 0;
    border-bottom: #aaa dashed 1px;
}
.popAddfield{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
}
.popAddfield .registration_form_new_field{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 800px;
	max-width: 100%;
	height: 80%;
	padding: 25px;
	background:#fff;
	border:var(--color) solid 3px;
	border-radius: 10px;
	overflow-y: scroll;
    scrollbar-color: #f6f6f6 #e5e5e5;
    scrollbar-width:thin;
	transition-property:transform,box-shadow,max-width,width, height;
}
.popAddfield .registration_form_new_field::-webkit-scrollbar {
  width: 3px;
  background-color: #f1f1f1;
}
.popAddfield .registration_form_new_field::-webkit-scrollbar-thumb {
    background: #f6f6f6; 
}
.popAddfield .registration_form_new_field h2{
	margin-top: 0;
	color:var(--color);
}
#registration_form .popAddfield .registration_form_new_field nav span{
	margin-left: 15px;
}
.popAddfield .registration_form_new_field nav{
	margin-top: auto;
	padding: 0 15px;
	justify-content:flex-end;
	cursor: pointer;
}
.countRowOptions{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.countRowOptions label{
	width: 100%;
	border-top: #aaa dashed 1px;
}
.countRowOptions textarea{
	width: 100%;
	min-height: 150px;
}
#registration_section_sorter{
	float: left;
	width: 100%;
    margin: 0 0 15px;
    padding: 0;
	list-style-type: none;
	border-top:#aaa dashed 1px;
}
.dynamic_field_bloc{
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    width: 100%;
    margin-top: 15px;
	background: #fafafa;
	border: #aaaaaa solid 1px;
	border-radius: 3px;
    transition-property:border-color;
}
.dynamic_field_bloc_in{
    display: block;
    float: left;
	padding: 20px 1%;
}
.dynamic_field_bloc ol{
	float: left;
	width: 100%;
    margin:10px 0 0;
	padding: 20px 1%;
	background: #f1f1f1;
	border-radius: 3px;
	border: #aaaaaa solid 1px;
	list-style-type: none;
}
.dynamic_field_bloc ol ol{
    background:none;
    padding: 0;
    border:none;
}
#registration_form .bouton_nav{
    float: right;
	margin: 10px 0 0;
	cursor: pointer;
}
#registration_form .btn_add_section{
    margin:0 0 15px auto;
}
.dynamic_field_bloc li{
	float: left;
	width: 100%;
}
.registration_field_line{
    display:flex;
    align-items:center;
    justify-content: space-between;
	width: 100%;
	margin: 0 0 5px;
	padding: 10px 1%;
	background: #999;
	color:#fff;
	cursor: move;
	border-radius: 3px;
	transition-property: background;
}
.registration_field_line span.field_span:not(:last-child){
	padding-right: 10px;
}
.registration_field_line span.field_span:first-child{
	font-weight: bold;
}
.registration_field_line span.field_span:not(:first-child){
	font-style: italic;
	font-size: 0.8rem;
}
.registration_field_line:hover{
	background:var(--color);
}
.field_actions{
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.field_infos{
    margin:0 0 0 auto;
}
.field_actions span{
    height: 20px;
	margin-right: 10px;
}
.field_actions svg{
	width: 20px;
	height: 20px;
	fill:#fff;
}
.field_actions span svg{
	cursor: pointer;
	transition-property:transform;
	transform-origin: 50% 50%;
}
.field_actions span:hover svg{
	transform: scale(1.3);
}
.dynamic_field_bloc li .sort_top_icon,.dynamic_field_bloc li .sort_bottom_icon{
	fill:#999;
	transition-property: fill;
}
.dynamic_field_bloc_title .sorter_icon .sort_top_icon,.dynamic_field_bloc_title .sorter_icon .sort_bottom_icon{
	fill:#999;
	transition-property: fill;
}
.dynamic_field_bloc li .registration_field_line:hover .sort_top_icon,.dynamic_field_bloc li .registration_field_line:hover .sort_bottom_icon,section .dynamic_field_bloc_title .sorter_icon .sort_top_icon,section .dynamic_field_bloc_title .sorter_icon .sort_bottom_icon{
	fill:var(--color);
}
section.sortable-chosen .dynamic_field_bloc_title .sorter_icon .sort_top_icon,section.sortable-chosen .dynamic_field_bloc_title .sorter_icon .sort_bottom_icon{
    fill:#000;
}
.sortable_list .sortable-chosen section{
    background: var(--color);
    transform: scale(1.001);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
}
div section.sortable-chosen{
    border-color:#000;
    transform: scale(1.001);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.dynamic_field_bloc_title{
    flex-wrap: nowrap;
    align-items: center;
    background:var(--color);
    padding:5px 1%;
    transition-property:background;
}
.dynamic_field_bloc_title input[type=text]{
    border-color:#aaa;
    background:#eee;
}
.dynamic_field_bloc_title input[type=text]:focus{
    box-shadow: 0 0 0 0;
}
.dynamic_field_action{
    display: flex;
    align-items: center;
    margin:0 0 0 auto;
}
.dynamic_field_bloc_title span{
    height: 30px;
}
.dynamic_field_bloc_title svg{
    width: 30px;
    height: 30px;
    fill:#fff;
}
.dynamic_field_bloc_title span svg{
    transform-origin: 50% 50%;
    transition-property: transform;
}
.dynamic_field_bloc_title span:hover svg{
    transform: scale(1.2);
}
.dynamic_field_bloc_title .sorter_icon{
    margin-left: 10px;
    cursor: move;
}
#registration_section_sorter input::placeholder{
    font-style: italic;
    font-size: 0.7rem;
}
#registration_section_sorter input:focus::placeholder{
    color: rgba(0,0,0,0);
}
div section.sortable-chosen .dynamic_field_bloc_title{
    background:#000;
}
.section_description_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 1%;
    background:#666;
    color:#fff;
    border-radius: 3px;
    cursor: pointer;
    transition-property:border-radius,background;
}
.section_description_title:hover{
    background:var(--color);
}
.section_on{
    background:var(--color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section_description_title svg{
    width: 23px;
    height: 23px;
    padding: 3px;
    fill:#666;
    background: #fff;
    border-radius:50%;
    transition-property: fill;
}
.section_description_title:hover svg,.section_on svg{
    fill:var(--color);
}
.section_description{
    display: none;
}
.section_description_title svg .svg_vertical_line{
    transform-origin: 50%;
    transition-property: transform;
    transition-delay: 0s;
}
.section_description_title svg .svg_horizontal_line{
    transition-property: transform;
    transition-delay: 0.15s;
}
.section_on svg .svg_vertical_line{
    transform: rotate(270deg);
    transition-delay: 0.15s;
}
.section_on svg .svg_horizontal_line{
    transform: translate(150%);
    transition-delay: 0s;
}</pre></body></html>