.dropoverlay .do-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: none; }
  .dropoverlay .do-content.showOverlay {
    display: inline; }

.dropoverlay .do-defaultcontent {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  border:  dashed 2px;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 10px;
  height: 100%; }

.dropoverlay.showOverlay {
  position: relative; }
