.setting-dropdown > .cn-dropdown-anchor {
  height: 56px;
}

.setting-dropdown > .cn-dropdown-container {
  width: 16.42857em;
}

@media (max-width: 575.98px) {
  .setting-dropdown > .cn-dropdown-container {
    width: 100%;
  }
}

.setting-dropdown > .cn-dropdown-container .setting-item > li {
  text-align: left;
}

@media (max-width: 575.98px) {
  .setting-dropdown .cn-dropdown-container-slot {
    height: calc(100vh - 64px);
    max-height: unset;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.setting-dropdown .cn-dropdown-anchor > a:hover {
  color: #3674d9;
}

.setting-dropdown .options .cn-dropdown {
  position: relative;
}

.setting-dropdown .options .cn-dropdown-container {
  left: -230px;
  width: 16.42857em;
}

.setting-dropdown .options .cn-dropdown-container-top {
  top: 0;
}

.setting-dropdown .options .cn-dropdown-container-bottom {
  bottom: 0;
}

@media (max-width: 575.98px) {
  .setting-dropdown .options .cn-dropdown {
    position: unset;
  }
  .setting-dropdown .setting-dropdown .options .cn-dropdown-container {
    left: unset;
  }
}

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