@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.trade_coin_page p, .trade_coin_page p span, .trade_coin_page div, .trade_coin_page button, .trade_coin_page table span, .trade_coin_page table p {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.trade_coin_page {
    margin-top: 60px;
    background-color: #f5f5f5;
}

.trade_coin_page #container{
    padding: 20px 25px;
    max-width: 1536px;
    margin: auto;
}

.trade_coin_page #container .padding_box{
    padding: 15px;
}


/* table common */

.trade_coin_page #container table {
    margin-top: 10px
}

.trade_coin_page #container table tr th{
    font-size: 12px;
    color: #777E90;
    text-align: center;
    height: 40px;
    border: 0;
    font-weight: 700;
    background-color: transparent;
}

.trade_coin_page #container table tr th:nth-child(1){
    text-align: start;
}

.trade_coin_page #container table tr th, .trade_coin_page #container table tr td{
    border: 0;
}

.trade_coin_page #container table tr td {
    padding: 6px 3px;
}

.trade_coin_page #container table tr th {
    padding: 12px 3px;
}

.trade_coin_page #container table tr td, .trade_coin_page #container table tr td p {
    font-size: 12px;
    font-weight: 500;
    color: #313134;
}

.trade_coin_page #container .text_danger, .trade_coin_page #container .text_danger p{
    color: #E45561;
    font-size: 12px;
}

.trade_coin_page #container .text_primary, .trade_coin_page #container .text_primary p{
    color: #00B4AB;
    font-size: 12px;
}

.trade_coin_page #container .multiplication-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 25px;
}

.trade_coin_page #container .multiplication-group button{
    padding: 10px 0;
    color: #fff;
    border-radius: 3px;
    background-color: #FF7A00;
    font-weight: 700;
}

/* range slider */

.range_slider{
    position: relative;
    cursor: pointer;
}

.slider_group form,
.slider_group .custom-slider-widget,
.slider_group input{
    width: 100%;
}

.slider_group input {
    cursor: pointer;
}

.range_slider .visually-hidden {
	 border: 0;
	 clip: rect(0 0 0 0);
	 height: 1px;
	 margin: -1px;
	 overflow: hidden;
	 padding: 0;
	 position: absolute;
	 width: 1px;
}
.range_slider label {
	 display: block;
	 margin: 0 0 6px;
}
 .slider-wrapper {
	 margin: 0px 0 20px;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
}
 .slider-wrapper .custom-track {
	 background-color: #A4A4A4;
	 border-radius: 3px;
	 height: 8px;
	 position: relative;
	 width: 100%;
}
 .slider-wrapper .custom-fill {
	 background-color: #0B8BEE;
	 border-radius: 3px;
	 bottom: 0;
	 content: "";
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 50%;
}
 .slider-wrapper .custom-thumb {
	 background-color: #0B8BEE;
	 border-radius: 50%;
	 height: 24px;
	 left: 50%;
	 margin-left: -12px;
	 position: absolute;
	 top: -8px;
	 width: 24px;
     z-index: 2;
}
 .slider-wrapper .custom-thumb:before {
	 background-color: #f2f2f2;
	 border-radius: 50%;
	 box-shadow: 0 0 3px 0 #0c0b0d;
	 content: "";
	 height: 14px;
	 left: 5px;
	 position: absolute;
	 top: 5px;
	 width: 14px;
}
 .slider-wrapper output {
	 position: absolute;
     top: 35px;
}
 .slider-wrapper input[type=range] {
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 2;
}
 .slider-wrapper input[type=range]::-ms-track {
	 width: 100%;
	 height: 100%;
	 -webkit-appearance: none;
	 margin: 0px;
	 padding: 0px;
	 border: 0 none;
	 background: transparent;
	 color: transparent;
	 overflow: visible;
}
 .slider-wrapper input[type=range]::-moz-range-track {
	 width: 100%;
	 height: 100%;
	 -moz-appearance: none;
	 margin: 0px;
	 padding: 0px;
	 border: 0 none;
	 background: transparent;
	 color: transparent;
	 overflow: visible;
}
 .slider-wrapper input[type=range] {
	 width: 100%;
	 height: 100%;
	 -webkit-appearance: none;
	 margin: 0px;
	 padding: 0px;
	 border: 0 none;
	 background: transparent;
	 color: transparent;
	 overflow: visible;
     z-index: 3;
}
 .slider-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
	 background: transparent;
	 border: transparent;
}
 .slider-wrapper input[type=range]:focus {
	 outline: none;
}
 .slider-wrapper input[type=range]::-ms-thumb {
	 width: 24px;
	 height: 24px;
	 border-radius: 12px;
	 border: 0 none;
	 background: transparent;
	 cursor: pointer;
}
 .slider-wrapper input[type=range]::-moz-range-thumb {
	 width: 24px;
	 height: 24px;
	 border-radius: 12px;
	 border: 0 none;
	 background: transparent;
	 cursor: pointer;
}
 .slider-wrapper input[type=range]::-webkit-slider-thumb {
	 width: 24px;
	 height: 24px;
	 border-radius: 12px;
	 border: 0 none;
	 background: transparent;
	 cursor: pointer;
	 -webkit-appearance: none;
}
 .slider-wrapper input[type=range]::-ms-fill-lower {
	 background: transparent;
	 border: 0 none;
}
 .slider-wrapper input[type=range]::-ms-fill-upper {
	 background: transparent;
	 border: 0 none;
}
 .slider-wrapper input[type=range]::-ms-tooltip {
	 display: none;
}


