@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');

@font-face {
	font-family: 'Mona-Sans';
	src:
	  url('../fonts/Mona-Sans.woff2') format('woff2 supports variations'),
	  url('../fonts/Mona-Sans.woff2') format('woff2-variations');
	font-weight: 200 900;
	font-stretch: 75% 125%;
}

/* ##################################################################### */
/* VARIABLES */
/* ##################################################################### */

:root {
	--monasans: 'Mona-Sans';
	--poppins: 'Poppins', sans-serif;
	--lato: 'Lato', sans-serif;

	--main-blue: #003d69;
	--main-blue-hover: #00c26d;

	--avatar-color-background: #e95d92;
	--avatar-color-shadow: #e95d92;


    /*********/

    --style-general-text-primary: #003d69;
    --style-general-text-secondary: #009af1;

    --style-general-text-tertiary: #131417;
    --style-general-text-muted: #545d68;
    --style-general-text-contrast-primary: #0238e9;
    --style-general-text-contrast-secondary: #00c573;


    --style-general-text-contrast-secondary: #00c573;


    --component-input-primary-background: #FFFFFF;
    --component-input-primary-background-muted: #f4faff;

    /********/

    
	--light: #FFFFFF;
	--blue: #3C91E6;
	--light-blue: #CFE8FF;
	--grey: #eee;
	--dark-grey: #AAAAAA;
	--dark: #342E37;
	--red: #DB504A;
	--yellow: #FFCE26;
	--light-yellow: #FFF2C6;
	--orange: #FD7238;
	--light-orange: #FFE0D3;

	--transition-menu: .2s ease;

	/* --panelClose-background: #00c26d; */
	/* --panelClose-background: #0b97e5; */
	--panelClose-background: #e8f5fd;

	--sidebar-closed-width: 0px;

	--main_container-padding: 24px 40px 40px;
	--container-padding: 24px;

	--space-between-elements: 24px;

	--input-border-radius: 10px;

}


/* ##################################################################### */
/* GENERAL */
/* ##################################################################### */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	width: 100%;
	/* image-rendering: -webkit-optimize-contrast; */
}

a, a:visited {
	text-decoration: none;
	/* color: inherit; */
}

li {
	list-style: none;
}

.w-100 {
	width: 100% !important;
}

.w-max {
	width: max-content !important;
}

.w-fit {
	width: fit-content !important;
}

.w-fill{
	width: -webkit-fill-available;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
  font-size: 15px !important;
}
input:-webkit-autofill::first-line {
	font-size: 15px !important;
}

::placeholder {
	color: #d9d9d9;
	opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
	color: #d9d9d9;
  }




/****************************/

/* GENERAL */

html {
	overflow-x: hidden;
}

body.dark {
	--light: #0C0C1E;
	--grey: #060714;
	--dark: #FBFBFB;
}

body {
	/* background: var(--grey); */
	background-image: 	linear-gradient(
							140deg, 
							#c2f4ff 0%,
							#d2efff 13%,
							#befbff 38%,
							#afe7ff 55%,
							#e5fdff 75%,
							#c6e8ff 100%
						);
	overflow-x: hidden;

    font-family: Mona-Sans;
    font-size: 14px;
    letter-spacing: -0.02rem;

}

h1, h2, h3 {
    font-weight: 800;
    color: #004d85;
	letter-spacing: -2.0px;
    padding-bottom: var(--space-between-elements);
}

h1 {
	font-size: 38px;
}

h1 {
    padding-right: 10px; /* pour le texte oblique */
}

h2 {
    font-size: 24px;
    letter-spacing: -1.5px;
    font-weight: 700;
}

h3 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 0;
    letter-spacing: -1.0px;
}


/* h1, h1 .text__gradient-linear { */
.head-title h1, h1 .text__gradient-linear {
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* background: linear-gradient(117deg, #8dddff, #9296ff 44.62%, #f8a3ff); */
    /* background: linear-gradient(117deg, #8dddff, #9296ff 44.62%, #f8a3ff); */
    /* background: linear-gradient(117deg, #05c16d 0%, #0cdb85 20%, #0ca1f3 70%); */
    /* background: linear-gradient(117deg, #05c16d 0%, #0ca1f3 70%); */
    background: linear-gradient(117deg, #07d97a 43%, #0ca1f3 63%);
    background-clip: text;
    -webkit-background-clip: text;
}



h2 {
    font-size: 28px;
}

.no-transition{
	transition: none !important;
}


#main-container {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh;
    overflow: hidden;
}


/****************************/

/* ICO */

.ico {
	position: relative;
/* 	width: 30px;
	height: 30px; */
	/* margin: 0 auto; */
	display: flex;
    justify-content: center;
    align-items: center;
}

.ico > * {
	width: 24px;
	height: 24px;
}

.ico svg {
	/* outline: 1px solid red; */
}

.ico.ico-side-menu {
    display: flex;
    justify-content: center;
	min-width: calc(60px - ((4px + 6px)* 2));
}

.ico .ico-global {
	fill: #0b97e5;
	width: 22px;
	height: 22px;
}

.ico .ico-user-avatar {
	fill: #FFFFFF;
	width: 55%;
	/* width: 26px; */
	/* height: 26px; */
	filter: drop-shadow(0px 0px 10px #e95d92) drop-shadow(0px 0px 10px #e95d92);
}


.ico-panel {
	position: absolute;
	cursor: pointer;
	transition: opacity 0.3s;
}

.ico-panel.close{
	fill: #0b97e5;
	/* transform: translateX(-5px); */
}

.ico-panel.open{
	/* fill: #FFFFFF; */
	fill: #004d85;
	fill: #0b97e5;
	transform: translateX(-2px);
}


.ico .hide {
	opacity: 0;
}


/****************************/

/* GENDER */


/* Woman */

.user-info.woman .user-avatar{
	background-color: #ffd7e6;
	/* text-shadow     : 1px 1px 1px #fb9595; */
}

.user-info.woman .ico .ico-user-avatar{
	filter: drop-shadow(0px 0px 10px #e95d92) drop-shadow(0px 0px 10px #e95d92);
}


/* Man */

.user-info.man .user-avatar{
	background-color: #9eddff;
	/* text-shadow     : 1px 1px 1px #fb9595; */
}

.user-info.man .ico .ico-user-avatar{
	filter: drop-shadow(0px 0px 10px #278ec5) drop-shadow(0px 0px 10px #278ec5);
}



/****************************/

/* SIDEBAR */

#sidebar {
	/* position: fixed; */
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100vh;
	height: 100dvh;
	/* height: 100svh; */
	background: var(--light);
	z-index: 1000;
	font-family: var(--monasans);
	transition: var(--transition-menu);
	overflow-x: hidden;
	scrollbar-width: none;

	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;

	background-color: rgb(255 255 255 / 90%);

    border-right: #FFFFFF 1px solid;
    box-sizing: content-box;

	box-shadow: 5px 0px 7px 0px rgba(40, 176, 252, 0.07);	

}

/*
#sidebar::--webkit-scrollbar {
	display: none;
}
*/

#sidebar:state(webkit-scrollbar) {
	display: none;
}


#sidebar.hide {
    /* width: 4px; */
    width: var(--sidebar-closed-width);
    background-color: var(--panelClose-background);
    border-right: #6bf7ba 1px solid;
    box-shadow: 5px 0px 10px 0px rgba(40, 176, 252, 0.5);
}


#sidebar.hide .sidebar-top .box-user {
	background: transparent;
	transition: .3s ease;
}

#sidebar.hide .sidebar-top .user {
	opacity:0;
	transition: .3s ease;
}





/**********************************/

/* Sidebar top */


#sidebar .sidebar-top {
	margin-bottom: 100px;
}


