#planes_tabla_wrapper {
	width: 100%;
	overflow: auto;
}
.card-list-item{
	display: flex;
	gap: 16px
}

.card-list-icon {
		color: #255baa;
}

.blueBg-whiteText{
	background-color: #255baa;
	color: white
}

.lightblueBg-whiteText{
	background-color: #255acc;
	color: white
}

.card-base-styles {
	border-radius: 12px;
    box-shadow: 0px 3px 3px 0px #0006;
    overflow: hidden;
}

.plans-card .card-header {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.plans-card .card .card-body{
	border: 3px solid transparent;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	border-top-width: 0px; 
	&.highlighted {
	    border: 3px solid #255acc;
		border-bottom-right-radius: 12px;
	    border-bottom-left-radius: 12px;
		border-top-width: 0px; 
	}
}