datalist {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -6px;
    width: calc(100% + 12px);
}
  
datalist option {
    position: relative;
    background: #A4A4A4;
    top: 10px;
    height: 13px;
    width: 13px;
    z-index: 1;
    border-radius: 50%;
    min-height: 0;
}


/* radio button */

.buy_sell_btn input{
    display: none;
}

.buy_sell_btn > div{
    position: relative;
}

.buy_sell_btn [type="radio"]:checked,
.buy_sell_btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.buy_sell_btn [type="radio"]:checked + label,
.buy_sell_btn [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    height: 45px;
}
.buy_sell_btn [type="radio"]:checked + label:before,
.buy_sell_btn [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    transition: 0.2s;
}

.buy_sell_btn [type="radio"]:checked + label:after,
.buy_sell_btn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 5px;
    transition: 0.2s;
}

.buy_sell_btn #buyBetting:checked + label:after,
.buy_sell_btn #buyBetting:not(:checked) + label:after{
    background-color: #E45561;
}

.buy_sell_btn #sellBetting:checked + label:after,
.buy_sell_btn #sellBetting:not(:checked) + label:after{
    background-color: #00B4AB;
}

.buy_sell_btn .button_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.buy_sell_btn .button_txt span{
    color: #fff;
    font-size: 14px;
}

.buy_sell_btn .button_txt .rate{
    margin-left: 10px;
}


.buy_sell_btn [type="radio"]:not(:checked) + label:before{
    background-color: #A4A4A4;
}


.buy_sell_btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.buy_sell_btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    margin-top: -4px;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    border-radius: 32px;
    border: 1px solid #D1D7D8;
    background: #fff;
    text-align: start;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 10;
    top: -5px;
    left: 105%;
    font-size: 14px;
    font-weight: 600;
}

.tooltip .tooltip_content {
    font-size: 12px;
    font-weight: 400;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* chart-area */

.trade_coin_page #container .chart_area {
    width: 100%;
    height: 500px;
}

.trade_coin_page #container .section_wrap{
    display: grid;
    grid-template-columns: 2fr 5fr 2fr;
    gap: 6px;
}

.trade_coin_page #container .section_wrap .order_wrap{
    margin-top: 0px;
}

.trade_coin_page #container .game_wrap{
    padding: 0px;
}

.trade_coin_page #container .game_wrap .game_box{
    padding: 10px 0px 0px 0;
    background-color: white;
    overflow: hidden;
}

.trade_coin_page #container .game_wrap .game_top {
    margin: 0 20px 20px;
    justify-content: space-between;
}

.trade_coin_page #container .game_wrap .game_top .game-top-left{
    display: flex;
    align-items: center;
}

.trade_coin_page #container .game_wrap .game_top .game-top-left img{
    width: 33px;
    height: 33px;
}

.trade_coin_page #container .game_wrap .game_top .time_wrap{
    margin-left: 0px;
    padding: 6px 12px;
}

/* .trade_coin_page #container .game_wrap .game_top .desc {
    padding: 15px 0 0 20px;
} */

.trade_coin_page #container .game_top_mb {
    display: none;
}

