

.stepper .line {
	 width: 2px;
	 background-color: lightgrey !important;
}
 .stepper .lead {
	 font-size: 1.1rem;
}


.stepper .line {
	width: 2px;
	height:20px;
	background-color: lightgrey !important;
}
.stepper .lead {
	font-size: 1.1rem;
}

.step-tooltip{

}

.step-tooltip-popup{
	position:absolute;
	background-color: #f0f0f0;
	color: #000;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	width: 70%;
	transform: translateX(-50%);

}

.info-tiptext {
	display: none;
	position: absolute;
	background-color: #f0f0f0;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	/* bottom: 100%; */
	left: 30%;
	transform: translateX(-30%);
}


#textContainer {
	position: absolute;
	background-color: #f0f0f0;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
	width: 80%;
}

.btn-primary{
	background-color: #1DA797;
	color: #ffffff;
}

.border-top-none{
	border-top: none !important;
}


.btn-circle.btn-sm { 
    width: 20px;
    height: 20px;
    padding: 3px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.w-30 {
	width: 30% !important; }

.invalid-small-text{
    font-size: 60%;
}


.risk-green{
	background-color: #008000FF !important;
}

.risk-red{
	background-color: #FF0000FF !important;
}

.risk-orange{
	background-color: #FFA500FF !important;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #000000 !important; }


.ai_output_container{
	background: #ddd7d7;
	padding: 1rem;
}

svg{
height: 1.5rem;
}


ul {
	list-style: none; /* Removes default bullet points */
	padding: 0; /* Removes default padding */
}

li {
	margin-bottom: 1rem; /* Adds 1rem spacing between list items */
}

::placeholder {
	color: #010705;
	font-style: italic;
	opacity: 1; /* Firefox */
}

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

tr.left{
	background-color: beige !important;
}