#sidebar .sidebar-top .box-user {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #e8f5fd 0%, #e8f5fd 70%, rgb(255 255 255 / 0%) 100%);
    /* background-color: #e8f5fd; */
    /* margin-bottom: 0; */
    padding-bottom: 10px;
	padding-top: 10px;
}

#sidebar .sidebar-top .user {
	opacity:1;
	transition: .3s ease;

	width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    /* border-radius: 0 0 26px 26px; */
    border-radius: 26px;

    /* background-image: linear-gradient(to bottom, #cee7ff 0%, #FFFFFF 35%, #edf9ff 100%); */

	border: #ffffff 1px solid;
	/* border-top: 0; */
	border: 0;

    margin-bottom: 20px;

	/* box-shadow: 0px 3px 7px 0px rgba(2, 102, 196, 0.20),
				0px 15px 15px 0px rgba(8, 140, 213, 0.15); */

	box-shadow: 0px 6px 10px 0px rgba(2, 102, 196, 0.10), 0px 15px 15px 0px rgba(8, 140, 213, 0.1);

	background-color: #FFFFFF;
	/* margin-top: 20px; */

}

.sidebar-top .user .user-info {
    display: flex;
    padding-top: 10px;
	padding-bottom: 10px; /* 0 */
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-top .user .user-info .user-avatar {
	display         : flex;
	justify-content : center;
	align-items     : center;

	width           : 46px;
	height          : 46px;
    aspect-ratio: 1 / 1;

	
	color           : #FFFFFF;
	border			: solid 1px #FFFFFF;
	border-radius   : 50%;

	font-size       : 20px;
	font-weight     : 900;

    box-shadow: 0px 0px 8px 0px rgba(12, 159, 242, 0.20);	

	margin-right: 10px;


}

.sidebar-top .user .user-info .user-detail {
	justify-content: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

	/* font-family: var(--monasans); */
	color: var(--main-blue);
}

.sidebar-top .user .user-info .user-detail .user-firstname {
	font-size: 16px;
	font-weight: 600;
}

.sidebar-top .user .user-info .user-detail .user-lastname {
	font-size: 15px;
	font-weight: 400;
}

.sidebar-top .user .user-info .user-detail .user-fullname {
	font-size: 15px;
	font-weight: 400;
}

.sidebar-top .user .user-info .user-detail .user-type {
    font-size: 13px;
    font-weight: 300;
    color: var(--main-blue);
    opacity: 0.8;
}


.sidebar-top .user .user-balance{
	display: flex;
    justify-content: space-between;
    align-items: center;

	background-color: #00c26d;
    padding: 0;
    margin: 20px 2px 2px 2px;
    border-radius: 26px;
    height: 46px;

    box-shadow: inset 9px 9px 8px 0px rgba(0, 149, 84, 0.80);;	

}

.sidebar-top .user .user-balance .balance-text{
	font-weight: 300;
	color:#FFFFFF;
	padding-left: 15px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-top .user .user-balance .balance-text .text-up{
	font-size:13px;
}

.sidebar-top .user .user-balance .balance-text .text-bottom{
	font-size:11px;
	line-height: 11px;
}

.sidebar-top .user .user-balance .balance-amount{
	font-size:26px;
	font-weight: 700;
	color:#FFFFFF;
	padding-right:10px;
	text-shadow: 1px 1px 3px rgba(0, 104, 57, 0.3);
	letter-spacing: -0.8px;
}

.sidebar-top .user .user-balance .balance-amount .amount-decimal{
	font-size:19px;
}


/**********************************/

/* Sidebar menu */


.sidebar-menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 14px;
	color:var(--main-blue);
}

.sidebar-menu > li {
	display: flex;
	position: relative;
}

.sidebar-menu li .ico {
	padding-left: 10px;
	padding-right: 10px;
    align-items: center;
    height: 26px;
}

.sidebar-menu li .link li {
    /* display: flex;
    height: 26px;
    align-items: center;*/
    /* text-wrap: nowrap; */
    text-wrap: wrap;
    overflow: hidden;
	line-height: 26px;
    white-space: nowrap;
}

.sidebar-menu li .link li > * {
    line-height: 1 !important;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.sidebar-menu li .link li a {
    text-decoration: none;
	color:var(--main-blue);
}

.sidebar-menu li .link li a:hover, .sidebar-menu li .link li a:focus-visible {
    color:var(--main-blue-hover);
}

.sidebar-menu li .link li.primary {
	/* height: 26px; */
	/* line-height: 26px; */
	font-size: 18px;
    font-weight: 800;
}

.sidebar-menu li .link li.sub {
	/* height: 20px; */
	line-height: normal;
    font-size: 13px;
	color:#3da5f0;
    margin-top: -3px;
	margin-bottom: 5px;
}



/**********************************/

/* Sidebar bottom */

#sidebar > .sidebar-bottom.menu-bottom {
    border-top: 1px solid rgba(11, 153, 229, 0.18);
    padding-block: 20px 20px;
    background-color: rgba(11, 153, 229, 0.08);
}




#sidebar .brand {
	font-size: 24px;
	font-weight: 700;
	height: 56px;
	display: flex;
	align-items: center;
	color: var(--blue);
	position: sticky;
	top: 0;
	left: 0;
	background: var(--light);
	z-index: 500;
	padding-bottom: 20px;
	box-sizing: content-box;
}
#sidebar .brand .bx {
	min-width: 60px;
	display: flex;
	justify-content: center;
}
#sidebar ul.side-menu {
	width: 100%;
	margin-top: 48px;
}
#sidebar ul.side-menu li {
	height: 48px;
	/*background: transparent;*/
	margin-left: 6px;
	border-radius: 48px 0 0 48px;
	padding: 4px;
}
#sidebar ul.side-menu li.active {
	/*background: var(--grey);*/
	position: relative;
}

/*
#sidebar .side-menu li.active::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: -40px;
	right: 0;
	box-shadow: 20px 20px 0 var(--grey);
	z-index: -1;
}

#sidebar .side-menu li.active::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	bottom: -40px;
	right: 0;
	box-shadow: 20px -20px 0 var(--grey);
	z-index: -1;
}
*/

/*
#sidebar .side-menu li a {
	width: 100%;
	height: 100%;
	background: var(--light);
	display: flex;
	align-items: center;
	border-radius: 48px;
	font-size: 16px;
	color: var(--dark);
	white-space: nowrap;
	overflow-x: hidden;
}
#sidebar .side-menu.top li.active a {
	color: var(--blue);
}
#sidebar.hide .side-menu li a {
	width: calc(48px - (4px * 2));
	transition: width .3s ease;
}
#sidebar .side-menu li a.logout {
	color: var(--red);
}
#sidebar .side-menu.top li a:hover {
	color: var(--blue);
}
#sidebar .side-menu li a .bx {
	min-width: calc(60px  - ((4px + 6px) * 2));
	display: flex;
	justify-content: center;
}
*/

/* SIDEBAR */





/* CONTENT */
section#content {
	position: relative;
	width: calc(100% - 260px);
	left: 260px;
	height: 100vh;
	/* height: 100dvh; */
	/* height: 100dvh; */
	/* transition: .3s ease; */
	background-color: rgb(255 255 255 / 88%);
	transition: var(--transition-menu);
}

#sidebar.hide ~ #content {
	/* width: calc(100% - 4px); */
    /* left: 4px; */
	width: calc(100% - var(--sidebar-closed-width));
    left: var(--sidebar-closed-width);
}