.trade_coin_page #container .game_wrap .game_top .title {
    display: flex;
    align-items: center;
}

.trade_coin_page #container .game_wrap .game_top .title span {
    margin: 0 20px 0 10px;
}

/* border-radius */

.trade_coin_page #container .game_wrap .game_box,
.trade_coin_page #container .game_wrap .betting_box_bg .betting_box,
.trade_coin_page #container .section_two_wrap.oder_wrap,
.trade_coin_page #container .list_coin_wrap > div{
    border-radius: 6px;
}



.trade_coin_page #container .section_two_wrap.oder_wrap{
    overflow: hidden;
}




/*  list coin */

.trade_coin_page #container .list_coin_wrap > div{
    background-color: #fff;
}

.trade_coin_page #container .list_coin_wrap .search {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #D0D3DC;
    align-items: center;
    padding-left: 10px;
}

.trade_coin_page #container .list_coin_wrap .search button {
    width: 70px;
    padding: 15px 0;
    background-color: #E7E8EC;
    color: #313134;
    font-size: 14px;
    line-height: 10px;
}

.trade_coin_page #container .list_coin_wrap .search input{
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
}

.trade_coin_page #container .list_coin_wrap .search input::placeholder{
    color: #777E90;
}

.trade_coin_page #container .game_wrap .game_top .title img {
    width: 35px;
    margin-left: 40px;
}

.trade_coin_page #container .list_coin_wrap .search input::placeholder{
    color: #525050;
}

.trade_coin_page #container .list_coin_wrap table tr th:nth-child(2){
    text-align: start;
}

.trade_coin_page #container .list_coin_wrap table tr td:nth-child(1),
.trade_coin_page #container .list_coin_wrap table tr td:nth-child(3),
.trade_coin_page #container .list_coin_wrap table tr td:nth-child(4),
.trade_coin_page #container .list_coin_wrap table tr td:nth-child(5){
    text-align: center;
}

.trade_coin_page #container .list_coin_wrap table.transaction_area tr td{
    text-align: start;
}

.trade_coin_page #container .list_coin_wrap table.transaction_area .tran_loading td{
    text-align: center;
}

.trade_coin_page #container .list_coin_wrap table tr td, .trade_coin_page #container .list_coin_wrap table tr td p{
    font-size: 12px;
    line-height: 16px;
}

.trade_coin_page #container .list_coin_wrap table tr td .title{
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.trade_coin_page #container .list_coin_wrap table tr{
    cursor: pointer;
}

.trade_coin_page #container .list_coin_wrap table tr:last-child{
    border-bottom: 0px;
}

.trade_coin_page #container .list_coin_wrap table tr:hover td{
    background: #F1F5F8;
}

.trade_coin_page #container .list_coin_wrap .section_two_wrap{
    margin-top: 6px;
    padding: 5px 5px 15px 5px;
}

.trade_coin_page #container .result_table table tr{
    border-bottom: 1px solid #D1D7D8;
}

.trade_coin_page #container .result_table table tr:last-child{
    border-bottom: 0px;
}
/* section 2 */


.trade_coin_page #container .section_two_wrap .left_box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.trade_coin_page #container .section_two_wrap.oder_wrap {
    background-color: #fff;
}

.trade_coin_page #container .section_two_wrap.oder_wrap_mb {
    display: none;
    background-color: transparent;
}

.trade_coin_page #container .section_two_wrap.transaction_wrap_mb{
    display: none;
}

.trade_coin_page #container .section_two_wrap .result_box .title{
    display: none;
}

.trade_coin_page #container .section_two_wrap.result_wrap_mb{
    display: none;
}

@keyframes rotate {
    from {
      -webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -o-transform:rotate(0deg);
    }
    to {
      -webkit-transform:rotate(360deg);
      -moz-transform:rotate(360deg);
      -o-transform:rotate(360deg);
    }
}

.trade_coin_page #container .section_two_wrap .left_box .coin_loading{
    text-align: center;
}

.trade_coin_page #container .section_two_wrap .left_box .coin_loading img{
    animation: rotate 2s linear 0s infinite;
    -webkit-animation: rotate 2s linear 0s infinite;
    -moz-animation: rotate 2s linear 0s infinite;
    -o-animation: rotate 2s linear 0s infinite; 
    max-width: 150px;
}

