.cn-dropdown-title {
  padding: 11px 10px;
  border-bottom: 1px solid #ccc;
  color: #262626;
  font-weight: 600;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
}

.cn-dropdown-title .close {
  opacity: unset;
  padding: 0 !important;
  width: auto;
}

.cn-dropdown-title .close::before, .cn-dropdown-title .close::after {
  content: "";
  display: inline-block;
  clear: both;
}

.cn-dropdown-container {
  width: 22.85714em;
  border-radius: var(--cn-border-radius-lg);
  border: 1px solid var(--cn-border-color);
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.cn-dropdown-container ul:first-of-type li:first-child {
  border-top-left-radius: var(--cn-border-radius-lg);
  border-top-right-radius: var(--cn-border-radius-lg);
}

.cn-dropdown-container ul:last-of-type li:last-child {
  border-bottom-left-radius: var(--cn-border-radius-lg);
  border-bottom-right-radius: var(--cn-border-radius-lg);
}

@media (max-width: 575.98px) {
  .cn-dropdown-container {
    border-radius: unset;
    box-shadow: unset;
    border-left: unset;
    border-right: unset;
    text-align: initial;
    width: 100%;
  }
}

.cn-dropdown .dropdown-animate-enter-active, .cn-dropdown .dropdown-animate-leave-active {
  transition: opacity .5s;
}

.cn-dropdown .dropdown-animate-enter, .cn-dropdown .dropdown-animate-leave-to {
  opacity: 0;
}

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