/* NAVBAR */
#content nav {
	position: sticky;
	height: 56px;
	/*background: var(--light);*/
	background-color: #FFFFFF;
	/*padding: 0 24px;*/
	padding: 0;
	display: flex;
	align-items: center;
	grid-gap: 20px;
	font-family: var(--lato);
	top: 0;
	left: 0;
	box-shadow: 5px 5px 10px 0px rgba(40, 176, 252, 0.15);
	z-index: 1000;
	justify-content: space-between;
	
}

/*
#content nav::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -40px;
	left: 0;
	border-radius: 50%;
	box-shadow: -20px -20px 0 var(--light);
}
*/

#content nav .panel {
    width: 42px;
    height: 56px;
    /* background-color: #e0f4fd; */
    background-color: #e8f5fd;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-shrink: 0;
}

#content nav .panel.hide {
	background-color: var(--panelClose-background);
    /* padding-right: 10px; */
    /* padding-right: calc( 10px - 4px + var(--sidebar-closed-width) ); */
	width: 36px;
    height: 56px;
}

#content nav .logo {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#content nav .logo img {
	min-width: 140px;
	max-height: 40px;
	/* padding: 0 10px; */
}

#content nav .user {


}





#content nav a {
	color: var(--dark);
}
#content nav .bx.bx-menu {
	cursor: pointer;
	color: var(--dark);
}
#content nav .nav-link {
	font-size: 16px;
	transition: .3s ease;
}
#content nav .nav-link:hover {
	color: var(--blue);
}
#content nav form {
	max-width: 400px;
	width: 100%;
	margin-right: auto;
}
#content nav form .form-input {
	display: flex;
	align-items: center;
	height: 36px;
}
#content nav form .form-input input {
	flex-grow: 1;
	padding: 0 16px;
	height: 100%;
	border: none;
	background: var(--grey);
	border-radius: 36px 0 0 36px;
	outline: none;
	width: 100%;
	color: var(--dark);
}
#content nav form .form-input button {
	width: 36px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue);
	color: var(--light);
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 0 36px 36px 0;
	cursor: pointer;
}
#content nav .notification {
	font-size: 20px;
	position: relative;
}
#content nav .notification .num {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--light);
	background: var(--red);
	color: var(--light);
	font-weight: 700;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content nav .profile img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
}
#content nav .switch-mode {
	display: block;
	min-width: 50px;
	height: 25px;
	border-radius: 25px;
	background: var(--grey);
	cursor: pointer;
	position: relative;
}
#content nav .switch-mode::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: calc(25px - 4px);
	background: var(--blue);
	border-radius: 50%;
	transition: all .3s ease;
}
#content nav #switch-mode:checked + .switch-mode::before {
	left: calc(100% - (25px - 4px) - 2px);
}



#content nav .user {
	display: flex;
	gap:10px;
	/* margin-right: 5px; */
}

#content nav .user .user-info .user-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    /* background-color: #ffd7e6; */
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    /* text-shadow: 1px 1px 1px #fb9595; */
    box-shadow: 0px 0px 8px 0px rgba(12, 159, 242, 0.20);
	margin-right: 10px;
}

/*
#content nav .user .user-balance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Mona-Sans;
    background-color: #00c26d;
    padding: 0;
    margin: 0;
    border-radius: 26px;
    height: 32px;
	box-shadow: inset 6px 5px 5px 0px rgba(0, 149, 84, 0.40);

}

#content nav .user .user-balance .balance-amount{
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 7px;
    text-shadow: 1px 1px 3px rgba(0, 104, 57, 0.3);
	text-wrap: nowrap;
	letter-spacing: -0.3px;
}

#content nav .user .user-balance .balance-amount .amount-decimal{
    font-size: 10px;
    font-weight: 300;
}
*/


/* NAVBAR */





/* MAIN */

#content main {
	position:relative;
	width: 100%;
	
	/* padding: 18px 24px 40px; */

	font-family: var(--monasans);
	max-height: calc(100vh - 56px);
	/* max-height: calc(100dvh - 56px); */
	overflow-y: auto;
}

#content main.hide {
	/* overflow-y: hidden; */
	overflow-x: hidden;
	height: 100vh;
	height: 100dvh;
}

#content main .main__container {
	padding: var(--main_container-padding);
}

#content.hide .main__container.full-width {
	padding: 0;
}




#content main .head-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 16px;
	flex-wrap: wrap;
}

#content main .head-title .left .breadcrumb {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}
#content main .head-title .left .breadcrumb li {
	color: var(--dark);
}
#content main .head-title .left .breadcrumb li a {
	color: var(--dark-grey);
	pointer-events: none;
}
#content main .head-title .left .breadcrumb li a.active {
	color: var(--blue);
	pointer-events: unset;
}
#content main .head-title .btn-download {
	height: 36px;
	padding: 0 16px;
	border-radius: 36px;
	background: var(--blue);
	color: var(--light);
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	font-weight: 500;
}


#content main .content {
    /* margin-top: 20px; */
}

#content main .content .list {
    /* margin-top: 20px; */
}




/*
#content main .box-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 24px;
	margin-top: 36px;
}
#content main .box-info li {
	padding: var(--container-padding);
	background: var(--light);
	border-radius: 20px;
	display: flex;
	align-items: center;
	grid-gap: 24px;
	box-shadow: 0px 0px 10px 0px rgba(40, 176, 252, 0.15);
}
#content main .box-info li .bx {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content main .box-info li:nth-child(1) .bx {
	background: var(--light-blue);
	color: var(--blue);
}
#content main .box-info li:nth-child(2) .bx {
	background: var(--light-yellow);
	color: var(--yellow);
}
#content main .box-info li:nth-child(3) .bx {
	background: var(--light-orange);
	color: var(--orange);
}
#content main .box-info li .text h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--dark);
}
#content main .box-info li .text p {
	color: var(--dark);	
}
*/



.waiting {
    /*
    position: absolute;
    background: #e8f5fd;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1000;
    opacity: 0.1;
    animation: blink 1s infinite ease-in-out;
    */

    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1000;
    opacity: 1;
    border-radius: 20px;
    isolation: isolate;

}


.waiting > .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    /* height: -webkit-fill-available; */
    /* place-content: center; */
    /* text-align: center; */
    /* animation: blink 1s infinite ease-in-out; */
    z-index: 1;
    font-size: 19px;
    font-weight: 400;
    /* place-items: center; */
    align-items: center;
    display: flex;
    gap: 5px;
    color: #0b97e5;

    padding: 10px 30px;
    background: rgb(255 255 255 / 80%);
    border-radius: 50px;
}

.waiting > .text svg {
    width: 40px;
}

.waiting > .text span {
    animation: blink 1s infinite ease-in-out;
}

.waiting > .background {
    /* animation: blink 1s infinite ease-in-out; */
    background: #e8f5fd;
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.65;
    z-index: -1;
    border-radius: 20px;
}



@keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}







#content main .table-data .todo {
	flex-grow: 1;
	flex-basis: 300px;
}
#content main .table-data .todo .todo-list {
	width: 100%;
}
#content main .table-data .todo .todo-list li {
	width: 100%;
	margin-bottom: 16px;
	background: var(--grey);
	border-radius: 10px;
	padding: 14px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#content main .table-data .todo .todo-list li .bx {
	cursor: pointer;
}
#content main .table-data .todo .todo-list li.completed {
	border-left: 10px solid var(--blue);
}
#content main .table-data .todo .todo-list li.not-completed {
	border-left: 10px solid var(--orange);
}
#content main .table-data .todo .todo-list li:last-child {
	margin-bottom: 0;
}
/* MAIN */
/* CONTENT */


/*************************************/
/* ImageUploader */

.ImageUploader.ImageUploader_og-image .ImageUploader-container {
    margin: 0;
    padding: 0;
    max-width: 300px;
}

