@charset "UTF-8";
.menus {
    position: absolute;
    top: 0;
    left: 10;
    transform: none;
    position: fixed;
    margin-top: 90px;
    z-index: 1000;
}

.menus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .lists li:before, .menus:before {
  font-family: "Material Icons" !important;
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.lists a:before,
.menus:before {
    font-family: "Material Icons" !important;
    font-feature-settings: "liga";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menus {
    background: rgba(153, 0, 0, 0.8);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    color: #E6E6E6;
    font-size: 2em;
    cursor: pointer;
}

.menus:before {
    content: "";
    font-size: inherit;
}

.lists {
    background: inherit;
    padding: 0.5em 0;
    margin: 0;
    margin-top: 1em;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    color: inherit;
    font: 400 18px Roboto;
    white-space: nowrap;
    cursor: default;
}

.lists.hidden {
    margin-top: 0.7em;
    visibility: hidden;
    opacity: 0;
}

.lists:before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: inherit;
    position: absolute;
    top: -0.375em;
    left: calc(56px / 2 - .375em);
    transform: rotate(45deg);
}

.lists li {
    list-style: none;
    padding: 0.5em;
    padding-left: 2.5em;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.lists li:before {
    position: absolute;
    top: calc(5% + 8px);
    left: 8px;
}

.lists li:nth-child(1):before {
    content: "";
}

.lists li:nth-child(2):before {
    content: "";
}

.lists li:nth-child(3):before {
    content: "";
}

.lists li:nth-child(4):before {
    content: "";
}

.lists li:hover {
    /* background: rgba(255, 255, 255, 0.08); */
    background-color: black;
}

.lists a {
    list-style: none;
    padding: 0.5em;
    padding-left: 2.5em;
    margin: 0;
    color: #E6E6E6 !important;
    display: block;
    text-decoration: none !important;
    position: relative;
    cursor: pointer;
}

.lists a:before {
    position: absolute;
    top: calc(5% + 8px);
    left: 8px;
}

/* .lists a:nth-child(1):before {
    content: "";
  }
  .lists a:nth-child(2):before {
    content: "";
  }
  .lists a:nth-child(3):before {
    content: "";
  }
  .lists a:nth-child(4):before {
    content: "";
  } */

.lists a:hover {
    /* background: rgba(255, 255, 255, 0.08); */
    background-color: black;
}