.dropdown-content.force-down {
    top: 100%;
    bottom: auto;

}

hr {
    border: none;
    border-top: 1px solid #646464;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
  }
  
  .hr::after {
    background: #fff;
    position: relative;
    top: -13px;
  }

