.card-tabs-dashboards{
  /* position: absolute;
  top: 0px;
  bottom: 0px !important;
  
  left: 0px;
  right: 0px; */
  z-index: 1;
}


.dashboard{
  height: 600px;
}

.tab-dashboard{
  position: absolute;
  padding: 0px;
  overflow: hidden
}

.card-tabs-dashboards iframe{
  height: 100%;
  width: 100%;
  border: none;
}
