form { margin: 0px; }

p { margin: 0px; }

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background:rgba(0,0,0,0); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.6); }

h1.ellipsis, h2.ellipsis, h3.ellipsis, h4.ellipsis, h5.ellipsis, h6.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popout-item, .popout-item-vertical { transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }

.popout-item:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); /* Bigger shadow on hover */
    transform: translate(-2px, -5px); /* Move slightly up and to the left */
}

.popout-item-vertical:hover {
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.3); /* Bigger shadow on hover */
    transform: translate(-1px, -4px); /* Move slightly up and to the left */
}
