.email-dropdown .cn-dropdown-container {
  right: 0;
  overflow: hidden;
}

.email-dropdown .cn-dropdown-botton-group {
  border-bottom: 1px solid #ccc;
}

.email-dropdown .cn-dropdown-container-slot {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  .email-dropdown .cn-dropdown-container-slot {
    height: calc(100vh - 64px - 53px);
    max-height: unset;
  }
}

.email-dropdown .noticebar-menu-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-dropdown .noticebar-menu-body {
  list-style-type: none;
  text-align: left;
}

@media (max-width: 530px) {
  .email-dropdown .noticebar-menu-body.noticebar-menu {
    width: 100%;
  }
}

.email-dropdown .badge {
  position: absolute;
  top: 12px;
  background-color: #fa4f52;
  right: -10px;
  padding: 3px 5px;
  font-size: 10px;
  font-style: normal;
}

/*# sourceMappingURL=http://127.0.0.1/css/dropdown/email-dropdown.css.map */
