
@media only screen and (max-width: 768px) {
    .accept_all{
        justify-content: center;
    }
    .accept_all .text-md-end{
        margin-left: -103px !important;
    }
    #cke_1_contents{
        height: 170px !important;
    }
    #cke_2_contents{
        height: 170px !important;
    }
    .label-check{
        font-size: 11px;
    }
    .step2border{
        display: block !important;
        margin-top: 30px;
    }
    .register-div{
        margin-top: 20px;
    }
  
    .box-ticket .ticket-name {
        text-transform: uppercase;
        white-space:inherit;
        overflow: hidden;
        padding: 0 !important;
        max-height: 54px;
        font-size: 13px;
    }
    .box-ticket .ticket-price {
        font-weight: 700;
        color: #d73d6e;
        font-size: 12px;
    }
    .ticket_sale{
        margin-left: 0px !important;
    }
    .button-sort {
        min-height: 37px;
        text-align: left;
        padding-left: 25px;
    }
    .box-ticket .ticket-image{
        height: 147px;
        max-height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .button-border {
        border-radius: 21px;
        padding: 5px 22px;
    }
    .supply-price-label{
        background-color: #eb0c0c;
        color: #fff;
        padding: 0px 10px;
        font-size: 17.5px;
    }
    .fs12{
        font-size: 12px;
    }
    .fs11{
        font-size: 11px;
    }
    .supply-price-number{
        border: 1px solid #eb0c0c;
        color: #eb0c0c;
        padding: 0px 10px;
    }
    .pay-info{
        padding-top: 1rem !important;
        margin-top: 1rem !important;
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    #final_money{
        margin: 0px !important;
        padding-top: 0px !important;
        font-size: calc(2.26rem + 0.12vw);
        color: #eb0c0c ;
    }
    #pay_total_price{
        font-size: calc(2.26rem + 0.12vw);
        color: #eb0c0c ;
    }
    .image-mobile{
        max-height: 200px;
        width: 100%;
    }
    .product{
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .rangedatepicker input {
        /* position: relative; */
        width: 100%;
    }
    .font-weight-bold{
        font-weight: bold;
    }
    #sendTicketModal::-webkit-scrollbar{
        display: none;
    }
    #sendTicketModal,#areaModal,#categoryModal{
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none; 
    }
    #areaModal::-webkit-scrollbar{
        display: none;
    }
    #categoryModal::-webkit-scrollbar{
        display: none;
    }
    .pagination{
        justify-content: center;
    }
    .button-mobile{
        padding: 5px 15px;
        width: auto;
    }
    .my-page .btn-mobile{
        width: auto !important;
        font-size: 10px;
    }
    .point {
        text-align: center;
        border: 1px dashed;
        width: 96px;
        height: 27px;
        line-height: 27px;
        border-radius: 5px;
        margin-top: 6px;
    }
    .name_user {
        font-weight: bold;
        font-size: 11px;
        padding-left: 0px;
    }
    .history{
        width: auto !important;
    }
    .quick-add{
        border: 1px solid #e75f8e!important;
        color: #e75f8e;
        font-weight: bold;
    }
    .w-md-50{
        width: 100%;
    }
    .paymend_method{
        min-width: 99px !important;
        border-radius: 0px;
    }
    .paymend_method i{
        font-size: 20px;
    }
    .main-content-login {
        padding-top: 225px ;
    }
    #history_transaction .th-first{
        width: 90px !important;
    }
    #history_transaction .th-last{
        width: 100px !important;
    }

}
.step2border{
    display: none;
}
.paymend_method{
    min-width: 150px;
}