#popup-setting-modal {
  display: none !important;
}

#popup-setting-modal,
body.setting-modal-open,
html.setting-modal-open {
  overscroll-behavior: contain;
}

body.setting-modal-open,
html.setting-modal-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

#popup-setting-modal[style*="display: block"] {
  display: block !important;
}

#popup-setting-modal[style*="display: block"] #modal-layer {
  display: block !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;
}

#soccerSettingWin {
  display: block;
  position: fixed;
  z-index: 5;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 0 20px #777777;
  background-color: #fff;
  top: 52%;
  left: 50%;
  height: calc(100% - 35px);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  pointer-events: auto;
}
.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: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
}

.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;
  }
}

body #settingPop .setList .chose {
  background: #f5f5f5;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  padding: 0 15px;
  margin: 7px 3px;
  min-width: auto;
  border: 0;
  border-radius: 20px;
  overflow: initial;
  float: right;
  position: relative
}

#soccerSettingWin {
  background-color: #ebebeb;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.dark #soccerSettingWin {
  background-color: #1b1b1b;
}

#soccerSettingWin .title {
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  line-height: 50px;
  background: #fff;
  height: auto;
  padding: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dark #soccerSettingWin .title {
  border-bottom: solid 1px #1b1b1b;
  background: #1b1b1b;
}

#soccerSettingWin .title > span {
  padding: 0 0 0 16px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: bold;
}

.dark #soccerSettingWin .title > span {
  color: #fff;
}

#soccerSettingWin .title .close_b {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: relative;
  right: 5px;
  top: 0;
  cursor: pointer;
  background: url('/assets/vn/images/icon_close_square.svg') no-repeat center center;
  background-size: contain;
}

#soccerSettingWin .info {
  bottom: 0;
  width: 100%;
  top: 0;
  position: relative;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
}

#soccerSettingWin .info {
  position: relative;

}

.dark #soccerSettingWin .info {
  background: #1b1b1b;
}

#soccerSettingWin .info ul {
  line-height: 44px;
}


#soccerSettingWin .info .display {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 16px;
}

#soccerSettingWin .info .display .setting-title {
  flex: 0 0 auto;
}

#soccerSettingWin .info .display .selection-box {
  flex: 1;
}

#soccerSettingWin .info .preferences_setting-title {
  margin: 10px 16px;
}

#soccerSettingWin .info #os_li {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

#soccerSettingWin .info #os_li .name {
  flex: 0 0 auto;
  margin-right: 10px;
}

#soccerSettingWin .info #os_li #odds_setting {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

#soccerSettingWin .info #os_li .odds_detail {
  display: flex;
  gap: 3px;
  align-items: center;
}
.odds_setting .odds_detail span {
  padding: 0;
}

#soccerSettingWin .info #os_li .odds_detail span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: -1;
}

#soccerSettingWin .info #os_li .odds_detail span label,
#soccerSettingWin .info #os_li .odds_detail span .odds-label {
  background: #f5f5f5;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  padding: 0 15px;
  min-width: auto;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  transition: background-color 0.15s ease, color 0.15s ease;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.dark #soccerSettingWin .info #os_li .odds_detail span label,
.dark #soccerSettingWin .info #os_li .odds_detail span .odds-label {
  background: #232323;
  color: #bfbfbf;
}

#soccerSettingWin .info #os_li .odds_detail span.checked label,
#soccerSettingWin .info #os_li .odds_detail span.checked .odds-label,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label {
  background: #d2f3c4 !important;
  color: #387f1a;
  font-weight: 500;
}

.dark #soccerSettingWin .info #os_li .odds_detail span.checked label,
.dark #soccerSettingWin .info #os_li .odds_detail span.checked .odds-label,
.dark #soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label,
.dark #soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label {
  background: #295d13 !important;
  color: #fff;
}

#soccerSettingWin .info #os_li .odds_detail span label::before,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::before,
#soccerSettingWin .info #os_li .odds_detail span label::after,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.15s ease;
}

#soccerSettingWin .info #os_li .odds_detail span label::before,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::before {
  background: #ffffffb3;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: -2px;
  right: -2px;
}

