@charset "UTF-8";

.row {
    margin: 0;
}

.row>* {
    margin: 0;
    padding: 0;
}

span.player,
span.banker,
span.tie {
    display: inline-block;
    margin: 2px 2px;
    padding: 0 4px;
    min-width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 16px;
    color: var(--white-color);
    font-size: 11px;
    line-height: 27px;
}

span.player {
    background-color: #3498db;
}

span.banker {
    background-color: #e74c3c;
}

span.tie {
    background-color: #359070;
}

.breadcumb-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 20px 0;
}

.breadcumb-content {
    position: relative;
    margin-bottom: 0;
}

.breadcumb-content .breadcumb-menu-style1 {
    display: none;
}

.breadcumb-content .breadcumb-title {
    padding: 20px 0;
    color: #000 !important;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

.pop_bg .sub_tabs {
    display: flex;
}

.pop_bg .sub_tabs li {

}

.pop_bg .sub_tabs li a {
    padding: 0;
    line-height: 44px;
}

.pop_bg .sub_tabs li + li {
    margin-left: -1px;
}

.sub_page_options {
    padding: 20px 0;
    font-size: 0;
}

.sub_page_options li {
    display: inline-block;
    margin: 0 0 5px;
}

.sub_page_options li + li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #ddd;
    content: '';
}

.sub_page_options li a {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    color: #363838;
    font-size: 15px;
}

.sub_page_options li.on a {
    color: var(--white-color);
    background: #FFC33B;
    font-weight: bold;
    border-radius: 17px;
}

.sub_page_options li.on a:before {
    display: none;
}

.sub_tabs_content {
    position: relative;
}



.tab-menu1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 2;
    border-right: none;
    border-bottom: none;
    border: 1px solid #c78a1e;
    background-color: #212121;
}

.tab-menu1 a {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    letter-spacing: -0.03em;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background-color: #181818;
    -webkit-transition: all ease 0.8s;
    border: none;
    transition: all ease 0.8s;
    border: 1px solid #212121;
}

.tab-menu1 a:hover {
    color: #fff;
}

.tab-menu1 a.active {
    color: #fff !important;
    background: #c78a1e;
}

.tab-menu1 a + a {

}

.tab-menu1 .indicator {
    z-index: -1;
    display: inline-block;
    position: absolute;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.tab-menu1 .indicator:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: var(--bs-gradient);
}

.tab-menu1 .indicator:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -2;
    margin-left: -8px;
    bottom: -8px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(338deg, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);
    background-image: linear-gradient(112deg, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);
}

.tab-menu1.no-arrow .indicator:before {
    display: none;
}

.tab-menu1.nav-fill a {
    padding: 12px 0;
    font-size: 14px;
}

