.pick-btn {
    border: solid 2px black;
    text-align: center;
    padding: 6px 0px;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.pick-btn-sdr {
    width: 100%;
    /* background: #363942 !important; */
    border: solid 2px #666;
}
.pick-btn-selected {
    background: yellow !important;
    color: red;
}
.pick-btn-fw { /* fixed width */
    /* max-width: 120px;
    width: 94px;*/
    width: 100%;
}
.left-pick-color {
    background: #4597E6;
}
.right-pick-color {
    background: #d9534f;
}
.bet-btn {
    display: inline-block;
    border: solid 2px black;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.round-info {
    background: #5E6168;
    color: white;
    text-shadow: 1px 1px black;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 14px;
}

.round-info .bet-end-count {
    color: lightgreen;
    background: black;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 80%;
    font-weight: bold;
    width: 140px;
    display: inline-block;
    text-align: center;
}
.round-info .bet-end {
    color: red;
}
.no-gutters{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page-title{
    background: #262932;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    font-size: 15px
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.py{
    padding:1rem 0;
}
.round-info .bet-end-count {
    color: lightgreen;
    background: black;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 80%;
    font-weight: bold;
    width: 150px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
    font-size: 13px
}
.badge-success {
    color: #fff;
    background-color: #28a745;
     font-size: 13px

}
.badge-primary {
    color: #fff;
    background-color: #007bff;
    font-size: 13px

}
.table-dark {
    color: #fff;
    background-color: #343a40;
    font-size: 14px
}

.table-dark thead th {
    vertical-align: bottom;

    text-align: center
}
.table-dark>tbody>tr>td, .table-dark>tbody>tr>th, .table-dark>tfoot>tr>td, .table-dark>tfoot>tr>th, .table-dark>thead>tr>td, .table-dark>thead>tr>th{
    padding: 1.25rem;
    vertical-align: top;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656
}
span.gold-money {
    color: gold;
    font-weight: bold;
    text-shadow: 1px 1px black;
}
span.red-money {
    color: #d48b8b;
    font-weight: bold;
    text-shadow: 1px 1px black;
}
.d-flex{
    display: flex;
    justify-content: space-between
}
div.bet-slip, div.charge-slip {
    text-align: center;
    background: #eee;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.py-3{padding: 1rem 0;}
.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.rounded {
    border-radius: .25rem!important;
}

/*page*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: flex;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding:6px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding:6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url('http://www.w3.org/2000/svg') no-repeat right .75rem center/8px 10px;
    background-color:#fff;
    border:1px solid #ced4da;
    border-radius:.25rem;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance :none;
    position:relative;
    flex:1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.sectoin-inwrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.cont-left {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
    position: relative;
}
.cont-center {
    float: left;
    width: 920px;
    padding: 0;
    margin: 0;
    position: relative;
}
.cont-right {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0;
    position: relative;
}
/*cont-left*/
.pagename {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    margin: 30px 0 0;
}
.pagename span {
    color: #999;
    font-size: 12px;
    position: relative;

}
.category-name {
    margin: 20px 0 0;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.category-name i {
    position: absolute;
    top: 0;
    left: 0;
}
.category-list {
    position: relative;
    padding: 0;
    margin: 10px 0 0;
}
.category-list .button-type {
    height: 40px;
    display: block;
    background: linear-gradient(#484848 0%, #000 100%);
    border-radius: 4px;
    border: 1px #525252 solid;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    color: #fff;
    margin: 0 0 2px;
}
.category-list .button-type i {
    position: absolute;
    top: 12px;
    left: 12px;
}
.category-list .button-type h5 {
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}
.category-list .button-type .gamecount {
    position: absolute;
    background: #2d2d2d;
    border-radius: 4px;
    padding: 1px 10px 2px;
    color: #ffcf00;
    font-size: 12px;
    top: 10px;
    right: 10px;
    display: inline-block;
}
.category-list .button-type.select {
    background: linear-gradient(#314148 0%, #506169 100%);
    border-radius: 4px;
    border: 1px #314148 solid;
}
.category-list .button-type.select .gamecount {
    background: #ffcf00;
    color: #222;
}
.ad-kakao {
    position: relative;
    height: 50px;
    background: url(../images/kakao.png) top left no-repeat;
    padding-left: 56px;
    text-align: left;
    margin: 30px 0 0;
}
.ad-kakao .sns-name {
    color: #f9e000;
    font-size: 11px;
    line-height: 20px;
}
.ad-telegram {
    position: relative;
    height: 50px;
    background: url(../images/telegram.png) top left no-repeat;
    padding-left: 56px;
    text-align: left;
    margin: 30px 0 0;
}
.ad-telegram .sns-name {
    color: #41b4e6;
    font-size: 11px;
    line-height: 20px;
}
/*cont-center*/
.content-position {
    position: relative;
    margin: 0 10px 0;
}
.tab-type {
    margin: 30px 0 0;
    border-bottom: 1px #464646 solid;
    padding: 0 0 10px;
    display: block;
    overflow: hidden;
}
.tab-type .tab-button.select {
    background: linear-gradient(#fff 0%, #ddd 100%);
    color: #fa9605;
}
.tab-type .tab-button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    color: #979ca0;
    text-align: center;
    margin: 0 10px 0 0;
    float: left;
    cursor: pointer;
    font-weight: 500;
}
.bet-list-type {
    position: relative;
    margin: 30px 0 0;
    padding: 0;
}
.k-spinner {
    position: relative;
}
.sports-notice {
    margin: -20px 0 0px 0;
    font-size: 12px;
    color: #FFF;
    padding-left: 20px;
}
.bet-list-type table {
    width: 100%;
}
.bet-list-type th {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.game-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    overflow: hidden;
}
.game-group .flag-info {
    padding: 8px 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}
.game-group .flag-info i {
    text-align: left;
    margin: 0 10px 0;
    float: left;
}
.game-group .flag-info h3 {
    color: #ffcf00;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    float: left;
}
.game-set {
    position: relative;
    background: #1f1f1f;
    border-top: 1px #000 solid;
    border-bottom: 1px #333 solid;
    height: 48px;
    display: block;
    padding: 0 10px;
}
.game-set .locked {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 219px;
    right: 23px;
    text-indent: -200%;
    overflow: hidden;
    border: 1px solid #34454d;
    border-radius: 5px;
    background: rgba(21, 28, 32, .8) url(../images/ico-locked.png) no-repeat center;
    z-index: 1;
}
.game-set .set-date {
    float: left;
    width: 20%;
    height: 16px;
    border-radius: 4px;
    background: #fff;
    color: #222;
    text-align: center;
    margin: 16px 0 0;
    line-height: 16px;
    letter-spacing: 0;
}
.game-set .set-info {
    float: left;
    width: 10%;
    color: #a9a9a9;
    text-align: center;
    line-height: 48px;
}
.game-set .game1 {
    float: left;
    width: 30%;
    height: 34px;
    background: linear-gradient(#000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    cursor: pointer;
    padding: 0 10px;
}
.game-set .game1 .teamname {
    float: left;
    text-align: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #fff;
    line-height: 34px;
}
.game-set .game1 .odd {
    float: right;
    text-align: right;
    width: 20%;
    color: #ffcf00;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game-vs {
    float: left;
    width: 8%;
    height: 34px;
    background: linear-gradient(#000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 5px 0;
    text-align: center;
}
.game-set .game-vs .odd {
    width: 100%;
    color: #dadada;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game3 {
    float: left;
    width: 30%;
    height: 34px;
    background: linear-gradient(#000000 0%, #3a3a3a 100%);
    border: 1px #353535 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    cursor: pointer;
    padding: 0 10px;
}
.game-set .game3 .teamname {
    float: right;
    text-align: right;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #fff;
    line-height: 34px;
}
.game-set .game3 .odd {
    float: left;
    text-align: left;
    width: 20%;
    color: #ffcf00;
    line-height: 34px;
    letter-spacing: 0;
}
.game-set .game1.select {
    background: linear-gradient(#ffcf00 0%, #f98a06 100%);
    border: 1px #000 solid;
}
.game-set .game1.select .teamname {
    color: #222;
}
.game-set .game1.select .odd {
    color: #222;
}
.category-cont {
    position: relative;
    margin: 0 10px 0;
    padding: 0;
}
/**.cont-right*/
.present-time {
    position: relative;
    padding: 0;
    margin: 10px 10px 0;
    height: 72px;
    background: url(../images/timebg.png);
}
.present-time .gmt-s {
    position: absolute;
    top: 33px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 13px;
}
.present-time .date-num {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0;
}
.present-time .time-s {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 18px;
    color: #ffce3d;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.40em;
}
.betcart {
    position: relative;
    margin: 30px 10px 0;
    padding: 0;
}
.betcart .cart-top {
    background: url(../images/cart-top.png) left center no-repeat;
    height: 64px;
    position: relative;
}
.betcart .cart-top .fixed-pin {
    position: absolute;
    width: 80px;
    height: 20px;
    top: 16px;
    right: 0;
}
.betcart .cart-top .fixed-pin .checked-box {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin: 2px 0 0;
}
.betcart .cart-top .fixed-pin .checked-txt {
    float: left;
    margin: 0 5px 0;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.select-krw {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0;
    clear: both;
    text-align: center;
}
.select-krw .krw-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background: #46494a;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: 24%;
    margin: 1px 0.02em;
}
.select-krw .krw-button-b {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background: #46494a;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fba504;
    width: 24%;
    margin: 1px 0.02em;
}
.betcart h4 {
    padding: 6px 0 10px 0;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px #34454d solid;
}
.bettin-button {
    position: relative;
    display: block;
    height: 56px;
    background: linear-gradient(#f60 0%, #fe5a01 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.betcart .bet-view {
    height: 34px;
    background: linear-gradient(#ffcf3f 0%, #ffac02 100%);
    border: 1px #000 solid;
    border-radius: 4px;
    margin: 6px 0 0;
    padding: 0 10px;
    display: block;
    position: relative;
}
.betcart .bet-view .teamname {
    float: left;
    width: 70%;
    line-height: 34px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #222;
    text-align: left;
}
.betcart .bet-view .odd {
    float: left;
    width: 24%;
    line-height: 34px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #222;
    text-align: right;
    padding-right: 2px;
}
.betcart .bet-view i {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
}
.betcart .mybet-view .state-view {
    margin: 10px 10px 0;
    font-size: 12px;
    color: #51e87f;
    text-align: right;
    display: block;
}
.betcart .bet-info ul {
    margin: 0;
    padding: 0;
}
.betcart .bet-info ul li {
    height: 30px;
    list-style: none;
}
.betcart .bet-info ul li .info-name {
    float: left;
    color: #b0bec5;
    line-height: 30px;
    padding: 0 10px 0;
}
.betcart .bet-info ul li .info-krw {
    float: right;
    color: #58baff;
    line-height: 30px;
    padding: 0 10px 0;
    font-size: 14px;
}
.betcart .bet-info ul li .info-odd {
    float: right;
    color: #ff4f4f;
    line-height: 30px;
    padding: 0 10px 0;
    font-size: 14px;
}
.bet-input-box{
    position: relative;
    display: block;
    height: 36px;
    margin: 6px 0 0;

}
.bet-input {
    width: 260px;
    height: 36px;
    border: 1px #161e21 solid;
    background: #34454d;
    border-radius: 4px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}
.bet-input-box .box-name {
    position: absolute;
    top: 10px;
    left: 10px;
}
.bet-input-box .box-name i {
    float: left;
}
.bet-input-box .box-name h2 {
    float: left;
    margin: 0 0 0 5px;
    color: #51e87f;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
#containers{ background: rgb(0, 0, 0,.8);border-radius: 8px;width: 1400px;overflow: hidden;min-height:1000px; height:auto!important; height:1000px;}

/* default layout */
div.bet-slip, div.charge-slip {
    text-align: center;
    background: #eee;
}

div.bet-slip ul, div.charge-slip ul {
    margin: 0; padding: 0;
    display: inline-block;
}

div.bet-slip ul li, div.charge-slip ul li {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: inline-block;
    width: 58px;
}

div.charge-slip ul li {
    width: 60px;
}

div.bet-slip ul li > span, div.charge-slip ul li span {

    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13px;
    color: white;
    background: #363942;
    cursor: pointer;
}

/* bs media break */
@media (max-width: 575.98px) {
    .hole-wrapper {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}




/* bs media break */
@media (min-width: 576px) {
    .main-container {
        min-width: 1200px;
    }
    .container {
        max-width: 540px;
    }

    .hole-wrapper {
        width: 600px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }


}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }


}
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 960px;
    }
    .main-container {
        min-width: 1200px;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

}
@media (max-width: 576px) {
    .container {
        width: 100%;
    }

}
.p-0 {
    padding: 0!important;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
@media (min-width: 768px){
    .d-md-none {
        display: none!important;
    }
}
@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-block {
        display: block!important;
    }
    .d-none {
        display: none!important;
    }
}
.border-primary {
    border-color: #007bff!important;
}
@media (min-width: 576px){
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

}
@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}


.iframe{ width: 100%;margin-top: 10px;padding-top: 20px;border-radius:4px;}
.btn, .btn-new{ border: none; }