.trade_coin_page #container .section_two_wrap .left_box > div,
.trade_coin_page #container .section_two_wrap .right_box {
    background-color: #fff;
}

.trade_coin_page #container .section_two_wrap .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.trade_coin_page #container .section_two_wrap .title .title_text,
.trade_coin_page #container .show_list_coin_mb .title .title_text
 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.trade_coin_page #container .section_two_wrap .betting_box_bg .round_box{
    display: none;
    margin-bottom: 0;
}

.trade_coin_page #container .section_two_wrap table tr th{
    padding: 10px 5px;
    text-align: start;
}
.trade_coin_page #container .section_two_wrap table tr td{
    padding: 5px;
    height: 30px;
    text-align: start;
}

.trade_coin_page #container .section_two_wrap table tr.even td,
.trade_coin_page #container .section_two_wrap table tr.even{
    background: #F1F5F8;
}

.trade_coin_page #container .section_two_wrap .current_price{
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10px 0;
    padding-left: 20px;
}

.trade_coin_page #container .section_two_wrap .current_price span{
    font-weight: 600;
    font-size: 20px;
}

.trade_coin_page #container .section_two_wrap .transaction_area tr th:nth-child(4),
.trade_coin_page #container .section_two_wrap .transaction_area tr td:nth-child(4){
    text-align: center;
}

.trade_coin_page #container .section_two_wrap .coin_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trade_coin_page #container .section_two_wrap .coin_title .charge_link{
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #47A5E9;
    display: none;
}

.trade_coin_page #container .section_two_wrap .coin_title .coin_name{
    display: flex;
    align-items: center;
}

.trade_coin_page #container .section_two_wrap .coin_title .coin_name img{
    width: 25px;
    height: 25px;
}

.trade_coin_page #container .section_two_wrap .coin_title .coin_name .title {
    margin-bottom: 0;
    margin-left: 10px;
}

.trade_coin_page #container .section_two_wrap .coin_info{
    padding: 10px 0;
}

.trade_coin_page #container .section_two_wrap .coin_info .info_item{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.trade_coin_page #container .section_two_wrap .coin_info .info_number{
    font-size: 14px;
    font-weight: 600;
}

.trade_coin_page #container .section_two_wrap .buy_sell_btn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 0px 0 25px 0;
}

.trade_coin_page #container .section_two_wrap .betting_group .betting_item{
    display: none;
}

.trade_coin_page #container .section_two_wrap .betting_group .betting_number{
    font-size: 16px;
    font-weight: 700;
}

.trade_coin_page #container .section_two_wrap .betting_group .betting_amount{
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #D0D3DC;
    border-radius: 3px;
    width: 100%;
}

.trade_coin_page #container .section_two_wrap .betting_group .betting_amount::placeholder{
    color: #525050;
}

.trade_coin_page #container .section_two_wrap .betting_box_bg{
    margin-top: 6px;
}

.trade_coin_page #container .section_two_wrap .betting_box_bg .betting_box{
    background: #fff;
}

.trade_coin_page #container .section_two_wrap .slider_group {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.trade_coin_page #container .section_two_wrap .slider_group .check_btn,
.trade_coin_page #container .section_two_wrap .range_btn_group .check_btn{
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #525050;
    border-radius: 8px;
}

.trade_coin_page #container .section_two_wrap .slider_group .range_slider{
    width: calc(100% - 75px);
    padding: 0 10px 0 12px;
}

.trade_coin_page #container .section_two_wrap .slider_group .range_slider .percent{
    margin-top: -20px;
}

.trade_coin_page #container .section_two_wrap .range_btn_group{
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 1fr;
    gap: 8px;
    margin-top: 25px;
}

.trade_coin_page #container .section_two_wrap .range_btn_group .percent_btn {
    color: #222;
    border: 1px solid #A4A4A4;
    border-radius: 3px;
}

.trade_coin_page #container .section_two_wrap .slider_group ,
.trade_coin_page #container .section_two_wrap .range_btn_group{
    display: none;
} 

.trade_coin_page #container .section_two_wrap .slider_group.show{
    display: flex;
}

.trade_coin_page #container .section_two_wrap .range_btn_group.show{
    display: grid;
}

.trade_coin_page #container .section_two_wrap .charge_group {
    margin-top: 30px;
}

.trade_coin_page #container .section_two_wrap .charge_group .charge_item {
    display: none;
}