.dark #soccerSettingWin .info #os_li .odds_detail span label::before,
.dark #soccerSettingWin .info #os_li .odds_detail span .odds-label::before {
  background: #16330a;
}

#soccerSettingWin .info #os_li .odds_detail span label::after,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::after {
  width: 8px;
  height: 5px;
  border-left: 1px solid #387f1a;
  border-bottom: 1px solid #387f1a;
  transform: rotate(-45deg);
  top: 1px;
  right: 0;
}

.dark #soccerSettingWin .info #os_li .odds_detail span label::after,
.dark #soccerSettingWin .info #os_li .odds_detail span .odds-label::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#soccerSettingWin .info #os_li .odds_detail span.checked label::before,
#soccerSettingWin .info #os_li .odds_detail span.checked .odds-label::before,
#soccerSettingWin .info #os_li .odds_detail span.checked label::after,
#soccerSettingWin .info #os_li .odds_detail span.checked .odds-label::after,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::after,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::after {
  opacity: 1;
}

#soccerSettingWin .info #os_li .odds_detail span label,
#soccerSettingWin .info #os_li .odds_detail span .odds-label {
  position: relative;
  padding-right: 20px;
}

#soccerSettingWin .info #os_li .odds_detail span label::after,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::after {
  right: 4px;
  top: 0;
}

#soccerSettingWin .info #os_li .odds_detail span label::before,
#soccerSettingWin .info #os_li .odds_detail span .odds-label::before {
  right: 2px;
  top: -2px;
}

#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::after,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::after {
  opacity: 1;
}

#soccerSettingWin .info #os_li .odds_detail span.checked label::after,
#soccerSettingWin .info #os_li .odds_detail span.checked .odds-label::after,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::after,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::after {
  border-color: #387f1a;
}

.dark #soccerSettingWin .info #os_li .odds_detail span.checked label::after,
.dark #soccerSettingWin .info #os_li .odds_detail span.checked .odds-label::after,
.dark #soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::after,
.dark #soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::after {
  border-color: #fff;
}

#soccerSettingWin .info #os_li .odds_detail span.checked label::before,
#soccerSettingWin .info #os_li .odds_detail span.checked .odds-label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + label::before,
#soccerSettingWin .info #os_li .odds_detail span input[type="checkbox"]:checked + .odds-label::before {
  content: "";
}

#soccerSettingWin .info #os_li .errmsg {
  width: 100%;
  margin-top: 5px;
  padding: 5px 0;
}


#soccerSettingWin .info ul li {
  position: relative;
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-bottom: solid 1px #f5f5f5;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.dark #soccerSettingWin .info ul li {
  background: #1b1b1b;
  border-bottom: solid 1px #262626;
}

#soccerSettingWin .info ul li .name {
  flex: 0 1 auto;
  margin: 0;
  color: #1b1b1b;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.dark #soccerSettingWin .info ul li .name {
  color: #fff;
}

#soccerSettingWin .info ul li .setList {
  flex: 0 0 auto;
  margin: 0;
  margin-left: auto;
  border: 0;
  text-align: right;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
}

#soccerSettingWin .info ul li .setList li {
  min-width: auto;
  float: none;
  border: 0;
  background: transparent;
  display: inline-block;
  line-height: 30px;
}

.dark #soccerSettingWin .info ul li .setList li {
  background: transparent;
}

#soccerSettingWin .setList .chose {
  background: #f5f5f5;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  padding: 0 15px;
  min-width: auto;
  border: 0;
  border-radius: 20px;
  overflow: initial;
  float: right;
  position: relative;
  cursor: pointer;
}

.dark #soccerSettingWin .setList .chose {
  background: #232323;
  color: #bfbfbf;
}

#soccerSettingWin .setList .chose.on {
  background: #d2f3c4 !important;
  color: #387f1a;
  font-weight: 500;
}

.dark #soccerSettingWin .setList .chose.on {
  background: #295d13 !important;
  color: #fff;
}

#soccerSettingWin .setList .chose.on::before {
  content: "";
  background: #ffffffb3;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
}

.dark #soccerSettingWin .setList .chose.on::before {
  background: #16330a;
}

