.newsetting .Preferences {
  padding: 0;
}

.newsetting .Preferences li {
  padding: 3px 0;
}

.newsetting .switch .switch-style {
  width: 28px;
  height: 15px;
  border-radius: 10px;
}

.newsetting .switch .switch-style:before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.newsetting .soundbox {
  margin: 6px 0 10px 0;
}

.newsetting .mb0 {
  margin-bottom: 0;
}

.newsetting .selectbox {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 5px 0;
  overflow: hidden;
}

.newsetting .selectbox span {
  width: 50%;
  line-height: 22px;
  float: left;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.newsetting .selectbox span.on {
  background: var(--second-color) !important;
  color: #fff;
}

.newsetting .selectbox span:hover {
  background: #ffeece;
}

.newsetting .selectbox.sound {
  margin-top: 5px;
}

#right .newsetting .selectbox.sound span {
  width: 26px;
  border-right: 1px solid #e5e5e5;
}

#right .newsetting .selectbox.sound span:last-child {
  border: none;
}

.newsetting .matchinfo_setting .Preferences {
  margin-top: 5px;
}

#right .newsetting #selectsound1, #right .newsetting #selectsound2 {
  width: 134px;
  height: 22px;
  margin-bottom: 4px;
  outline: none
}

.dark .newsetting .selectbox, .dark .newsetting .selectbox.sound span {
  border-color: var(--border-4) !important;
}

.setit {
  float: right;
  background: #e5e5e5 url('/assets/images/setup.png')
    no-repeat 8px;
  padding: 0 8px 0 30px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}

.dark .newsetting .selectbox span:hover {
  background: #3a3a3a;
}

.dark .setit {
  background: #333 url(/assets/images/icons/Settings.svg) no-repeat 8px;
  background-size: 14px;
}

@media screen and (max-width: 771px) {
  .crumbs {
    display: none;
  }
}