.trade_coin_page #container .section_two_wrap .charge_group .charge_number {
    font-weight: 500;
    margin: 0 10px;
}

.trade_coin_page #container .section_two_wrap .charge_group .submit_btn{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6BB1F0;
    border-radius: 5px;
    margin-top: 40px;
}

.trade_coin_page #container .section_two_wrap .result_box table tr td,
.trade_coin_page #container .section_two_wrap .result_box table tr td span {
    font-size: 12px;
}

.trade_coin_page #container .section_two_wrap .result_box table tr td,
.trade_coin_page #container .section_two_wrap .result_box table tr th{
    text-align: center;
}

.trade_coin_page #container .section_two_wrap .result_box table tr td{
    vertical-align: middle;
    padding: 10px;
}

.trade_coin_page #container .section_two_wrap .result_box table tr td .status{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    padding: 5px 12px;
}

.trade_coin_page #container .section_two_wrap .result_box table tr td .status.buy{
    background-color: #EE5252;
}
.trade_coin_page #container .section_two_wrap .result_box table tr td .status.sell{
    background-color: #00B4AB;
}

.trade_coin_page #container .section_two_wrap .result_box .result_table{
    max-height: 580px;
    overflow-y: auto;
}

.trade_coin_page #container .section_two_wrap .result_box .result_table table{
    margin-top: 0px;
}

.trade_coin_page #container .section_two_wrap.transaction_wrap_pc .fill-row{
    height: 188px;
    overflow-y: auto;
}

.trade_coin_page #container .section_two_wrap.transaction_wrap_pc .fill-row table{
    margin-top: 0;
}

.trade_coin_page .list_coin_wrap .game_list_scroll_box{
    height: 371px;
    overflow-y: auto;
}

.trade_coin_page .list_coin_wrap #game_list tr td{
    height: 32px;
}