.ImageUploader-container {
    margin-bottom: 0;
}


/*************************************/
/* select2 */

.select2-container .select2-selection--single {
    border-radius: var(--input-border-radius);
    border: 1px solid #9bd9ff;
}

.pagination .select2-selection__rendered {
    line-height: 20px !important;
    font-size: 13px;
}

.pagination .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.pagination .select2-selection__arrow {
    height: 20px !important;
}

.pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
    /* height: 26px; */

}

.pagination .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #51a8ff transparent transparent transparent;
}

.pagination .select2-results__option {
    padding: 4px 8px;
}

.select2-selection__rendered {
	/* color: #51a8ff; */
    color: var(--style-general-text-secondary);
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #51a8ff;
    color: var(--style-general-text-secondary);
}

.select2-container--default .selection:focus-visible,
.select2-container--default .select2-selection:focus-visible,
.select2-container--default.select2-container--below.select2-container--focus {
    outline: solid 2px rgb(0 159 242 / 10%);
    border-radius: var(--input-border-radius);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 100;
	color: #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
	color: #000000;
}

/* disabled */
.select2-container--default.select2-container--disabled .select2-selection--single {
    /* background-color: #f4faff; */
    background-color: var(--component-input-primary-background-muted);
    border: 1px solid #e1f1ff;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #999;
    color: red;
    color: #9bd2ff;
    color: #b9dfff;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: #9bd2ff transparent transparent transparent;
}

.select2-dropdown {
    border: 1px solid #9bd9ff;
    border-radius: var(--input-border-radius);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0ca1f3;
    color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:last-child {
    border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
}

.select2-container--default .select2-results__option--selected {
    background-color: #c3e6f9;
}

.select2-container--default .select2-results__option--selected:last-child {
    border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 13px;
}


/*************************************/
/* select2 for pagination */

.pagination .select2-search-choice-close{
	display:none !important;
}

.pagination .select2-container .select2-selection--single {
    height: 21px !important;
}



/*************/

.input-wrapper.has-error .select2-selection {
    border-color: #ff9c9c  !important;
	transition: border-color 0.5s ease-in-out;
}

.input-wrapper.has-error input,
.input-wrapper.has-error textarea {
    border-color: #ff9c9c  !important;
	transition: border-color 0.5s ease-in-out;
}

.input-container .error-message {
	font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
    color: #ff5454;
}

/*************/


div.filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
	gap: 10px;
}

div.filters > div {
    display: flex;
	flex-grow: 1;
    min-width: 300px;
	max-width: 350px;
    align-items: center;
    gap: 10px;
}

div.filters label {
    /* margin-right: 10px; */
    margin-right: 0;
}

div.filters .input-wrapper {
    position: relative;
    display: inline-block;
	width: 100%;
}

div.filters .input-wrapper .clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    font-size: 18px;
}

div.filters .input-wrapper .clear-input:hover {
    color: #000;
}

/*
div.filters input[type="text"]{
	width: 100%;
    height: 28px;
    border-radius: 6px;
    font-family: Mona-Sans;
    font-size: 15px;
    font-weight: normal;
    color: #239bdf;
    border: 1px solid #9bd9ff;
    outline: 0;
    padding: 0 10px;
	background-color: #FFFFFF !important;
}
*/


div.filters select, 
div.filters button {
    /* margin-right: 20px; */
    margin-right: 0;
    padding: 5px;
}

div.filters .button {
    background-color: #000000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    height: 28px;
    padding: 0 10px;
}

div.filters .button.apply {
	background-color: #0ca1f3;
}

div.filters .button.reset {
	background-color: #7dd1ff;
}

div.filters .select2-container {
	width: -webkit-fill-available;
}


/**************************************/
/* MODAL */



/* The Modal Overlay (background) */
.overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 950; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Disable scrolling */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    transition: opacity 0.3s ease;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0.3rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 1rem;
    position: relative;
    width: 80%;
    max-width: 500px;
	border-radius: 26px;
    z-index: 1051; /* Above the overlay */
    transition: transform 0.3s ease;
}

/* The Close Button */
.modal-close {
    position: absolute;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 100;
    top: -36px;
    right: 3px;
    font-family: Mona sans-serif;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #999;
    text-decoration: none;
}

/* Popover Specific Styles */
.popover-overlay {
    display: none; /* Hidden by default */
    position: absolute; /* Positioned relative to trigger */
    z-index: 1060; /* Above other content */
}

.popover-content {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0.3rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    width: var(--width, 200px);
    min-width: var(--min-width, 150px);
    z-index: 1061;
    transition: transform 0.3s ease;
}






/*****************************************************************************************/




.search-box {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.search-box input {
    padding: 5px;
    margin-right: 10px;
    flex: 1;
}

.search-box button {
    background-color: #2C3E50;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info img {
    margin-right: 10px;
}

.user-info span {
    font-size: 14px;
}



.member-list h2 {
    margin-bottom: 20px;
}

.add-member-btn {
    background-color: #1ABC9C;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}



/*****************************************/
/** FORMULAIRE **/



#content main .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 32px;
	/* margin-top: 24px; */
	width: 100%;
	color: var(--dark);
}

#content main .container.split {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: var(--split-columns, 1fr 1fr);
}

/*
#content main .container.split.s1-1 {
    grid-template-columns: 1fr 1fr;
}

#content main .container.split.s2-1 {
    grid-template-columns: 2fr 1fr;
}

#content main .container.split.s3-1 {
    grid-template-columns: 3fr 1fr;
}

#content main .container.split.s1-2 {
    grid-template-columns: 1fr 2fr;
}

#content main .container.split.s1-3 {
    grid-template-columns: 1fr 3fr;
}
*/

#content main .container.form {
	flex-direction: column;
	container: container_form / inline-size;
}

#content main .box-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
    /* margin-top: 24px; */
    width: 100%;
    color: var(--dark);
}


/* #content main .container > div, */
#content main .box {
	width: 100%;
    border-radius: 20px;
    background: var(--light);
    /* padding: 24px; */
    padding: var(--container-padding);
    box-shadow: 0px 0px 10px 0px rgba(40, 176, 252, 0.15);
    overflow-x: auto;
}

#content main .box {
	flex-grow: 1;
	flex-basis: 500px;
	position: relative;
}

#content main .box {
	flex-basis:auto;
}

#content main .box {
	flex-basis:auto;
}

#content main .box.multiple {
	gap: 20px;
	display: grid;
	grid-template-columns: auto auto;
}


#content main .box h2:not(:first-child) {
    padding-top: var(--space-between-elements);
    padding-top: 40px;
}



@media (max-width: 768px) {
    #content main .container.split {
        display: flex;
    }
}



/****************************************/
/* Box Message */
/****************************************/

/*
#content main .box.message {
    position: absolute;
    top: var(--container-padding);
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 8px 10px 3px rgba(40, 176, 252, 0.20);
	width: auto;
	text-align: center;
}

#content main .box.message.show {
    display: block;
    animation: boxMessageShow 0.5s forwards;
}

#content main .box.message.hide {
    animation: boxMessageHide 0.5s forwards;
}

#content main .box.message.success {
    background-color: #ccffe8;
    color: #01c36d;
    border: 1px solid #9df7cf;
}

#content main .box.message.error {
    background-color: #ffcccc;
    color: #c30101;
    border: 1px solid #f79d9d;
}

#content main .box.message.info {
    position:relative;
	top:unset;
	right:unset;
	transform: unset;
	z-index:unset;
	width: 100%;
	text-align:left;
}


@keyframes boxMessageShow {
    from {
        top: -150px;
        opacity: 0;
    }
    to {
        top: var(--container-padding);
        opacity: 1;
    }
}

@keyframes boxMessageHide {
    from {
        top: var(--container-padding);
        opacity: 1;
    }
    to {
        top: -150px;
        opacity: 0;
    }
}
*/

