.links-menu {
    padding: 15px;

    font-size: 14px;
    font-weight: normal;
}

li:not(:last-child)>.links-menu {
  color: #777;
}

.menu-icon {
    margin-right: 5px;
    color: black !important;
}

.box {
  width: 20px;
  height: 20px;
  /* background: url("/assets/img/conf.png") no-repeat; */
  background-size: contain;
}

.dropdown-custom:hover .dropdown-menu {
    display: block;
    margin-top: 0.125em;
}

.dropdown-custom:hover>.dropdown-menu,
.dropend-custom:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

.dropend-custom:hover>.dropdown-menu {
  position: absolute;
  top: 0;
  left: -105%;
}

.dropdown-custom .dropdown-menu {
    display: none;
}

@media screen and (min-width: 769px) {
  .dropend-custom:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: -105%;
  }
}