.trade_coin_page .list_coin_wrap #game_list tr td img{
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 1279px) {
    .trade_coin_page .list_coin_wrap .game_list_scroll_box{
        height: auto;
        overflow-y: auto;
    }

    .trade_coin_page #container .betting_box_bg .coin_info.pc_show{
        display: block;
        padding-bottom: 10px;
    }

    .trade_coin_page #container .game_wrap .game_box,
    .trade_coin_page #container .game_wrap .betting_box_bg .betting_box,
    .trade_coin_page #container .section_two_wrap.oder_wrap,
    .trade_coin_page #container .list_coin_wrap > div{
        border-radius: 0px;
    }

    .trade_coin_page #container .section_two_wrap .betting_box_bg .rate{
        display: none;
    }

    .trade_coin_page #container .game_wrap .game_box{
        padding: 0px;
        border-radius: 0px;
    }

    .trade_coin_page #container .section_two_wrap .betting_box_bg{
        margin-top: 6px;
    }

    .trade_coin_page #container .section_two_wrap .show_price_bg{
        background-color: #fff;
    }

    .trade_coin_page .section_wrap.oder_wrap_pc{
        display: none;
    }

    .trade_coin_page #container .section_two_wrap.transaction_wrap_pc{
        display: none;
    }

    .trade_coin_page #container .section_two_wrap.transaction_wrap_mb{
        display: block;
    }

    .trade_coin_page #container .section_two_wrap.transaction_wrap_mb .fill-row{
        background-color: #fff;
    }

    .trade_coin_page #container .section_two_wrap.transaction_wrap_mb .transaction_wrap_display{
        display: none;
    }

    .trade_coin_page #container .section_two_wrap.transaction_wrap_mb .transaction_wrap_display.active{
        display: block;
    }

    .trade_coin_page #container .section_two_wrap.oder_wrap_mb{
        display: block;
    }

    .trade_coin_page #container .section_two_wrap.result_wrap_mb{
        display: block;
        background-color: #fff;
        margin-top: 10px;
    }

    .trade_coin_page #container .section_two_wrap.result_wrap_pc{
        display: none;
    }

    .trade_coin_page{
        margin-top: 70px;
    }

    .trade_coin_page #container {
        padding: 20px 10px;
    }

    /* tooltip */

    .tooltip .tooltiptext {
        top: 20px;
        left: -120px
    }

    .charge_group .tooltip .tooltiptext {
        left: -200%
    }

    /* table common */
    
    .trade_coin_page #container table tr th{
        font-size: 12px;
    }

    .trade_coin_page #container table tr td {
        padding: 10px 3px;
    }

     /* ---------------- */

    .trade_coin_page #container .section_wrap{
        grid-template-columns: 1fr;
    }

    .trade_coin_page #container .list_coin_wrap{
        order: -1;
        display: none;
    }

    .trade_coin_page #container .list_coin_wrap .padding_box{
        margin-top: 6px;
    }

    .trade_coin_page #container .list_coin_wrap table tr td img {
        width: 15px;
        height: 15px;
    }

    .trade_coin_page .list_coin_wrap #game_list tr {
        height: 30px;
    }

    .trade_coin_page .list_coin_wrap #game_list tr td,
    .trade_coin_page .list_coin_wrap #game_list tr th{
        height: 30px;
        padding: 0px 3px;
    }

    .trade_coin_page #container .section_two_wrap .title .title_text,
    .trade_coin_page #container .show_list_coin_mb .title .title_text
    {
        font-size: 14px;
    }

    .trade_coin_page #container .show_list_coin_mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        background-color: #fff;
        width: 100%;
    }

    .trade_coin_page #container .show_list_coin_mb img{
        transition: 0.5s;
    }

    .trade_coin_page #container .show_list_coin_mb img.active {
        transform: rotate(180deg)
    }

    .trade_coin_page #container .list_coin_wrap.active{
        display : block;
    }

    .trade_coin_page #container .game_top{
        display: none
    }

    .trade_coin_page #container .game_top_mb {
        display: block;
        padding: 10px 10px 0 10px;
    }

    .trade_coin_page #container .game_top_mb .sound_btn{
        width: 20px;
        height: 20px;
    }

    .trade_coin_page #container .game_top_mb .sound_btn.off {
        background: url(../img/content/game_sound_off.png) no-repeat left top;
        background-size: cover;
    }

    .trade_coin_page #container .game_top_mb .sound_btn.on {
        background: url(../img/content/game_sound_on.png) no-repeat left top;
        background-size: cover;
    }

    .trade_coin_page #container .game_top_mb .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .trade_coin_page #container .game_top_mb .title p{
        font-size: 20px;
        color: #222;
        font-weight: 700;
    }

    .trade_coin_page #container .game_top_mb .title .round {
        font-size: 20px;
        font-weight: 700;
        color: #FF7A00;
    }

    .trade_coin_page #container .game_top_mb .desc_and_time{
        margin: 10px 0;
    }

    .trade_coin_page #container .game_top_mb .desc_and_time,
    .trade_coin_page #container .game_top_mb .desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .trade_coin_page #container .game_top_mb .desc {
        max-width: calc(100% - 115px);
    }

    .trade_coin_page #container .game_top_mb .desc p{
        font-size: 11px;
        line-height: 22px;
    }

    .trade_coin_page #container .game_top_mb .desc img{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .trade_coin_page #container .game_top_mb .time_wrap{
        width: 105px;
        background-color: transparent;
        padding: 5px 0;
    }

    .trade_coin_page #container .game_top_mb .time_wrap p{
        text-align: center;
    }

    .trade_coin_page #container .game_top_mb .time_wrap .tit{
        font-size: 10px;
    }

    .trade_coin_page #container .game_top_mb .time_wrap .time{
        font-size: 22px;
        font-weight: 600;
        color: #FF7A00;
    }

    .trade_coin_page #container .chart_area{
        height: 350px;
    }

    /* section two */

    .trade_coin_page #container .section_two_wrap{
        margin-top: 0px;
    }

    .trade_coin_page #container .transaction_wrap_mb{
        margin-top: 6px;
    }

    .trade_coin_page #container .section_two_wrap .result_box .result_table {
        max-height: 1000px;
        overflow-y: unset;
    }

    .trade_coin_page #container .show_price_mb{
        display: flex;
        background: #fff;
        justify-content: space-between;
        margin-top: 6px;
        padding: 10px;
    }

    .trade_coin_page #container .show_price_mb .btn_box{
        width: calc(100% - 20px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .trade_coin_page #container .show_price_mb .btn_box button{
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
        background-color: #A4A4A4;
        border-radius: 5px;
    }
    .trade_coin_page #container .section_two_wrap .betting_group .betting_item .betting_text,
    .trade_coin_page #container .section_two_wrap .betting_group .betting_item .mobile_show,
    .trade_coin_page #container .section_two_wrap .charge_group .charge_item .charge_text,
    .trade_coin_page #container .section_two_wrap .charge_group .charge_item .charge_number {
        font-size: 14px;
    }

    .trade_coin_page #container .show_price_mb .btn_box .active{
        background-color: #54A9EB;
    }

    .trade_coin_page #container .show_price_mb .btn_arow{
        transition: 0.5s;
    }

    .trade_coin_page #container .show_price_mb .btn_arow.active{
        transform: rotate(180deg);
    }


    .trade_coin_page #container .section_two_wrap .left_box{
        grid-template-columns: 1fr;
    }

    .trade_coin_page #container .section_two_wrap .left_box > div:nth-child(1),
    .trade_coin_page #container .section_two_wrap .left_box > div:nth-child(2){
        display: none;
    }

    .trade_coin_page #container .section_two_wrap .left_box .active{
        display: block !important;
        margin-top: 6px;
    }

    .trade_coin_page #container .padding_box {
        padding: 10px;
    }
    
    .trade_coin_page #container .section_two_wrap .close_icon{
        display: none;
    }

    .trade_coin_page #container .section_two_wrap .coin_info {
        padding-bottom: 0;
        padding-top: 5px;
        border: 0;
    }

    .trade_coin_page #container .section_two_wrap .coin_info .info_item{
        margin: 12px 0 0 0;
    }
    .trade_coin_page #container .section_two_wrap .coin_info .info_item .info_text {
        font-size: 14px;
        color: #525050;
        font-weight: 500;
    }

    .trade_coin_page #container .section_two_wrap .coin_info .info_number {
        font-size: 14px;
    }

    .trade_coin_page #container .section_two_wrap .buy_sell_btn{
        margin: 10px 0 20px 0;
    }

    .trade_coin_page #container .multiplication-group {
        margin-top: 20px;
    }

    .trade_coin_page #container .section_two_wrap .charge_group{
        margin-top: 15px;
    }

    .trade_coin_page #container .section_two_wrap .betting_group .betting_amount,
    .trade_coin_page #container .section_two_wrap .buy_sell_btn input,
    .trade_coin_page #container .section_two_wrap .slider_group .check_btn,
    .trade_coin_page #container .section_two_wrap .charge_group .submit_btn,
    .trade_coin_page #container .section_two_wrap .range_btn_group .check_btn,
    .buy_sell_btn [type="radio"]:checked + label,
    .buy_sell_btn [type="radio"]:not(:checked) + label,
    .buy_sell_btn [type="radio"]:checked + label:before, 
    .buy_sell_btn [type="radio"]:not(:checked) + label:before,
    .buy_sell_btn [type="radio"]:checked + label:after, 
    .buy_sell_btn [type="radio"]:not(:checked) + label:after
    {
        height: 40px;
    }
    .trade_coin_page #container .section_two_wrap .coin_title .charge_link {
        padding: 15px;
    }

    .trade_coin_page #container .section_two_wrap .slider_group,
    .trade_coin_page #container .section_two_wrap .range_btn_group{
        margin-top: 20px;
    }
    .trade_coin_page #container .text_primary, .trade_coin_page #container .text_primary p {
        font-size: 12px;
    }

    .trade_coin_page #container .section_two_wrap .result_box table tr td, 
    .trade_coin_page #container .section_two_wrap .result_box table tr td span{
        font-size: 12px;
    }

    .trade_coin_page #container .section_two_wrap .result_box table tr td .status{
        padding: 8px 12px;
        font-size: 14px;
    }

    .trade_coin_page #container .section_two_wrap .title{
        margin-bottom: 12px;
    }

    .trade_coin_page #container .show_betting_mb {
        padding: 10px;
        position: fixed;
        z-index: 5;
        bottom: 0px;
        width: 100%;
        left: 0;
        background: #fff;
    }

    .trade_coin_page #container .show_betting_mb > div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .trade_coin_page #container .show_betting_mb .show-betting-btn{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
    }

    .trade_coin_page #container .show_betting_mb .show-betting-btn:nth-child(1){
        background: #E45561;
    }
    .trade_coin_page #container .show_betting_mb .show-betting-btn:nth-child(2){
        background:#00B4AB;
    }
    
}