#soccerSettingWin .setList .chose.on::after {
  content: "";
  width: 8px;
  height: 5px;
  border: 0;
  border-left: 1px solid #387f1a;
  border-bottom: 1px solid #387f1a;
  transform: rotate(-45deg);
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
}

.dark #soccerSettingWin .setList .chose.on::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#soccerSettingWin .setList .chose .cb,
#soccerSettingWin .setList .chose .ro {
  display: none;
}

#soccerSettingWin .selectLabel {
  flex: 0 0 auto;
  margin-left: auto;
  height: 41px;
  color: #595959;
  line-height: 41px;
  cursor: pointer;
}

.dark #soccerSettingWin .selectLabel {
  color: #8c8c8c;
}

#soccerSettingWin .more {
  border: 0;
  background: url('../images/enter.png') no-repeat center center;
  background-size: auto 30%;
  margin: 0;
  width: 30px;
  height: 41px;
  float: right;
  display: inline-block;
}

#soccerSettingWin .enter-pc {
  border: 0;
  margin: 0;
  height: 32px;
}

#soccerSettingWin .switch {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}

#soccerSettingWin .switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
  z-index: -1;
}

#soccerSettingWin .switch .switch-style {
  background: #d9d9d9;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  margin: 10px 2px;
  float: none;
  display: inline-block;
  position: relative;
  transition: all .3s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.dark #soccerSettingWin .switch .switch-style {
  background: #595959;
}

#soccerSettingWin .switch .switch-style:before {
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  transition: all .3s ease-in-out;
}


#soccerSettingWin .switch > input[type="checkbox"]:checked + .switch-style {
  background: #387f1a;
}

.dark #soccerSettingWin .switch > input[type="checkbox"]:checked + .switch-style {
  background: #295d13 !important;
}

#soccerSettingWin .switch > input[type="checkbox"]:checked + .switch-style:before {
  left: 50%;
}

#soccerSettingWin .spacer {
  width: 100%;
  height: 4px;
  display: block;
  padding: 0;
  border: 0;
}

#soccerSettingWin .info ul .spacer {
  background: #f5f5f5;
  color: #595959;
}
.dark #soccerSettingWin .info ul li {
  background: transparent !important;
  color: white;
}

.dark #soccerSettingWin .spacer {
  background: #232323;
}

#soccerSettingWin .subtitle {
  background: #f5f5f5;
  color: #595959 ;
  padding: 0 10px;
  border-radius: 0;
  font-size: 15px ;
  font-weight: bold;
  position: relative;
  line-height: 36px;
  height: 36px;
  border-bottom: solid 1px #ebebeb;
}

.dark #soccerSettingWin .subtitle {
  background: #262626;
  border-bottom: solid 1px #1b1b1b;
  color: #8c8c8c;
}

#soccerSettingWin .errmsg {
  line-height: 20px;
  color: #e00606;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 5px 0;
}

.dark #soccerSettingWin .errmsg {
  color: #f44336;
}

@media screen and (max-width: 1024px) {
  #soccerSettingWin {
    background-color: #ebebeb;
  }
  #soccerSettingWin .switch .switch-style:before {
    top: 0;
  }

  .dark #soccerSettingWin {
    background-color: #1b1b1b;
  }

  #soccerSettingWin .title {
    line-height: 40px;
    font-size: 15px;
  }

  #soccerSettingWin .title > span {
    font-size: 15px;
    padding: 0 0 0 10px;
  }

  #soccerSettingWin .info {
    height: calc(100% - 40px);
    max-height: calc(100% - 40px);
  }

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

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

#soccerSettingWin .info ul li .selection-box.sound {
  flex: 0 0 auto;
  margin-left: auto;
}

#soccerSettingWin .info ul li .more {
  flex: 0 0 auto;
  margin-left: auto;
}

#soccerSettingWin .sound-popup-overlay,
#soccerSettingWin #company-popup-overlay,
#soccerSettingWin #timezone-popup-overlay,
#soccerSettingWin #oddstype-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
}

#setting_popSel,
#setting_popSel_company,
#setting_popSel_timezone,
#setting_popSel_oddstype {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 101;
  padding: 0;
  overflow: hidden;
  max-height: 80%;
  overflow-y: auto;
}