.tab-menu1.nav-fill .indicator::before {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    bottom: -7px;
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.power {
    color: var(--bs-danger);
}

.normal {
    color: #f58702;
}

.contract_bet_side {
    position: relative;
    background: #fff;
}

.contract_bet_side .contract_game_cart {
    position: relative;
    padding-bottom: 0;
    padding: 15px 15px;
}

.contract_bet_side .contract_game_cart .slip-type-bet-button {
    display: block;
    height: 50px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    background: #9e1320;
    border: 1px solid #870f1a;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 100px;
    text-decoration: none;
    border-radius: 1px;
    text-align: center;
    transition: color 180ms, background 180ms, border 180ms;
}

.contract_bet_side .contract_game_cart .cart_info {
    margin-bottom: 0;
    padding: 15px 15px;
    background: #f3f3f3;
}

.contract_bet_side .contract_game_cart .cart_info .info_row {
    display: flex;
    padding: 3px 0;
}

.contract_bet_side .contract_game_cart .cart_info .info_row > em {
    display: block;
    min-width: 80px;
    font-size: 13px;
    color: #666;
}

.contract_bet_side .contract_game_cart .cart_info .info_row > b {
    color: #9e1320;
}

.contract_bet_side .contract_game_cart .cart_info .info_row > span {
    display: block;
    color: #000;
    font-size: 13px;
    flex: 1;
}

.contract_bet_side .contract_game_cart .cart_bet {
    position: relative;
    flex: 1;
    min-width: 0;
}

.contract_bet_side .contract_game_cart .cart_bet h2 {
    display: flex;
    color: var(--white-color);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.contract_bet_side .contract_game_cart .cart_bet h2 strong {
    display: block;
    flex: 1;
    min-width: 0;
}

.contract_bet_side .contract_game_cart .cart_bet h2 span {
    display: block;
}

.contract_bet_side .contract_game_cart .cart_bet h2 span em {
    color: #ce8e47;
    font-weight: bold;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count {
    display: flex;
    padding: 10px 15px;
    align-items: center;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count .tit {
    font-size: 13px;
    color: #000;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count .area {
    flex: 1;
    min-width: 0;
    color: var(--white-color);
    text-align: right;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count .area .time {
    font-size: 24px;
    color: #9e1320;
    font-weight: 400;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list {
    position: relative;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money {
    position: relative;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area .input_text {
    width: 100%;
    height: 48px;
    text-align: right;
    padding: 0 20px 0 110px;
    font-size: 15px;
    color: #9e1320;
    font-weight: 600;
    line-height: 48px;
    border: none;
    background-color: #f3f3f3;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area .input_text.red {
    color: #FFC33B;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    color: #333;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area + .input_area {
    margin-top: 4px
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area.have .input_text {
    color: #000;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area.have span {
    color: #333;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns {
    margin: 1px 0;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .row > * {
    padding: 1px 1px !important;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn {
    display: block;
    height: 32px;
    padding: 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #9e1320 !important;
    line-height: 32px;
    font-size: 13px !important;
    font-family: HelveticaNeue-Bold, AppleSDGothicNeo-Bold, helvetica, dotum, sans-serif;
    color: #9e1320 !important;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    transition: background 240ms;
    border-radius: 2px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn.bg-theme2 {
    background: #404040 !important;
    border: 1px solid #404040 !important;
    color: #fff !important;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns:after {
    content: '';
    display: block;
    clear: both;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_area {
    display: flex;
    flex: 1;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_area .btn_small {
    flex: 1;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .input_area {
    flex: 2;
    margin-left: 4px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small {
    float: left;
    min-width: 0;
    width: calc(33.3333% - 2px);
    height: 37px;
    margin: 1px 1px;
    border: none;
    border-radius: 0;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small.modify {
    display: none;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small.gray {
    background-color: #576c78;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small.light_gray, .contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small.blue {
    background-color: #CE2222;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small span {
    height: 35px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_bet_bet {
    padding: 10px 0;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .btn_betting_confirm {
    display: flex;
    height: 46px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(#FFC33B 0%, #FFC33B 54.68%, #e58400 100%);
    color: #242424;
    align-items: center;
    justify-content: center;
}

.contract_bet_side .bet_disable {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: var(--white-color);
    vertical-align: middle;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.contract_bet_side .bet_disable.on {
    display: flex;
}

.vs-member-layout1 a {
    color: inherit;
}

.vs-member-layout1 .vs-member {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.vs-member-layout1 .vs-member:after, .vs-member-layout1 .vs-member:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 40px;
}

.vs-member-layout1 .vs-member:before {
    height: 40%;
    background-image: -webkit-linear-gradient(bottom, rgba(var(--theme-color2), 0.9) 10%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, rgba(var(--theme-color2), 0.9) 10%, rgba(255, 255, 255, 0) 100%);
    top: auto;
}

.vs-member-layout1 .vs-member:after {
    background-color: #1b1d25;
    z-index: -1;
}

.vs-member-layout1 .member-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 18px;
}

.vs-member-layout1 .degi {
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    letter-spacing: 0.2em;
}

.vs-member-layout1 .member-name {
    color: var(--white-color);
    text-transform: uppercase;
}

.vs-member-layout2 a {
    color: inherit;
}

.vs-member-layout2 a:hover {

}

.vs-member-layout2 .member-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    padding: 25px 25px;
    color: #fff;
}

.vs-member-layout2 .member-content .member-name {
    font-size: 20px;
}

.vs-member-layout2 .member-content .degi {
    font-size: 14px;
}

.vs-member-layout2 .plus-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.vs-member-layout2 .member-links {
    margin-bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.vs-member-layout2 .member-links a {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: visible;
}

.vs-member-layout2 .member-links a:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.vs-member-layout2 .member-links a:nth-child(3) {
    -webkit-transform: translateX(-75px);
    -ms-transform: translateX(-75px);
    transform: translateX(-75px);
}

.vs-member-layout2 .member-links a:nth-child(4) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.vs-member-layout2 .member-links a:nth-child(5) {
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
}

.vs-member-layout2 .member-links a:nth-child(6) {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}

.vs-member-layout2 .vs-member {
    position: relative;
    margin: 10px 10px;
    -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 8%, 100% 92%, 90% 100%, 10% 100%, 0% 92%, 0% 8%);
    clip-path: polygon(10% 0%, 90% 0%, 100% 8%, 100% 92%, 90% 100%, 10% 100%, 0% 92%, 0% 8%);
}

.vs-member-layout2 .vs-member:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(bottom, rgba(var(--theme-color2), 0.7) 0%, rgba(var(--theme-color), 0) 100%);
    background-image: linear-gradient(to top, rgba(var(--theme-color2), 0.7) 0%, rgba(var(--theme-color), 0) 100%);
    z-index: 1;
}

.vs-member-layout2 .vs-member:hover .plus-icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.vs-member-layout2 .vs-member:hover .member-links a {
    opacity: 1;
    visibility: visible;
}

.vs-member-layout2 .vs-member:hover .member-links a:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vs-member-layout2 .vs-member:hover .member-links a:nth-child(3) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vs-member-layout2 .vs-member:hover .member-links a:nth-child(4) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vs-member-layout2 .vs-member:hover .member-links a:nth-child(5) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vs-member-layout2 .vs-member:hover .member-links a:nth-child(6) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/* autocomplete */
.auto_list {
    display: none;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    max-height: 124px;
    margin-top: -1px;
    padding: 17px 0;
    border: 1px solid #ddd;
    background: var(--white-color);
    z-index: 1;
}

.auto_list li {
    margin-top: 8px;
    height: 24px;
}

.auto_list li:first-child {
    margin-top: 0;
}

.auto_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    background: var(--white-color);
    box-sizing: border-box;
    font-size: 15px;
}

.icon_bul {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 5px;
    margin-top: 2px;
    background: var(--yellow-color);
    border-radius: 100%;
    text-indent: -999em;
    vertical-align: sub;
}

.vs-comments-layout1 {

}

.vs-comments-layout1 li {
    margin: 0;
}

.vs-comments-layout1 li.vs-comment {
    border-bottom: 1px solid #262c32;
}

.vs-comments-layout1 .vs-post-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px;
    margin-bottom: 0;
}

.vs-comments-layout1 p {
    margin-bottom: 0;
}


.vs-comments-layout1 .comment_list_box {
    margin-top: 1px;
}

.vs-comments-layout1 ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vs-comments-layout1 ul.comment-list ul ul,
.vs-comments-layout1 ul.comment-list ul ol,
.vs-comments-layout1 ul.comment-list ol ul,
.vs-comments-layout1 ul.comment-list ol ol {
    margin-bottom: 0;
}

.vs-comments-layout1 .author-img {
    display: none;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: var(--background-white-color);
}

.vs-comments-layout1 .comment-content {
    width: 100%;
}

.vs-comments-layout1 .commented-on {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    color: #637182;
}

.vs-comments-layout1 .vs-btn {
    width: 110px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.vs-comments-layout1 .reply_and_edit .vs-btn {
    width: auto;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background: linear-gradient(180deg,#2d353c,#222);
    color: #fff;
    border: 1px solid #424242;
}

.vs-comments-layout1 .vs-btn:hover {
    color: var(--white-color);
}

.vs-comments-layout1 .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vs-comments-layout1 .comment-body {
    flex: 1;
    min-width: 0;
    margin-right: 10px;
    font-size: 12px;
}

.vs-comments-layout1 .comment-body .text {
    margin-top: 10px;
    color: #fff;
}

.vs-comments-layout1 .text {
    margin-bottom: 25px;
}

.vs-comments-layout1 .text:last-child {
    margin-bottom: 0;
}

.vs-comments-layout1 .name {
    padding: 0;
    text-transform: capitalize;
    color: #f50;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.vs-comments-layout1 .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 30px;
}

.option_box {
    margin: 20px 0;
}

.option_box.center {
    text-align: center;
}

.option_box.right {
    text-align: right;
}

/* table */
.tbl_cont {
    border-top: 1px solid #323248;
    border-bottom: 1px solid #eee;
}

.tbl_cont table th, .tbl_cont table td {
    padding: 19px 30px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
}

.tbl_cont table th {
    background: #f7f7f7;
    font-weight: 500;
}

.tbl_cont table th em {
    display: block;
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

.tbl_cont table th.ths {
    background-color: var(--white-color);
}

.tbl_cont table th.thb {
    font-weight: 400 !important;
}

.tbl_cont table tr > th:first-child, .tbl_cont table tr > td:first-child {
    border-left: none;
}

.tbl_cont table tr:first-child th, .tbl_cont table tr:first-child td {
    border-top: none;
}

.tbl_cont table thead + tbody tr:first-child th, .tbl_cont table thead + tbody tr:first-child td {
    border-top: 1px solid #eee;
}

.tbl_cont table tfoot tr th, .tbl_cont table tfoot tr td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.tbl_cont table tfoot tr.total + tr th, .tbl_cont table tfoot tr.total + tr td {
    border-top: 1px solid #ccc;
}

.tbl_cont.left table td {
    text-align: left;
}

.tbl_tip {
    margin-bottom: 8px;
    padding: 10px 5px;
    font-size: 13px;
    color: var(--white-color);
}

.board_btn_top, .board_btn_bottom {
    display: flex;
    position: relative;
}

.board_btn_top:after, .board_btn_bottom:after {
    content: '';
    display: block;
    clear: both;
}

.board_btn_top.floating, .board_btn_bottom.floating {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 0;
}

.board_btn_top .left, .board_btn_top .right, .board_btn_top .center, .board_btn_bottom .left, .board_btn_bottom .right, .board_btn_bottom .center {
    display: flex;
    flex: 1;
}

.board_btn_top .left .btn_ui + .btn_ui, .board_btn_top .right .btn_ui + .btn_ui, .board_btn_top .center .btn_ui + .btn_ui, .board_btn_bottom .left .btn_ui + .btn_ui, .board_btn_bottom .right .btn_ui + .btn_ui, .board_btn_bottom .center .btn_ui + .btn_ui {
    margin-left: 8px;
}

.board_btn_top .left, .board_btn_bottom .left {
    justify-content: flex-start;
}

.board_btn_top .right, .board_btn_bottom .right {
    justify-content: flex-end;
}

.board_btn_top .center, .board_btn_bottom .center {
    justify-content: center;
}

.board_btn_top {
    padding: 0;
}

.board_btn_top.align_top {
    margin-top: -48px;
}

.board_btn_top .coup {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 27px;
}

.board_btn_top .coup strong {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
    color: #f50;
    vertical-align: top;
}

.search_form {
    padding-bottom: 20px;
}

.board_btn_bottom {
    padding-top: 20px;
}

.table-responsive-sm {
    padding: 0;
}

.table {
    margin: 0;
    border-top: 1px solid #545454;
    box-shadow: none;
}

.table.tbl_game_result tr:nth-child(even) {
    background-color: #242424;
}

.table.tbl_autobet {
    background: #141e29;
}

.table th, .table td {
    border-bottom: 1px solid #383838;
    box-shadow: none;
}

.table td .s_card {
    display: inline-block;
    margin: 2px 2px;
}

.table td .s_card img {
    width: 35px !important;
}

.table th .checkbox, .table td .checkbox {
    margin-top: -10px;
    vertical-align: middle;
}

.table th .checkbox label, .table td .checkbox label {
    padding-left: 24px;
}

.table th.left, .table td.left {
    text-align: left;
}

.table th.right, .table td.right {
    text-align: right;
}

.table th.bdb, .table td.bdb {
    border-bottom: 1px solid var(--border-color);
}

.table th.bdr, .table td.bdr {
    border-right: 1px solid var(--border-color);
}

.table th.bdl, .table td.bdl {
    border-left: 1px solid var(--border-color);
}

.table th {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-image: linear-gradient(180deg, #29292c 0, #121213);
    border-bottom: 1px solid #2c2c2c !important;
}

.table td {
    padding: 10px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table td .input-group-text {
    font-size: 12px;
}

.table td a {
    color: #e9b048;
}

.table td a .attach {
    display: inline-block;
    padding: 0 4px;
    height: 22px;
    background-color: var(--background-white-color);
    font-size: 11px;
    vertical-align: middle;
    border-radius: 2px;
    color: var(--white-color);
    line-height: 22px;
    min-width: 46px;
    margin-top: -2px;
    text-align: center;
    letter-spacing: -1px;
}

.table td a .attach .fal {
    margin-top: 5px;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
}

.table td .in, .table td .inn {
    font-weight: 400;
    color: var(--yellow-color);
}

.table td .out {
    font-weight: 400;
    color: var(--bs-danger);
}

.table td .cash {
    font-weight: bold;
    color: #dea180;
}

.table td .cash.in_cash {
    color: var(--yellow-color);
}

.table td .cash.out_cash {
    color: #ff565a;
}

.table td .yes {
    color: #ff565a;
}

.table td .no {
    color: rgba(255, 255, 255, 0.5);
}

.table td .badge {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 0;
    vertical-align: middle;
}

.table td .badge.stay {
    background-color: #08223c;
    border-color: #08223c;
    color: var(--white-color);
}

.table td .badge.complete {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--black-color);
}

.table td .badge.dcancel {
    background-color: #e70012;
    border-color: #e70012;
    color: var(--white-color);
}

.table td .text_box.request {
    color: rgba(255, 255, 255, 0.5);
}

.table td .text_box.complete {
    color: #0182dd;
}

.table td .text_box.fail {
    color: #d22627;
}

.table td .text_box.stay {
    color: #959595;
}

.table td .file {
    color: rgba(255, 255, 255, 0.5);
}

.table td .read {
    color: #9daab9;
}

.table td .cate {
    color: var(--white-color);
}

.table td .unread {
    color: #00b3e0;
}

.table td .flexbox {
    display: flex;
    align-items: center;
}

.table td .flexbox .input_text + .selectbox {
    margin-left: 5px;
}

.table td .flexbox .btn_ui {
    margin-left: 10px;
}

.table td .flexbox .label {
    display: block;
    margin-left: 10px;
}

.table td .ball + .ball {

}

.table td .bet_result_box {
    padding: 12px 12px;
}

.table td .bet_result_box .sports_game_item {
    border: none;
}

.table td .bet_result_box .sports_game_item .score_col.team_name {
    border-right: none !important;
}

.table td .bet_result_box .sports_game_item .score_col.type {
    display: flex !important;
}

.table td .bet_result_box .sports_game_item .score_col.type .line {
    min-width: 100px;
}

.table td .bet_result_box .sports_game_item .sports_score_head {
    border-radius: 3px;
    overflow: hidden;
}

.table td .bet_result_box .sports_game_item + .sports_game_item {
    border-top: 1px solid #ddd;
}

.table td .bet_result_box .sports_game_item:last-child {
    border-bottom: none;
}

.table td .btn_ui {
    text-decoration: none !important;
}

.table td .btn_score {
    display: inline-block;
    min-width: 45px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 7px;
    color: #bdbdbd;
    font-weight: 400;
    border-collapse: separate;
    border-radius: 2px;
    cursor: pointer;
}

.table td.hdr {
    padding: 2px 0;
    border: none !important;
}

.table td.balls {
    white-space: nowrap;
}

.table td.cash {
    font-weight: bold;
    color: #f50;
}

.table td.cash2 {
    font-weight: bold;
    color: #00acac;
}

.table td.game {
    font-weight: 400;
    color: var(--white-color);
}

.table td.game a {
    color: var(--white-color);
}

.table td.date {
    color: #7c7c7c;
}

.table td.subject {
    text-align: left;
    color: #000;
}

.table td.subject a {
    color: #000;
}

.table td.results {
    padding: 0;
}

.table td.btn_set .btn_ui {
    margin-top: 5px;
}

.table td.noresult {
    padding: 40px 20px !important;
    text-align: center;
}

.table td.noresult .fal {
    margin-bottom: 10px;
    font-size: 30px;
}

.table tbody th {
    border-bottom: none;
    border-top: 1px solid var(--border-color);
}

.table a:hover {
    text-decoration: underline;
}

.table a .notice {
    display: inline-block;
    height: 21px;
    margin-top: 0;
    margin-right: 6px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 11px;
    vertical-align: top;
    background-color: var(--white-color);
    border: 1px solid #ddd;
    color: #101010;
}

.table a .new {
    display: inline-block;
    height: 21px;
    margin-top: 0;
    margin-right: 6px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 11px;
    vertical-align: top;
    background-color: var(--yellow-color);
    color: var(--white-color);
}

.table tr:last-child td.hdr {
    padding: 0;
    border: none;
}

.table tr.notice td {
    background-color: #242424;
}

.table tr.unread td {
    background-color: #061d33;
}

.table tr.first {
    background: none !important;
}

.table tr.first td {
    background: linear-gradient(180deg,#010409 0,#1a1a1a)!important;
    padding: 12px 15px;
    border-top: none !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: left;
    color: #fff;
}

.table tr.first td a {
    color: var(--white-color);
    font-weight: 600;
}

.table tr.divide {
    background: none !important;
}

.table tr.divide td {
    border: none !important;
    background-color: #1e2a3a;
}

.table.tbl_autobet td .tbl_autobet {
    margin: 1px 0 0;
    border: none;
}

.table.tbl_autobet td .tbl_autobet tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid var(--border-color);
}

.table.tbl_autobet td .tbl_autobet tr td:last-child {
    border-right-color: #2e3956;
}

.table.tbl_autobet td .tbl_autobet tr:first-child td {
    border-top-color: #2e3956;
}

.table.tbl_autobet td.hdr {
    height: 1px;
    font-size: 0;
    padding: 0;
    line-height: 0;
    background-color: var(--border-color);
}

.table.tbl_small th, .table.tbl_small td {
    padding: 15px 10px;
    font-size: 14px;
}

.table.tbl_small th {
    font-size: 15px;
}

.table.tbl_small td.noresult {
    padding: 50px 20px !important;
}


.btn_pop_area {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: var(--light-dark-color);
    text-align: center;
    z-index: 1000;
}

.btn_pop_area .btn_ui.btn_medium {
    min-width: 140px;
}

.btn {font-size: 13px;}

.btn_area_top {
    margin-bottom: 10px;
}

.vs-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.vs-btn {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    margin: 0 2px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #1d1c18, #4c3919);
    padding: 0 16px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    border-radius: 0;
    font-size: 12px;
    min-width: 80px;
    border: 1px solid #dfb881;
}

.vs-btn i {
    margin-right: 7px;
}

.vs-btn.black-skew,
.vs-btn.gradient-btn,
.vs-btn.red-skew  {
}

.vs-btn.black-skew {
    border: 1px solid #424242;
    background: linear-gradient(180deg, #29292c 0, #121213);
    color: #fff;
}

.vs-btn.gradient-btn {
    background: linear-gradient(180deg, #1d1c18, #4c3919);
    border: 1px solid #c48e2c;
    color: #fff;
    font-weight: bold;
}

.vs-btn.red-skew {
    background: #9e1320;
    border-color: #870f1a;
}

.vs-btn.outline1 {
    padding: 18px 45px;
    color: var(--white-color);
    text-transform: capitalize;
}

.vs-btn.outline1 i {
    color: rgba(var(--theme-color), 1);
}

.vs-btn.outline1:before {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border: 2px solid #1e2128;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.vs-btn.outline1:hover::before {
    border-color: var(--white-color);
}

.vs-btn.outline2 {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    height: 60px;
    line-height: 58px;
}

.vs-btn.style1 {
    background-color: var(--orange-color);
    color: var(--white-color);
    height: 60px;
    line-height: 60px;
}

.vs-btn.no-skew:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
}

.vs-btn.style2 i {
    color: rgba(var(--theme-color3), 1);
}

.vs-btn.style3 {
    min-width: auto;
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    padding: 22.5px 47px;
    font-size: 16px;
}

.vs-btn.style3:after, .vs-btn.style3:before {
    content: '';
    position: absolute;
    left: -85%;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: var(--orange-color);
    z-index: -1;
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -70%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ratebetter {
    from {
        color: var(--white-color);
    }
    50% {
        color: #000;
    }
    to {
        color: var(--white-color);
    }
}

@keyframes rateworse {
    from {
        color: #000;
    }
    50% {
        color: #317efe;
    }
    to {
        color: #000;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        margin: 0;
    }

    .row>* {
        padding: 0;
        margin: 0;
    }

    .container {
        padding: 0 !important;
    }

    .breadcumb-wrapper {
        padding: 0;
    }

    .breadcumb-content {
        padding: 0;
        text-align: center;
        border-bottom: none;
    }

    .breadcumb-content .breadcumb-menu-style1 {
        display: none;
    }

    .breadcumb-content .breadcumb-title {
        display: block;
        width: 100%;
        min-height: 0;
        font-size: 20px;
        line-height: normal;
        padding: 10px 0;
        border: none;
    }

    .board_btn_top {
        padding: 10px 10px !important;
    }

    .board_btn_top.floating {
        position: relative;
        top: auto;
        right: auto;
    }

    .board_btn_top.align_top {
        margin-top: 0;
    }

    .board_btn_top .coup {
        font-size: 12px;
        line-height: 27px;
    }

    .board_btn_top .coup strong {
        margin-left: 4px;
        font-size: 12px;
    }

    .input_text {
        width: 100% !important;
        padding: 0 10px;
        font-size: 13px;
    }

    .checkbox label {
        padding-left: 34px;
        font-size: 12px;
    }

    .selectbox {
        width: 100% !important;
    }

    .selectbox > select {
        width: 100% !important;
        padding: 0 10px;
        font-size: 14px;
    }

    .ball {
        transform: scale(0.8);
    }

    .ball + .ball {
        margin-left: 0;
    }

    .tab-menu1 {
        padding-bottom: 2px;
    }

    .tab-menu1 a {
        margin-bottom: -1px;
        width: 50%;
        font-size: 13px;
        padding: 8px 5px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
    }

    .tab-menu1 .indicator:before {
        display: none;
    }

    /* table */
    .tbl_cont table th, .tbl_cont table td {
        padding: 15px 5px;
        font-size: 13px;
    }

    .tbl_cont table th em {
        font-size: 15px;
    }

    .tbl_scroll {
        overflow-x: auto;
    }

    .tbl_scroll .table {

    }

    .tbl_scroll .table.tbl_game_result {
        min-width: 640px;
    }

    .table th {font-size: 12px;white-space: nowrap;padding: 8px 5px;letter-spacing: -1px;}

    .table td .badge {
        min-width: 0;
        height: 24px;
        padding: 0 8px;
        font-size: 12px;
        line-height: 24px;
    }

    .table td .btn_score {
        min-width: 0;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        vertical-align: middle;
    }

    .table td .bet_result_box {
        position: relative;
        border: none;
        padding: 0;
    }

    .table td .bet_result_box .sports_game_item {
        padding: 6px 6px;
    }

    .table td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item {
        border-bottom: none;
    }

    .table td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.team_name {
        padding: 0;
    }

    .table td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item .score_col.score {
        min-width: 0;
        flex: 1;
        border: 1px solid #094a68;
    }

    .table td .bet_result_box .sports_game_item .game_body .sports_score_list .sports_score_item + .sports_score_item {
        padding-top: 10px;
    }

    .table td .bet_result_box .sports_game_item .game_body + .game_body {
        border-top: 1px solid #ddd;
    }

    .table td .bet_result_box .sports_game_item + .sports_game_item {
        margin-top: 4px;
        padding-top: 6px;
    }

    .table td.noresult {
        padding: 40px 5px !important;
    }

    .board_btn_bottom {
        padding: 10px 10px;
    }

    .board_btn_bottom .right {
        justify-content: center;
    }

    .board_btn_bottom .btn_ui {
        width: calc(50% - 4px);
        margin: 2px 2px;
    }

    .sports_game_list {
        background: none;
        padding: 5px 5px;
    }

    .sports_game_list .sports_game_list_item {
        padding: 5px 5px;
        background-color: #05182b;
        border: 1px solid #204163;
        background-color: #141414;
        border-radius: 3px;
    }

    .sports_game_list .sports_game_list_item + .sports_game_list_item {
        margin-top: 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_head {
        margin-bottom: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_head .name {
        font-size: 13px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game {
        display: block;
        padding: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col {
        padding: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live {
        float: left;
        min-width: 30px;
        margin-top: 6px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team {
        height: 25px;
        margin: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_live .game_team .btn_game_live, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_live .game_team .btn_game_live {
        border: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date {
        float: left;
        margin-top: 6px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_date .game_team, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_date .game_team {
        height: 25px;
        margin: 0;
        padding: 0;
        background: none;
        justify-content: flex-start;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col + .game_col, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col + .game_col {
        margin-left: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds {
        clear: both;
        padding-top: 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team {
        margin: 1px 1px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team .game_team, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team .game_team {
        display: flex;
        margin: -1px -5px !important;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team .name, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team .rating, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team .name, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team .rating {
        font-size: 12px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team .name, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team .name {
        margin-right: 4px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team .rating, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team .rating {
        padding-left: 15px;
        font-size: 11px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_playtime, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_playtime {
        position: absolute;
        top: 6px;
        right: 94px;
        height: 25px;
        min-width: 0;
        line-height: 25px;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 11px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_draw, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_draw {
        display: flex;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_score, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_score {
        display: flex;
        min-width: 96px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_score .home_score, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_score .away_score, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_score .home_score, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_score .away_score {
        font-size: 20px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_live_more, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_live_more {
        position: absolute;
        right: 0;
        top: 3px;
        height: 25px;
        min-width: 84px;
        border: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds .game_team.team_live_more .btn_realtime, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds .game_team.team_live_more .btn_realtime {
        height: 25px;
        background: none;
        border-radius: 3px;
        font-size: 11px;
        line-height: 25px;
        flex: 1;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_odds.flex_wrap, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_odds.flex_wrap {
        padding-right: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more_blank, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more_blank {
        display: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more {
        position: absolute;
        right: 0;
        top: 3px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_odds .game_col.game_more .btn_game_more, .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_game .game_col.game_more .btn_game_more {
        height: 30px;
        background: none;
        border: 1px solid #284b6f;
        border-radius: 3px;
        line-height: 30px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games {
        margin: 5px 3px 5px;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game {
        background: none;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_type .game_team {
        margin: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item .item_game_item_games .item_game_item_game .game_col.game_odds {
        padding-top: 0;
    }

    .sports_game_list .sports_game_list_item .item_game_body .item_game_item + .item_game_item {
        margin-top: 5px;
        border-top: 1px solid #2c2c46;
    }

    .vs-btn,
    .vs-btn {
        margin: 0 1px;
        padding: 0 13px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .vs-btn.black-skew:only-child,
    .vs-btn.gradient-btn:only-child {
        /* width: 100%; */
    }

    .vs-comments-layout1 .reply_and_edit .vs-btn {
        font-size: 12px;
        min-width: 60px;
        padding: 0 5px;
        font-size: 12px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .vs-btn.black-skew:before,
    .vs-btn.red-skew:before,
    .vs-btn.gradient-btn:before {
        transform: none;
        left: 0;
        right: 0;
    }

    .pop_bg .sub_tabs {
        display: block;
        border: 1px solid #3d6fa0;
        border-top: none;
    }

    .pop_bg .sub_tabs li {

    }

    .pop_bg .sub_tabs li:nth-child(3n) a {
        border-right: none;
    }

    .pop_bg .sub_tabs li a {
        border-top: none;
        border-left: none;
        margin: 0;
    }

    .pop_bg .sub_tabs li {
        margin-bottom: -1px;
    }

    .pop_bg .sub_tabs li + li {
        margin-left: 0;
        border: none;
        border-top: 1px solid #3d6fa0;
    }
}

.sub_container {
    padding-top: 0;
    padding-bottom: 0;
}

.sub_title {
    margin-bottom: 4px;
    padding: 0;
    text-align: center;
    border-bottom: none;
    background-color: #0D1626;
}

.sub_title:first-child {
    padding-top: 0;
}

.sub_title h2 {
    width: 100%;
    min-height: 0;
    font-size: 17px;
    line-height: normal;
    padding: 10px 0;
    border: none;
}

.sub_title .btn_set {
    top: 4px;
    right: 15px;
    z-index: 1;
}

.sub_title .btn_set .btn_ui {
    float: none;
}

.sub_content {
    padding-top: 0;
    padding-bottom: 20px;
}

.sub_article {
    padding-bottom: 0;
}

.sub_article .inner_wrap {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.sub_article.flexbox .inner_wrap {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
}

.sub_article .sub_aside {
    display: none;
}

.sub_cont_title {
    margin: 15px 0;
    font-size: 13px;
}

/* 입출금 신청 */
.money_charge {
    padding: 0;
}

.money_charge .tit_area {
    margin-top: 30px;
    margin-top: 4px !important;
    padding: 10px 10px;
}

.money_charge .tit_area:first-child {
    margin-top: 0;
}

.money_charge .tit_area h3 {
    font-size: 14px;
}

.wating_box {
    padding: 100px 0;
}

.wating_box:before {
    margin: 0 auto 20px;
}

.wating_box .tit {
    font-size: 18px;
}

.wating_box .text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}

.wating_box .btn_box {
    margin-top: 20px;
}

.wating_box .btn_box button {
    min-width: 150px;
}


.contract_bet_side {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    min-width: 0;
    margin: 10px 0 0;
    box-shadow: 0 0 31px 0 rgb(0 0 0 / 10%);
}


.contract_bet_side .contract_game_cart {
    display: block;
    padding-bottom: 0;
    border-top: 1px solid #333;
}

.contract_bet_side .contract_game_cart .cart_info {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 10px 15px;
    flex-wrap: wrap;
    /* background: none; */
}

.contract_bet_side .contract_game_cart .cart_info .info_row {
    width: 50%;
    margin: 2px 0 !important;
    padding: 0;
}

.contract_bet_side .contract_game_cart .cart_info .info_row b {
    font-size: 13px;
}

.contract_bet_side .contract_game_cart .cart_info .info_row > em {
    min-width: 70px;
    font-size: 13px;
}

.contract_bet_side .contract_game_cart .cart_info .info_row span {
    font-size: 13px;
}

.contract_bet_side .contract_game_cart .cart_bet {
    padding: 7px 0 10px;
    border: none;
    background: none;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count {
    display: none;
}

.contract_bet_side .contract_game_cart .cart_bet .bet_count .area .time {
    font-size: 20px;
    line-height: normal;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form {
    display: block;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money {
    display: flex;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money:after {
    content: '';
    display: block;
    clear: both;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area {
    flex: 1;
    min-width: 0;
    margin: 0 !important;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area.have {
    display: none;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area span {
    top: 9px;
    left: 8px;
    font-size: 12px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area + .input_area {
    margin-left: 2px !important;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_money .input_area .input_text {
    height: 35px;
    padding-left: 70px;
    padding-right: 10px;
    line-height: 35px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list {
    padding: 0;
    background: none;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_bet_bet {padding: 5px 0 0;}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns {
    flex-wrap: wrap;
    margin: 4px 0 0 !important;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small {
    width: calc(25% - 2px);
    min-width: 0;
    height: 32px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small.modify {
    display: block;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_small span {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .btn_area {
    display: none;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list .bet_btns .input_area {
    display: block;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .cart_list li:last-child .bet_btns {
    margin-top: 0;
    flex-direction: column;
}

.contract_bet_side .contract_game_cart .cart_bet .cart_form .btn_betting_confirm {
    width: 100%;
    height: 50px;
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 50px;
}

.contract_bet_side .bet_disable {
    font-size: 16px;
}

.provider-banner {
    margin-bottom: 10px;
    background: #000;
}

.provider-banner .game-provider-wrapper {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
}

.provider-banner .game-provider-wrapper .game-provider.game-provider-bg {
    width: calc(33.3333% - 7px);
    height: 40px;
    margin: 2px;
    float: left;
    border-radius: 2px;
}

.provider-banner .game-provider-wrapper .game-provider.game-provider-bg .provider-bg-inner {border-radius: 2px;}

.provider-banner .game-provider-wrapper .game-provider.game-provider-bg .provider-bg-inner .provider {
    transform: scale(.7) !important;
}

.provider-banner .game-provider-wrapper .game-provider.game-provider-bg .provider-bg-inner:after {
    border-radius: 2px;
}

.pop_bg .sub_content {
    padding-bottom: 80px !important;
}

.pop_bg .tbl_result_box {
    padding: 0 10px !important;
}

.container {
    padding: 15px 15px;
    max-width: 100% !important;
}
