#popup-setting-modal {
  display: none;
}
.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;
}

#soccerSettingWin {
  display: block;
  position: fixed;
  z-index: 5;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0 0 20px #777777;
  background-color: #fff;
  top: 52%;
  left: 50%;
  height: calc(100% - 60px);
  transform: translate(-50%, -50%);
}
.dark #soccerSettingWin {
  box-shadow: 0 0 20px #000;
}
.nopadding li {
  padding: 0;
  line-height: 24px;
}
.dark #soccerSettingWin {
  background-color: #1d1d12
}

/**/
#soccerSettingWin-lg {
  width: 220px;
  position: absolute;
  right: -10px;
  top: 29px;
  z-index: 5;
  display: none;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px #777777;
}


.dark #soccerSettingWin-lg {
  box-shadow: 0 0 20px #000;
}
.nopadding li {
  padding: 0;
  line-height: 24px;
}
.dark #soccerSettingWin-lg {
  background-color: #1d1d12
}


.odds_setting {
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 4px;
}

.odds_setting p {
  clear: both;
  line-height: 18px;
  font-weight: 600;
}
.odds_detail label {
  width: 40px;
  display: inline-block;
}

.Preferences label {
  display: inline-block;
  width: 100%;
}
.Preferences h3 {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
}
.Preferences li {
  float: none !important;
}

/* ----newsettingpop---- */
.newsetting {
  padding: 0 12px 10px;
}
.newsetting .odds_setting {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.newsetting .odds_detail label {
  vertical-align: super;
  text-align: left;
}
.newsetting .Preferences {
  padding: 0;
}
.newsetting .Preferences li {
  padding: 0 3px;
}
.newsetting .preferences_setting {
  margin-bottom: 5px;
}

.newsetting .preferences_setting .display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}

.newsetting .display .selection-box {
  border: none;
  gap: 3px;
}

.newsetting .display .selection-box span {
  border-radius: 4px;
  height: 22px;
  line-height: 22px;
}

.dark .newsetting .display .selection-box span {
  color: white;
  background-color: #211a1a;
  border: 1px solid #20392f;
}

.newsetting .preferences_setting .display > .setting-title {
  width: 30%;
}

.newsetting .h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.newsetting .switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsetting .switch .switch-style {
  width: 26px;
  border-radius: 10px;
  float: none !important;
}
.newsetting .switch .switch-style:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.newsetting .soundbox {
  margin: 6px 0 10px 0;
}
.newsetting .selection-box {
  border: 1px solid #B3C5BE;
  border-radius: 3px;
  margin: 5px 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.newsetting .selection-box span {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
}
.newsetting .selection-box span.on {
  background: #36932E !important;
  color: #fff;
}

.dark #soccerSettingWin .newsetting .selection-box span.on {
  background: #22481f !important;
}

.newsetting .preferences_setting .preferences_setting-title span {
  background-color: #E5E5E5;
}

.dark .newsetting .preferences_setting .preferences_setting-title span {
  background-color: #211a1a;
}

.newsetting .selection-box span:hover {
  background: #ffeece;
}
.newsetting .selection-box.sound span {
  border-right: 1px solid #B3C5BE;
  background-color: #FFFFFF;
}

.dark .newsetting .selection-box.sound span {
  background-color: #211a1a;
}
.newsetting .selection-box.sound span:last-child {
  border: none;
}
.newsetting .selection-box{
  width: 100%;
  margin-bottom: 6px;
  outline: none;
  height: 22px;
}

.dark .newsetting .preferences_setting,
.dark .newsetting .selection-box,
.dark .newsetting .selection-box.sound span {
  border-color: #20392f;
  color: #fff;
}



.dark .newsetting .selection-box span:hover {
  background: #3a3a3a;
}

.odds_setting .odds_detail {
  display: flex;
  justify-content: center;
}

.odds_setting .odds_detail span {
  padding: 2px 10px;
  height: 30px;
  display: block;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}

.dark .odds_setting .odds_detail span {
  background-color: #22481f;
}

#modal-layer {
  display: none;
  position: fixed;
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px

}



.modal-header .title {
  color: #0C0C0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.dark .modal-header .title {
  color: #fff;
}

.modal-header {
  background-color: #fff;
}

.dark .modal-header {
  background-color: #22481f;
}

#soccerSettingWin .modal-title {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.setting-title {
  color: #070F03;
  font-weight: 400;
}

.dark .setting-title {
  color: #fff
}


.odds_setting {
  text-align: center;
}


@media screen and (max-width: 1024px) {
  #soccerSettingWin {
    width: 95%;
    background-color: #E5E5E5;
  }

  .odds_setting {
    display: flex;
    justify-content: space-between;
  }

  #modal-layer {
    display: block;
  }

  .newsetting .odds_setting {
    border-bottom: none;
  }


  .newsetting .switch .switch-style {
    width: 39px;
    height: 21px;
  }

  .newsetting .switch .switch-style:before {
    width: 19px;
     height: 19px;
  }

  .newsetting .odds_detail label  {
    text-align: center;
  }

  .odds_setting .odds_detail {
    gap: 3px;
    justify-content: flex-start;
  }

  .newsetting .selection-box{
    height: 30px;
  }

  .newsetting .selection-box span {
    background-color: #fff;
  }

  .dark .switch > input[type="checkbox"]:checked + .switch-style {
    background-color: #282c27 !important;
}
}