/****************************************/
/* Box Message */
/****************************************/

/*
#content main .box.message {
    position: absolute;
    top: var(--container-padding);
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 8px 10px 3px rgba(40, 176, 252, 0.20);
	width: auto;
	text-align: center;
    opacity: 0;
    transform: translateY(-150px) translateX(50%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#content main .box.message.show {
    display: block;
    transform: translateY(0) translateX(50%);
    opacity: 1;
}

#content main .box.message.hide {
    transform: translateY(-150px) translateX(50%);
    opacity: 0;
}

#content main .box.message.success {
    background-color: #ccffe8;
    color: #01c36d;
    border: 1px solid #9df7cf;
}

#content main .box.message.error {
    background-color: #ffcccc;
    color: #c30101;
    border: 1px solid #f79d9d;
}

#content main .box.message.info {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    z-index: unset;
    width: 100%;
    text-align: left;
}
*/

/****************************************/
/* Box Toast */
/****************************************/

/*
.box-toast {
    position: absolute;
    top: var(--container-padding);
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 8px 10px 3px rgba(40, 176, 252, 0.20);
    width: auto;
    text-align: center;
	opacity:0;

    padding: var(--container-padding);
    background: var(--light);

}

.box-toast.fixed {
    position: fixed;
	top: calc(56px + var(--container-padding));
}

.box-toast.ontop {
    z-index: 1000;
}

.box-toast.show {
    display: block;
    animation: boxToastShow 0.5s forwards;
}

.box-toast.hide {
    animation: boxToastHide 0.5s forwards;
}

.box-toast.success {
    background-color: #ccffe8;
    color: #01c36d;
    border: 1px solid #9df7cf;
}

.box-toast.error {
    background-color: #ffcccc;
    color: #c30101;
    border: 1px solid #f79d9d;
}

.box-toast.info {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    z-index: unset;
    width: 100%;
    text-align: left;

	display:block;
	opacity: 1;

	box-shadow: 0px 0px 10px 0px rgba(40, 176, 252, 0.15);

}

@keyframes boxToastShow {
    from {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes boxToastHide {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-150px);
    }
}
*/


/****************************************/
/* Box Toast */
/****************************************/

/*
.toast-wrapper {
    position: absolute;
    top: var(--container-padding);
    right: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
}

.toast-wrapper.show {
    display: flex;
    animation: boxToastShow 0.5s forwards;
}

.toast-wrapper.hide {
    animation: boxToastHide 0.5s forwards;
}

.toast-wrapper.fixed {
    position: fixed;
    top: calc(56px + var(--container-padding));
}

.toast-wrapper.ontop {
    z-index: 1000;
}

.box-toast {
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 8px 10px 3px rgba(40, 176, 252, 0.20);
    text-align: center;
    padding: var(--container-padding);
    background: var(--light);
    opacity: 1;
    transform: translateX(0);
}

.box-toast.success {
    background-color: #ccffe8;
    color: #01c36d;
    border: 1px solid #9df7cf;
}

.box-toast.error {
    background-color: #ffcccc;
    color: #c30101;
    border: 1px solid #f79d9d;
}


.box-toast.info {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    z-index: unset;
    width: 100%;
    text-align: left;

	display:block;
	box-shadow: 0px 0px 10px 0px rgba(40, 176, 252, 0.15);
	opacity: 1;
}

@keyframes boxToastShow {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes boxToastHide {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-150px);
    }
}

*/


/****************************************/
/* Box Toast */
/****************************************/

:root {
    --toast-containeroffset: 56px;
}

.toast {
    position: absolute;
	left: 0;
    width: 100%;

    display: flex;
    justify-content: center;
}

.toast.top {
	top: 0;
    transform: translateY(-50%);
}

.toast.right {
    justify-content: right;
}

.toast.left {
    justify-content: left;
}

.toast-container {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-y: auto;
    /* height: calc(100dvh - 56px); */
	max-height: calc(100dvh - 56px);
    padding: var(--container-padding);
}

.toast-container.no-overflow{
	overflow-y:unset;
}

.toast-wrapper {
	position: relative;
    display: flex;
    width: 100%;
    animation: ToastShow 0.5s forwards;
	justify-content: center;
	z-index: 10;
	margin-bottom: 10px;
	transition: height 0.3s ease, margin-bottom 0.3s ease;
}

.toast.right .toast-wrapper {
    justify-content: right;
}

.toast.left .toast-wrapper {
    justify-content: left;
}

.toast-wrapper.ontop {
    z-index: 1001; /* 1 more than the nav bar */
}

.toast-wrapper.show .toast-box {
    transform: translateY(0);
}

.toast-wrapper.hide .toast-box {
    animation: ToastHide 0.25s ease-in-out;
	transition: all 0.5s ease-in-out;
    opacity: 0;
}

/* Animation spécifique pour les éléments avec la classe top */
.toast.top .toast-wrapper.hide .toast-box {
    animation: ToastHideTop 0.25s ease-in-out;
}

.toast-wrapper.hide {
    height: 0;
    margin-bottom: 0;
    /*overflow: hidden;*/
    transition: height 0.3s ease, margin-bottom 0.3s ease;
}

/*
.toast.top .toast-wrapper.hide{
	height: fit-content;
}
*/

.toast-box {
	--toast-box__close_button-right-offset: 8px;
    --toast-box__close_button-top-offset: 7px;
    --toast-box__close_button-width: 15px;
    --toast-box__close_button-height: 15px;

	position: relative;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 8px 10px 3px rgba(40, 176, 252, 0.20);
    text-align: center;
    padding: var(--container-padding);
    background: var(--light);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;

	height: fit-content; /* Ajout test*/
}

.toast-box.success {
	--toast-box_color: #01c36d;

    background-color: #ccffe8;
    color: var(--toast-box_color);
    border: 1px solid #9df7cf;
}

.toast-box.error {
	--toast-box_color: #c30101;

    background-color: #ffd5d5;
    color: var(--toast-box_color);
    border: 1px solid #fdbaba;
}

.toast-box.note {
	--toast-box_color: #6c05f3;

    background-color: #f1ccff;
    color: var(--toast-box_color);
    border: 1px solid #ca9df7;
}


.toast-box .toast-box__close {
    position: absolute;
    top: calc(-1 * var(--toast-box__close_button-right-offset));
    right: calc(-1 * var(--toast-box__close_button-top-offset));
    width: var(--toast-box__close_button-width);
    height: var(--toast-box__close_button-height);
    border: none;
    cursor: pointer;
    color: #cccccc;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Ajuster pour arrondir le bouton si besoin */
    background: white;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.06);
}

.toast-box.success .toast-box__close {
    /* color: var(--toast-box_color); */
}

.toast-box.error .toast-box__close {
    /* color: var(--toast-box_color); */
}

.toast-box .toast-box__close:hover {
    color: #000000;
}


.toast-box .toast-box__progress {
    position: absolute;
    bottom: 2px;
	transform-origin: right;
	right: calc( var(--container-padding) / 2 );
    height: 3px;
    background-color: rgba(0, 0, 0, 0.10);
    width: calc(100% - ( var(--container-padding) ));  /* Départ de la barre à 100% */
    transition: width linear;
    border-radius: 3px;  /* Ajout du border-radius */
    background-color: rgb(129 129 129 / 100%);
    mix-blend-mode: color-burn;
}


@keyframes ToastShow {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ToastHide {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-150px);
    }
}

/* Animation spécifique pour les éléments avec la classe top */
@keyframes ToastHideTop {
    0% {
        opacity: 1;
        transform: translateY(-50%);
    }
    100% {
        opacity: 0;
        transform: translateY(-150%);
    }
}






























