.wrapper {
  min-width: 1260px;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  overflow-y: scroll;
}

.main-container {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

.bg-main {
  background: #000000;
	background: url("../images/bg-main.jpg") top center no-repeat #000000;
}

.bg-viewsport {
  background: url("../images/sports-header.jpg") top center no-repeat #000000;
  overflow: overlay;
}

.list-inline {
  margin: 0;
}

a:hover, a:focus, a:active, a.active {
  text-decoration: none;
}

.main-content {
  display: flex;
  flex-wrap: nowrap;
}

.no-padding {
  padding: 0;
}

.btn-red {
  background: #9b0000;
  color: #ffffff;
  border-radius: 0;
  border-color: #fe0f00;
  outline: none
}

.btn-red:hover,
.btn-red:active,
.btn-primary:active:focus,
.btn-red:focus {
  background: #6c251d;
  color: #ffffff;
  border-color: transparent;
  outline: none
}

.view-sports {
  background: url("/common/images/preloader-main.gif") center #ffffff no-repeat;
}

.btn-yellow{
  background: #111111;
  border: 1px solid #c1ad8b;
  color: #c1ad8b !important;
  padding: 0;
  border-radius: 0;
  font-weight: bold;
}

.btn-yellow:hover{
  background: #c1ad8b;
  color: #111111 !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

.text-left {
  text-align: left !important;
}

.disable-event {
  pointer-events: none;
  cursor: not-allowed;
}

/*IE 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .transaction-page .transaction-table tr:nth-of-type(odd) {
    box-shadow: none !important;
  }

  .transaction-page .transaction-table:nth-of-type(3) tr:nth-of-type(odd) {
    box-shadow: none !important;
  }

  .transaction-page .transaction-table tr:last-of-type {
    box-shadow: none !important;
  }

  /*the king*/
  .navigation-page .nav-container .list-inline.nav-list > li {
    padding: 0 16px 0 0 !important;
  }

  #textSearch:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
    line-height: 20px;
  }
  .quick-links-page .quick-links-container .list-inline.live > li{
    padding: 0 3px !important;
  }
}


@supports (-ms-ime-align:auto) {
   .transaction-page .transaction-table tr:nth-of-type(odd) {
    box-shadow: none !important;
  }

  .transaction-page .transaction-table:nth-of-type(3) tr:nth-of-type(odd) {
    box-shadow: none !important;
  }

  .transaction-page .transaction-table tr:last-of-type {
    box-shadow: none !important;
  }
}

.swal-title,
.swal-text{
  text-align: center;
}

.swal-title{
  white-space: pre-wrap;
}

.swal-modal {
  width: 600px;
}

/*VIEW SPORTS*/

.sports-page .main-container,
.sports-view-nav .main-container{
  /*width: 1010px;*/
}

.sports-view-nav .main-container{
  padding-right: 24px;
}

.sports-view-nav {
  background: #181818;
  border-bottom: 3px solid #181818;
}

.sports-view-nav .sports-nav {
  margin-bottom: 0;
  padding: 0;
  margin-left: 20px;
}

.sports-nav > li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
  height: 46px;
  line-height: 45px;
  vertical-align: middle;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}

.sports-view-nav > li:first-child{
  padding-left: 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sports-nav > li {
    padding: 0 11px;
  }
}

.sports-nav > li > a {
  color: #999;
}

.sports-nav > li > a:hover,
.sports-nav > li > a.active {
  color: #c1ad8b;
  text-decoration: none;
}

.sports-view-nav .user-balance-container {
  width: 220px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
}

.sports-view-nav .user-balance-container .total-balance {
  border: 1px solid #585858;
  background: #302e36;
  padding: 0 8px;
  height: 31px;
  width: 189px;
  float: left;
  letter-spacing: 0;
}

.sports-view-nav .user-balance-container .total-balance:hover {
  border-color: #c1ad8b;
  cursor: pointer;
}

.sports-view-nav .user-balance-container .show-wallet {
  float: left;
  width: 31px;
  height: 31px;
  background: #b2423f;
  font-size: 25px;
  text-align: center;
  padding-right: 6px;
}

iframe#sports1,
iframe#sports2,
iframe#sports3 {
  height: calc(100vh - 200px);
  /*height: 100vh;
  padding-bottom: 20px;*/
}

.sports-view__container{
  position: relative;
  top: 138px;
}
::-webkit-scrollbar
{
  width: 10px;
  background-color: #181818;
}

::-webkit-scrollbar-thumb
{
  background: #c1ad8b;
}
.csrf-swal .swal-title,
.csrf-swal .swal-text{
  font-size: 27px;
  font-weight: 600;
  color: rgba(0,0,0,.65);
}
