
.container_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 300px;
    width: 100%;
    height: 100%;
    background: #0b0e17;
    padding-top: 101px;
}

.box_bat_cart {
    padding: 0 15px 20px;
}

.title_small {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.5px;
}

.switch-button {
    position: absolute;
    right: 50px;
    top: 2px;
    display: inline-block;
    width: 110px;
    height: 16px;
    padding-left: 35px;
    font-size: 1.3rem;
    cursor: pointer;
    color: hsla(0, 0%, 100%, .6);
}

.switch-button input {
    opacity: 0;
    width: 0;
    height: 0;
}

.onoff-switch {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 16px;
    border-radius: 18px;
    background-color: #77778d;
    transition: .2s;
}

.onoff-switch:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    transition: .2s;
    border-radius: 100%;
}

.title_small button {
    position: absolute;
    right: 0;
    top: 0;
    color: #9a9aa7;
}

.margin-5px-right {
    margin-right: 5px;
}
.vertical-align-middle {
    vertical-align: middle;
}

.bat_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 1.5rem;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .6);
    border-radius: 4px;
    background: hsla(0, 0%, 100%, .05);
    padding-bottom: 2px;
}

.box_bat {
    padding: 20px 15px;
}

.bg_grad_1, .bg_grad_1_x {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
.bg_grad_1 {
    background: linear-gradient(180deg, #141621, #1b1d2c);
}

.bat_form {
    position: relative;
}
.margin-20px-top {
    margin-top: 20px;
}

.bat_form button {
    position: absolute;
    left: 7px;
    top: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #595964;
}

.bat_form input {
    width: 100%;
    height: 46px;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: right;
    border: 2px solid #e32028;
    border-radius: 23px;
    background: #22232f;
    padding: 0 20px 0 40px;
}

.bat_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bat_price button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33333% - 1px);
    height: 32px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    background: #e32028;
    border-radius: 16px;
    transition: all .3s;
}

.bat_price button:hover {
    background: #ff6900;
}

.margin-20px-top {
    margin-top: 20px;
}

.ul_info_1 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.ul_info_1 li em, .ul_info_1 li span {
    font-size: 1.4rem;
    color: #fff;
}

.color-white {
    color: #fff !important;
}

.btn_main_1, .btn_main_2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 22px;
    transition: all .3s ease 0s;
}

.btn_main_1 {
    background: linear-gradient(90deg, #67b628 0, #a9da2b 51%, #67b628);
    background-size: 200% auto;
}

.height-50px {
    height: 50px !important;
}

.width-100 {
    width: 100% !important;
}

.margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.border-radius-25px {
    border-radius: 25px !important;
}

.font-size-16 {
    font-size: 1.6rem !important;
}

.btn_main_1:hover {
    color: #fff;
    background-position: 100%;
}

.bat_price button:nth-of-type(n+4) {
    margin-top: 2px;
}

.banner_domain img {
    width: 100%;
    border-radius: 4px;
}

.bat_cart_list li[data-v-22cc2b62] {
    margin-top: 1px;
}

.bat_cart button[data-v-22cc2b62] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.bat_cart b[data-v-22cc2b62], .bat_cart em[data-v-22cc2b62] {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    padding-right: 20px;
}

.bat_cart[data-v-22cc2b62] {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    border: 1px solid #000;
    border-radius: 4px;
    background: #27313b;
    padding: 5px 10px;
}

.text_dot[data-v-22cc2b62] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bat_cart b[data-v-22cc2b62] {
    margin-top: 1px;
}

.bat_cart b[data-v-22cc2b62], .bat_cart em[data-v-22cc2b62] {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    padding-right: 20px;
}

.bat_cart div[data-v-22cc2b62] {
    display: flex;
    flex-direction: column
  }

  .bat_cart div>span[data-v-22cc2b62] {
    color: #a9da2b;
    font-size: 1.2rem;
    margin-top: 1px;
    margin-bottom: 1px
  }

  .bat_cart div>i[data-v-22cc2b62] {
    display: inline-flex;
    align-items: center;
    color: #ff542e;
    font-size: 1.2rem;
    margin-top: 2px
  }

  .bat_cart i strong[data-v-22cc2b62] {
    color: #febd02;
    font-size: 1.2rem;
    padding-left: 5px
  }

  .bat_cart div>i span[data-v-22cc2b62] {
    margin-left: 5px
  }

  .bat_cart div>i i[data-v-22cc2b62],
  .bat_cart div>i span[data-v-22cc2b62] {
    color: #9a9aa7;
    font-size: 1.2rem
  }

  .bet_cart_close[data-v-22cc2b62] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
  }

  .bet_cart_close[data-v-22cc2b62],
  .bet_cart_close[data-v-22cc2b62]:after {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .bet_cart_close[data-v-22cc2b62]:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/images/common/icon_key_close.svg) no-repeat 50%;
    background-size: 100% auto
  }

  .box_bat[data-v-22cc2b62] {
    padding: 20px 15px
  }



@media (max-width: 1920px){
    .container_left, 
    .container_left_md, 
    .container_right {
        max-width: 280px;
    }
}

@media (max-width: 1024px){
    .container_right {
        display: none;
    }

    .container_right {
        position: fixed !important;
        right: 0;
    }

    .container_right .right_screen {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
    }

    .btn_right_close {
        /* position: absolute; */
        position: fixed;
        right: 280px;
        top: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 140px;
        border-left: 0;
        background: #4d4d4d;
        box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) !important;
        margin-top: -30px;
    }

    .btn_right_close i {
        color: #fff;
        font-size: 2.2rem;
    }

    .btn_right_close i img {
        width: 18px;
    }

}

@media (max-width: 767px){
    .btn_right_close i{
        font-size: 1rem;
    }

  .mobile_btn_right{
    width: 25px;
    height: 70px;
  }

  .mobile_btn_right i img{
    width: 20px;
  }
}





