/*********************/

#content main .submit {
    flex-basis: auto;
    border-radius: unset;
    background: transparent;
    /* padding: 24px; */
	padding: var(--container-padding);
    box-shadow: none;
    overflow-x: auto;
    display: flex;
	justify-content: center;
}



/****************************************/
/* prc */
/****************************************/

.prc.visible{
	/* min-width: 0px; */
	/* width: max-content; */
	width: min-content;
	/* width: 100dvw; */
}

.prc.visible::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: calc( var(--container-padding) * -1);
    width: var(--container-padding);
    height: 100%;
    /* background: red; */
    vertical-align: middle;
}

/****************************************/


#content main .container .form {
	--column-count : 1;

	display: grid;
	gap: 15px 20px;
	grid-template-columns: repeat( var(--column-count), minmax(80px, 170px) minmax(200px, 900px ) );
	/* margin-top: 10px; */
	/* max-width: 50%; */
	position: relative;

}

#content main .container.split .form {
	grid-template-columns: repeat( var(--column-count), minmax(80px, 140px) minmax(200px, 900px ) );
}


#content main .container .form > div.group-2-lines {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 680px;
    min-width: 150px;
    gap: 20px;
}

#content main .container .form > div.group-2-lines .label{
    padding: 10px 0px;
}

#content main .container #custom-fields-container {
    display: flex;
    flex-direction: column;
}

#content main .container #custom-fields-container > div {
    display: grid;
    flex-grow: 1;
    max-width: clamp(500px, 100%, 100%);
    gap: 10px;
    /* grid-template-columns: 1fr 60px 150px minmax(500px, 100%) 1fr 1fr 1fr 1fr; */
    padding: 10px;
    border-radius: 13px;
    /* background-color: aliceblue; */
    background-color: #f4faff;
    transition: all 0.35s ease-in-out;
}


#content main .container.form .box .button {
    margin-top: 20px;
}

#content main .container .form > div.group-2-lines.custom-field {
    /* grid-template-columns: 1fr 3fr; */
    /* grid-template-columns: minmax(130px, 1fr) 3fr 60px 60px; */
    grid-template-columns: 40px 60px 100px minmax(130px, 1fr) 3fr 60px 60px;
    max-width: 100%;
}

#content main .container .form > div.group-2-lines.custom-field .valign-top {
    place-self: normal;
}

#content main .container .form > div.group-2-lines.custom-field .drag-handle {
    cursor: move;
    color: #3da5f1;
    font-size: 14px;
    background-color: #FFFFFF;
    width: 26px;
    border-radius: 50px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@container container_form (width > 800px) {
	#content main .container .form { 
        --column-count : 2;
    }
}

@container container_form (width > 800px) {
	#content main .container .form .full { grid-column: span 4; }
	#content main .container .form .full .input-container { grid-column: span 3; }

    #content main .container .form .half { grid-column: span 4; }
	#content main .container .form .half .input-container { grid-column: span 1; }

    #content main .container .form > div.group-2-lines {
        grid-column: span 4;
    }

}

#content main .container .form .full .input-container.full { grid-column: span 4; }


#content main .container .form.questions {
	/* grid-template-columns: 1fr; */
	/* gap: 10px; */

    /* display: block; */
    /* overflow: hidden; */
    /* width: min-content; */

	gap: 10px;
    display: flex;
    flex-direction: column;

    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
    opacity: 1;
	visibility: visible;
}

#content main .container .form.questions.hidden {
    opacity: 0;
    visibility: hidden;
}


#content main .container .form.questions .label {
	min-width: 100%;
	padding-bottom: 5px;
}

#content main .container .form.questions .label.question {
	min-width: 150px;
	padding:0;
}

#content main .container.form .box.questions .button {
	margin-top: 20px;
}

#content main .container.form .box.questions .question-id {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


#content main .container .form > div {
    /* display: flex; */
    /* flex-grow: 1; */
    min-width: 300px;
    /* max-width: 50%; */
	max-width: clamp(500px, 1000px, 50%);
    align-items: center;
    gap: 10px;

	display: grid;
	/* grid-template-rows: subgrid; */
	grid-template-columns: subgrid;
	/* grid-row: span 2; */
	grid-column: span 2;

}

#content main .container .form.questions > div {
    /* display: flex;
    flex-grow: 1;
	max-width: clamp(500px, 100%, 100%);
    align-items: center;
    gap: 10px;
	min-width: fit-content; */

    /* min-width: 300px;
    max-width: 50%; */


    display: grid;
    flex-grow: 1;
    max-width: clamp(500px, 100%, 100%);
    gap: 10px;
    /* grid-template-columns: 150px minmax(500px, 100%) 1fr 1fr 1fr 1fr; */
    /* grid-template-columns: 150px minmax(500px, 100%) 1fr 1fr 1fr; */
    /* grid-template-columns: 1fr 150px minmax(500px, 100%) 1fr 1fr 1fr; */
    /* grid-template-columns: 1fr 60px 150px minmax(500px, 100%) 1fr 1fr 1fr; */
    grid-template-columns: 1fr 60px 150px minmax(500px, 100%) 1fr 1fr 1fr 1fr;

	padding: 10px;
    border-radius: 13px;

	/* background-color: aliceblue; */
	background-color: #f4faff;

	transition: all 0.35s ease-in-out;

}


#content main .container .form.questions > div.deactivated {
	background-color: #fff6f6;
	transition: all 0.35s ease-in-out;

}
#content main .container .form.questions > div.deleted {
	background-color: #ffbcbc;
	transition: all 0.35s ease-in-out;
}

#content main .container .form.questions > div.new {
	background-color: #e1fff2;
	transition: all 0.35s ease-in-out;
}


#content main .container .form.questions .drag-handle {
    cursor: move;
    color: #3da5f1;
    font-size: 14px;
    background-color: #FFFFFF;
    width: 26px;
    border-radius: 50px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content main .container .form.questions .sortable-ghost {
    cursor: move;
	/* background-color: #e1fff2 !important; */
	background-color: #efefef !important;
	transition: all 0.35s ease-in-out;
}

#content main .container .form.questions .sortable-ghost .drag-handle {
	/* color: #00854b ; */
	color: #a5a5a5 ;
}



#content main .container .form .label {
    /* margin-right: 10px; */
    margin-right: 0;
	/* min-width: 150px; */
	/* max-width: 170px; */
	font-size: 12px;
	line-height: 12px;
}

#content main .container .form .label sup.mandatory {
    color: red;
    font-size: 16px;
    margin-top: -1px;
    position: absolute;
    margin-left: 2px;
    font-weight: bold;
}
#content main .container .form .label sup.mandatory.conditional {
    color: #009fff;
}

#content main .container .form label {
    /* margin-right: 10px; */
    margin-right: 0;
	/* min-width: 210px; */
	font-size: 14px;
}


#content main .container .form .input-container{
    position: relative;
    display: inline-block;
    width: 100%;
	/* min-width: 300px; */
}

#content main .container .form .input-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

#content main .container .form .input-line span.text{
    font-size: 11px;
    color: var(--style-general-text-muted);
}


#content main .container .form .input-wrapper {
    position: relative;
    display: inline-block;
    display: block;
    width: 100%;
}

#content main .container .form .input-wrapper.single {
    height: 32px;
	display: grid;
	align-items: center;
	justify-content: center;
}

#content main .container .form .input-wrapper .clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    font-size: 18px;
}



