/* .cardQualitas{ */
/* 	width: 540px; */
/* 	height: 200px; */
	
/* /*   background-color: #9a3295; */ */
/*   background: var(--q-morado-95, #ffebf7); */
/*   background: linear-gradient(#9a3295, #774474); */
/*   color: #49505; */
/*   border: 0px; */
/*   border-radius: 20px; */
/* /*   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */ */
/* } */
.nav-link{
	background: 0 0;
    border: 0;
    border-radius: .25rem;
}
.nav-pills .nav-link{
	background: 0 0;
    border: 0;
    border-radius: .25rem;
}  
.nav-btn.btn-unstyled:focus, .nav-link:focus, .nav-underline .tab a:focus{
	z-index: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #9a3295 !important;
  color: white !important;
}
.nav-pills .nav-link.active{
	background-color: #9a3295 !important;
  	color: white !important;
}
.dropdown-divider{
  border-top: 1px solid #9a3295;
}
label {
  margin-bottom: 8px !important;
}
.cardViewDeducible{
  height: 400px;
  max-height: 400px;
  overflow-y: auto;
}
.badge-content{
  align-items: center !important;
}
.img-card{
    width: 205px;
    height: 180px;
    top: 5px;
    right: 23px;
    position: relative;
}
.card-body {
    padding: 50px 32px 0;
}
.form-badge {
	width: auto !important;
}
.body-content {
	flex-direction: row !important ;
}
input[type='number'] {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--strokes-gray, #caccce);
    width: 100%;
}
input[type='email'] {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--strokes-gray, #caccce);
    width: 100%;
}