.kt-header__topbar-item .dropdown-menu .kt-user-card__details {
	width: 100% !important;
}

.kt-header__topbar-item .dropdown-menu .kt-user-card__details .kt-user-card__position {
	display: block;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	width: 100% !important;
	padding-top: 10px !important;
}


/*
  use for before div vertical line
*/
.form-group.row.no-gutters.v-line-su-que::before {

	content: '';
	width: 0;
	height: 100px;
	position: absolute;
	border: 1px solid #dddd;
	top: 10px;
	left: 15px;
  
  }
  
  .row.v-line {
    border-left: 5px solid #dddd;
    padding-left: 15px;
}

.d-content{
    display: contents;
}

.mg-inner-cust .form-group{
  margin: 0;
}