/* #content main .container .form input[type="text"] { */
/* #content main .container .form input { */
input {
    width: 100%;
    height: 28px;
    border-radius: var(--input-border-radius);
    font-family: Mona-Sans;
    font-size: 14px;
    font-weight: normal;
    /* color: #239bdf; */
    color: var(--style-general-text-secondary);
    border: 1px solid #9bd9ff;
    /* box-shadow: inset 6px 6px 6px 0px rgb(209 229 241 / 60%); */
    outline: 0;
    padding: 0 10px;
    /* background-color: #FFFFFF !important; */
    background-color: #FFFFFF;
}

input:disabled {
    border: 1px solid #e1f1ff;
    color: #b9dfff;
    background-color: var(--component-input-primary-background-muted);
}

input:focus-visible {
    outline: solid 2px rgb(0 159 242 / 10%);
    border-radius: var(--input-border-radius);
}

/* #content main .container .form textarea { */
textarea {
    width: 100%;
    border-radius: var(--input-border-radius);
    font-family: Mona-Sans;
    font-size: 14px;
    font-weight: normal;
    color: #239bdf;
    color: var(--style-general-text-secondary);
    border: 1px solid #9bd9ff;
    /* box-shadow: inset 6px 6px 6px 0px rgb(209 229 241 / 60%); */
    outline: 0;
    padding: 6px 10px;
    /* background-color: #FFFFFF !important; */
    background-color: #FFFFFF;

	/* display: inline-block; */
	vertical-align: bottom;
	resize: none;
}

textarea:disabled {
    border: 1px solid #e1f1ff;
    color: #b9dfff;
    background-color: var(--component-input-primary-background-muted);
}

textarea:focus-visible {
    outline: solid 2px rgb(0 159 242 / 10%);
    border-radius: var(--input-border-radius);
}


/*******/

input[type='checkbox'].btn-switch {
	display: none;
}

label.btn-switch {
	background-color: #e1e1e1;
    width: 58px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
label.btn-switch > .slider {
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
    background-color: white;
    border-radius: 12px;
    margin: 4px;
    transition: all 0.25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

input[type='checkbox']:checked + .btn-switch {
	background-color: #01c36d;
}

input[type='checkbox']:checked + .btn-switch > .slider {
	/* align-self: flex-end; */
	transform: translateX(26px);
}




label.btn-switch.m {
    width: 48px;
    height: 28px;
}

label.btn-switch.m > .slider {
    height: 21px;
    width: 21px;
    margin: 3px;
    aspect-ratio: 1 / 1;
}

input[type='checkbox']:checked + .btn-switch.m > .slider {
    transform: translateX(20px);
}



/*******/

/* input[type="checkbox"] + label { */
label.btn-checkbox,
label.btn-checkbox.l {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px !important;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    font-family: system-ui;
    background-color: white;
}

/* input[type="checkbox"]:checked + label:after { */
input[type="checkbox"]:checked + .btn-checkbox:after {
	background-color: #097bc3;
    position: relative;
    content: '\2714';
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    color: white;
    box-sizing: border-box;
}

input[type="checkbox"]:checked + .btn-checkbox {
	border: 0;
}

input[type="checkbox"].btn-checkbox {
	display: none;
}

label.btn-checkbox.sm{
    width: 16px;
    height: 16px;
    font-size: 12px !important;
	border-radius: 3px;
}

label.btn-checkbox.m{
    width: 20px;
    height: 20px;
    font-size: 14px !important;
	border-radius: 4px;
}

label.btn-checkbox.l{
    width: 24px;
    height: 24px;
    font-size: 16px !important;
	border-radius: 5px;
}

label.btn-checkbox.xl{
    width: 28px;
    height: 28px;
    font-size: 20px !important;
	border-radius: 6px;
}

label.btn-checkbox.xxl{
    width: 32px;
    height: 32px;
    font-size: 22px !important;
	border-radius: 7px;
}

label.btn-checkbox.background-color_red:after{ background-color: var(--red) !important; }
label.btn-checkbox.border-color_red{ border-color: var(--red) !important; }

label.btn-checkbox.background-color_blue:after{ background-color: var(--blue) !important; }
label.btn-checkbox.border-color_blue{ border-color: var(--light-blue) !important;} 




/*******/

input[type='checkbox'] {
	width:20px !important;
}

input[type='checkbox']:checked.delete {
	accent-color: red;
}






/************
#content main .table-data .head {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	margin-bottom: 24px;
}
#content main .table-data .head h3 {
	margin-right: auto;
	font-size: 24px;
	font-weight: 600;
}
#content main .table-data .head .bx {
	cursor: pointer;
}
**************/


#content main .table-data {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
	/* margin-top: 24px; */
	width: 100%;
	color: var(--dark);
}


#content main .table-data > div {
	border-radius: 20px;
	background: var(--light);
	/* padding: 24px; */
	padding: var(--container-padding);
	box-shadow: 0px 0px 10px 0px rgba(40, 176, 252, 0.15);
	overflow-x: auto;
}

#content main .table-data .table-list {
	flex-grow: 1;
	flex-basis: 500px;
}


/***********************/

#content main .table-data .table-list .no-data {
    width: 100%;
	min-height:300px;
	display: flex;
	justify-content: center;
	align-items: center;
    /* background-color: red; */
}


/***********************/




#content main .table-data .table-list table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    table-layout: fixed;
    word-wrap: break-word;
}

#content main .table-data .table-list table, 
#content main .table-data .table-list th, 
#content main .table-data .table-list td {
    /* border: 1px solid #ccc; */
	border-bottom: 1px solid #d4f0ff;
    border-right: 1px solid transparent; /* separation de 1px sur le coté droit */
}

#content main .table-data .table-list table col {
	width: auto;
}

#content main .table-data .table-list table th {
	position: relative;
	/* padding-right:30px; */
	text-align: left;
	font-size: 12px;
	padding: 16px 20px 16px 6px;
	border-bottom: 1px solid #0ca1f3;

    font-size: 11px;
    font-weight: 600;
}

#content main .table-data .table-list table th.actions {
    text-align: center;
	padding: 16px 6px;
}


#content main .table-data .table-list table th.sortable {
    cursor: pointer;
    text-align: left;
    padding: 16px 20px 16px 3px;
}

#content main .table-data .table-list table th.sortable:hover {
    background-color: #f3f3f3;
    /* border-radius: 12px 12px 0 0; */
}


#content main .table-data .table-list table th.not-sortable {
    cursor: default;
    text-align: left;
    padding: 16px 6px;
}

#content main .table-data .table-list table th.not-sortable:hover {
    background-color: transparent;
}

#content main .table-data .table-list table th.not-sortable > span.column-title {
    cursor: text;
}

#content main .table-data .table-list table th.not-sortable > span.column-order {
    display:none;
}



#content main .table-data .table-list table th.sortable.ordering-asc, 
#content main .table-data .table-list table th.sortable.ordering-desc {
    /* background-color:#f9f9f9; */
}

#content main .table-data .table-list table thead span.column-title {
    /* font-size: 13px; */
    font-size: inherit;
	/* text-wrap: nowrap; */
}

#content main .table-data .table-list table thead span.column-order {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 10px;

    right: 3px;
    width: 8px;
}

#content main .table-data .table-list table thead span.column-order:before, 
#content main .table-data .table-list table thead span.column-order:after {
    left: 0;
    opacity: 0.125;
    line-height: 0.5rem;
    font-size: 0.6rem;

    opacity: 0.2;
    font-size: 0.5rem;
}

#content main .table-data .table-list table thead span.column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "▲";
    content: "▲" / "";
}

#content main .table-data .table-list table thead span.column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    content: "▼" / "";
}

#content main .table-data .table-list table th.ordering-asc span.column-order:before, 
#content main .table-data .table-list table th.ordering-desc span.column-order:after {
    /* opacity: 0.6; */
    opacity: 1;
    color: #0ca1f3;
}


