.text-light a{
color: white;
}
.text-light a .dataicon{
color: white;
}
    #data-listview-content{
        min-width: 450px;
    }
.wuedive .dive-header-hr{
border-top: 2px solid rgba(0, 74, 143,.3);
}

.wuedive .card-custom-logo{
max-height: 50px;
max-width: 200px;
width: 200px;
}
.wuedive .card-custom-logo img{
max-width: 200px;
max-height: 50px;
}
.wuedive .table-custom-logo{
max-height: 25px;
max-width: 100px;
width: 100px;
}
.wuedive .table-custom-logo img{
max-width: 100px;
max-height: 25px;
}
.wuedive .wuedive-elipsis{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wuedive .wuedive-row{
min-height: 4.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

.wuedive .stickynote div {
  font-size: 1rem;
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  min-height:16em;
  width:22em;
  padding:1em;
  margin-left: -50px;
  margin-top: 15px;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  transform: rotate(-6deg);
  transition: transform .15s linear;
}
.wuedive .stickynote div:empty {
  display:none;
}

.wuedive .dive-optional:has(> div:empty) {
  display: none;
}

.dive-optional div:empty {
  display:none;
}

.dive-optional:has(> div:empty) {
  display: none;
}