.dark #setting_popSel,
.dark #setting_popSel_company,
.dark #setting_popSel_timezone,
.dark #setting_popSel_oddstype {
  background: #1b1b1b;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

#setting_popSel.fadeInBottom,
#setting_popSel_company.fadeInBottom {
  animation: fadeInBottom 0.3s ease-out;
}

@keyframes fadeInBottom {
  from {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

#setting_popSel .selectpop,
#setting_popSel_company .selectpop,
#setting_popSel_timezone .selectpop,
#setting_popSel_oddstype .selectpop {
  list-style: none;
  margin: 0;
  padding: 0;
}

#setting_popSel_oddstype .selectpop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

#setting_popSel_oddstype .selectpop .odd_li {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.dark #setting_popSel_oddstype .selectpop .odd_li {
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

#setting_popSel_oddstype .selectpop .odd_li:nth-child(2n) {
  border-right: none;
}

#setting_popSel_oddstype .selectpop .odd_li:last-child {
  border-bottom: none;
}

#setting_popSel_oddstype .selectpop .odd_li:nth-last-child(2) {
  border-bottom: none;
}

#setting_popSel_timezone .selectpop {
  display: flex;
  flex-wrap: wrap;
}

#setting_popSel_timezone .selectpop .odd_li {
  flex: 0 0 50%;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.dark #setting_popSel_timezone .selectpop .odd_li {
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

#setting_popSel_timezone .selectpop .odd_li:nth-child(2n) {
  border-right: none;
}

#setting_popSel_timezone .selectpop .odd_li:nth-last-child(1),
#setting_popSel_timezone .selectpop .odd_li:nth-last-child(2) {
  border-bottom: none;
}

#setting_popSel .selectpop .odd_li,
#setting_popSel_company .selectpop .odd_li,
#setting_popSel_timezone .selectpop .odd_li,
#setting_popSel_oddstype .selectpop .odd_li {
  padding: 16px;
  font-size: 14px;
  text-align: center;
  color: #1b1b1b;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dark #setting_popSel .selectpop .odd_li,
.dark #setting_popSel_company .selectpop .odd_li,
.dark #setting_popSel_timezone .selectpop .odd_li,
.dark #setting_popSel_oddstype .selectpop .odd_li {
  color: #fff;
  background: #1b1b1b;
  border-bottom: 1px solid #262626;
}

#setting_popSel .selectpop .odd_li:hover,
#setting_popSel_company .selectpop .odd_li:hover,
#setting_popSel_timezone .selectpop .odd_li:hover,
#setting_popSel_oddstype .selectpop .odd_li:hover {
  background: #f5f5f5;
}

.dark #setting_popSel .selectpop .odd_li:hover,
.dark #setting_popSel_company .selectpop .odd_li:hover,
.dark #setting_popSel_timezone .selectpop .odd_li:hover,
.dark #setting_popSel_oddstype .selectpop .odd_li:hover {
  background: #262626;
}

#setting_popSel .selectpop .odd_li.on,
#setting_popSel_company .selectpop .odd_li.on,
#setting_popSel_timezone .selectpop .odd_li.on,
#setting_popSel_oddstype .selectpop .odd_li.on {
  background: rgba(73,127,25,.1);
  color: #1b1b1b;
  font-weight: 500;
}

.dark #setting_popSel .selectpop .odd_li.on,
.dark #setting_popSel_company .selectpop .odd_li.on,
.dark #setting_popSel_timezone .selectpop .odd_li.on,
.dark #setting_popSel_oddstype .selectpop .odd_li.on {
  background: rgba(73,127,25,.2);
  color: #fff;
}

#setting_popSel .selectpop .odd_li:last-child,
#setting_popSel_company .selectpop .odd_li:last-child,
#setting_popSel_timezone .selectpop .odd_li:last-child,
#setting_popSel_oddstype .selectpop .odd_li:last-child {
  border-bottom: none;
}
.odds_setting {
  margin-bottom: 0;
}

#soccerSettingWin .info #os_li .odds_detail span.odds-span-clickable {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  min-height: 30px;
}

#soccerSettingWin .info #os_li .odds_detail span.odds-span-clickable label {
  pointer-events: auto;
  cursor: pointer;
}