#content main .table-data .table-list table thead tr.top {
	/* background-color: red; */
}

#content main .table-data .table-list table thead tr.top th {
    padding: 10px 0;
    border-bottom: 1px solid #c3e6f9;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: 500;
    color: #279cdf;
}

#content main .table-data .table-list table td {
	/* padding: 16px 0; */
}
#content main .table-data .table-list table tr td:first-child {
	text-align: left;
}

#content main .table-data .table-list table td img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}
#content main .table-data .table-list table tbody tr:hover {
	/* background: var(--grey); */
	background-color: #f7feff;
}

#content main .table-data .table-list table tbody tr:last-child td {
	border-bottom: 1px solid transparent !important;
}

#content main .table-data .table-list table tbody tr td {
	font-size: 13px;
	font-size: 12px;
	font-size: 11px;
	padding: 13px 6px;
	padding: 10px 3px;
}


#content main .table-data .table-list table .text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#content main .table-data .table-list table .thin-text {
	font-weight: 400;
}

#content main .table-data .table-list table .bold-text {
	font-weight: 600;
}

#content main .table-data .table-list table .grey-text {
	color: #808080;
}
#content main .table-data .table-list table .blue-text {
	color: #279cdf;
}

#content main .table-data .table-list table .xsmall-text {
	font-size: 10px;
}
#content main .table-data .table-list table .small-text {
	font-size: 11px;
}
#content main .table-data .table-list table .medium-text {
	font-size: 12px;
}
#content main .table-data .table-list table .large-text {
	font-size: 13px;
}
#content main .table-data .table-list table .xlarge-text {
	font-size: 14px;
}

#content main .table-data .table-list table .text-center {
	text-align: center;
}
#content main .table-data .table-list table .text-left {
	text-align: left;
}
#content main .table-data .table-list table .text-right {
	text-align: right;
}



#content main .table-data .table-list table tbody tr td.actions > div {
    display: flex;
    gap: 8px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}




/*****************
#content main .table-data .table-list table tr td .status {
	font-size: 10px;
	padding: 6px 16px;
	color: var(--light);
	border-radius: 20px;
	font-weight:700;
}
#content main .table-data .table-list table tr td .status.completed {
	background: var(--blue);
}
#content main .table-data .table-list table tr td .status.process {
	background: var(--yellow);
}
#content main .table-data .table-list table tr td .status.pending {
	background: var(--orange);
}
******************/


/* STATUS */
.status {
    font-size: 11px;
    padding: 6px 10px;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    width: max-content;
    place-self: center;
    white-space: nowrap;

}

.status.validated {
    background: #07d97a;
}
.status.unvalidated {
    background: #dc3545;
}


.status.root {
    background: #c407d9;
}

.status.default_page {
    background: #c407d9;
}

.status.sitemap {
    background: #d9a407;
}





.status.published {
    background: #07d97a;
}
.status.scheduled {
    background: #0ca1f3;
}

.status.generated_by_member {
    background: #07d97a;
}
.status.generated_by_manual {
    background: #b0b0b0;
}

/* GENDER */
.gender {
    font-size: 11px;
    padding: 6px 10px;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    width: max-content;
    place-self: center;
    white-space: nowrap;

}

.gender.man {
    background: #d3ebff;
}
.gender.woman {
    background: #fed3e5;
}




/* BUTTONS */

.btn {
	font-family: var(--monasans);
    display: inline-block;
    font-weight: 400;
    /* line-height: 1.5; */
	line-height: 1;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
	padding: 3px 6px;
    /* font-size: 1rem; */
    font-size: 13px;
    /* border-radius: .25rem; */
	border-radius: 6px;
    transition: 
		color .15s ease-in-out, 
		background-color .25s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out, 
		opacity .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0ca1f3;
    /* border-color: #0d6efd; */
}

.btn-primary:hover {
    color: #fff;
    background-color: #0194e4;
    /* border-color: #0a58ca; */
}

.btn-submit {
    font-size: 18px;
    color: #fff;
    background-color: #0ca1f3;
    padding: 7px 23px;
    font-weight: 700;
    border-radius: 50px;

	box-shadow: 
		0px 3px 0px 0px rgb(126 209 255),
		0px 5px 10px 0px rgba(40, 176, 252, 0.5)
	;
	text-wrap: nowrap;

}


.btn-submit:hover {
    color: #fff;
    background-color: #0194e4;
    /* border-color: #0a58ca; */

	box-shadow: 
		0px 3px 0px 0px rgb(126 209 255), 
		0px 7px 13px 0px rgba(40, 176, 252, 0.7);
	;

}

.btn-submit:disabled {
    background-color: #9ddeff;
    cursor: not-allowed;
    color: rgb(255, 255, 255, 0.8);
}

/*
.btn.disabled,
.btn:disabled,
.btn[disabled]{
    opacity: 0.6;
    cursor: not-allowed;
}
*/


	/* a:hover {
		color: #0a58ca;
	} */


/*

a.button, 
a.button:focus, 
a.button:visited {
	color: #FFFFFF;
}

a.button {
	text-decoration: none;
	background-color: #000000;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	border-radius: 8px;
}

.button:hover{
	filter: brightness(95%);
}

.button.action-edit {
	color:black;
    background-color: #3498DB;
}

.edit-btn:hover {
	//background-color: #2182c3;
}

 .button.action-delete {
    background-color: #E74C3C;
}

*/




/* PAGINATION */


.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
	gap: 10px 20px;
}

.pagination.top {
    margin-bottom: 20px;
}

.pagination.bottom {
    margin-top: 20px;
}

.pagination__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.pagination__controls a, .pagination__controls span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 7px;
    border: 1px solid #9bd9ff;
    border-radius: 10px;
    color: #51a8ff;
    text-decoration: none;
    cursor: pointer;
    min-width: 1.5rem;
    font-size: 13px;
    min-height: 1.5rem;
    background-color: #ffffff;

}

.pagination__controls span.active {
    font-weight: bold;
    background-color: #0ca1f3;
    color: #fff;
    border: none;
	cursor:initial;
}

.pagination__controls span.dots {
    background-color: transparent;
    border: none;
    padding: 0;
    min-width: unset;
    cursor: initial;
}



.pagination__controls a:hover {
	font-weight: normal;
    background-color: #ffffff;
    color: #00a4ff;
    border: 1px solid #0ca1f3;
}

/*
.pagination__controls span {
    padding: 5px 10px;
    color: #999;
}
*/

.pagination__controls span.disabled {
    background-color: transparent;
    border: 1px solid #c3e6f9;
    color: #c3e6f9;
    cursor: initial;
}

.pagination__details {
    /* font-size: 0.80rem; */
    font-size: 13px;
    letter-spacing: -0.03rem;
    text-wrap: nowrap;
    color: #003d69;
	line-height: 21px;

    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;	
}

.pagination__info.large {
	display:initial;
}

.pagination__info.small {
	display:none;
}


@media (max-width: 768px) {

	.pagination {
		flex-direction: column;
	}

	.pagination.top {
		margin-bottom: 10px;
	}	

	.pagination__details {
		width: 100%;
	}

	.pagination__info.large {
		display:none;
	}

	.pagination__info.small {
		display:initial;
	}	

    .content {
        max-width: 100%;
        /* padding: 10px; */
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .sidebar ul li {
        display: inline-block;
        margin: 0 10px;
    }
    .header {
        flex-direction: column;
    }
    .search-box {
        margin-bottom: 10px;
        width: 100%;
    }
    .user-info {
        justify-content: center;
        width: 100%;
    }

    .filters {
        /* justify-content: space-between; */
    }
}