:root {
	--fml-color: #01467F;
}

.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.group-entete-title {
	text-align: left;
	padding-left: 2vh;
	font-size: 2.5vh;
    line-height: 7vh;
	font-weight: bold;
	text-transform: uppercase;
}
.group-entete-header {
    height: 7vh;
	color: var(--fml-color);
    line-height: 1vh;
	border-color: var(--fml-color);
	border-top: 0.2px solid;
	border-bottom: 0.2px solid;
}
.group-entete-inactive{
	display: none;
}
.group-entete-active{
	display: block;
}

.rpa-bulle{
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.rpa-add-step{
	position: fixed;
	top: 7.5rem;
	right: 0.5rem;
}

.rpa-step{
	border: 1px solid lightgrey;
	background-color: #f8f9fa !important
}

.rpa-question{
	border: 1px solid lighhtgrey;
	border-radius: 7%;
	background-color: #17a2b8 !important
}

.btn-rpa-save{
    position: fixed;
    bottom: -30px;
    margin-top: -40px;
	left: 0px;
	background-color: #f8f9fa !important;
}

.btn-no-show{
	display: none;
}

/* ##  ADD TO BOOTSTRAP ## */
.input-group-text{
	width: 45px;
	height: 45px;
}
.mb-6{
	margin-bottom: 4rem !important;	
}
.mb-7{
	margin-bottom: 5rem !important;
}