#credmegamenu {
  @import "./index";
  display: inline;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  &,
  & + li {
    list-style: none;
  }
  .megamenu {
    position: static;
    display: flex;
    flex-direction: column;
    list-style: none;
    &:first-child {
      font-size: 25px;
      padding: 6px 6px;
    }
    .nav-link {
      color: hsl(0deg 0% 100% / 98%);
      padding: 0.5rem 0.5rem;
      white-space: nowrap;
      cursor: pointer;
      text-decoration: none;
      background-color: transparent;
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
      list-style: none;
    }
  }
  .div_no_data_found,
  .div_no_loading {
    align-items: center;
    text-align: left;
    color: hsl(0deg 0% 100% / 98%);
    font-weight: bold;
    background: none !important;
    margin: 0 auto;
    padding: 0px 5px;
  }
  .no-event {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  h6 {
    margin: 0.5rem 0;
    white-space: break-spaces;
    font-size: 0.78rem;
    word-break: break-all;
    font-weight: inherit;
    font-family: inherit;
  }
  button {
    background: #1234cedb;
    border: none;
  }
  button,
  a {
    &:focus {
      outline: none;
    }
  }
  .show.dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    width: 100%;
  }
  .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #070f63;
    border: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    max-height: calc(70vh - 40px);
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    &::-webkit-scrollbar {
      width: 2px;
      height: 5px;
    }
    &::-webkit-scrollbar-track {
      border-radius: 50px;
      background: #fff;
    }
    &::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background: #070f63;
    }
    &::-webkit-scrollbar-thumb:window-inactive {
      border-radius: 20px;
      background: #eee;
    }
    .mm-icon-block {
      height: inherit;
      margin: 0 0 5px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .mm-icon {
      height: 100%;
    }
    .dropdown-item {
      position: relative;
      padding: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: hsl(0deg 0% 100% / 98%);
      &:focus {
        background-color: #1208a1af;
        color: hsl(0deg 0% 100% / 98%);
      }
      &:hover {
        background-color: #ffd255;
        color: rgb(17, 0, 255);
      }
    }
    li {
      height: 150px;
      display: flex;
      padding: 0;
    }
    li:nth-child(1) {
      padding: 0;
      margin: 0;
    }
    li:nth-child(even) {
      background: rgba(0, 0, 0, 0.1);
    }
    li:nth-child(odd) {
      background: rgba(0, 0, 0, 0.3);
    }
  }
}
