.display_none{
    display: none;
}

.input_refused{
    border: 1px solid #d9534f;
    box-shadow: 0px 0px 1px 1px #d9534f;
    outline: 0 none;
}

.input_img_refused{
    border:1px solid #d9534f !important;
}

.img_center{
    background-position: center !important;
    background-size: cover !important;
}

.display_none{
    display: none !important;
}

.transition_4{
    transition: all .4s !important;
}

.kt-dialog{
    display: none !important;
}

.editor_data{
    padding: 3px 7px;
    background: #EEE;
    border-radius: 5px;
    width: fit-content;


}

.reward_select_list > .checkbox > label > input{
    margin-right: 5px;
}

.mail_user_box{
    /*text-align: center;*/
}

.input_warning{
    border-color: red;
}

.kt-datatable__table{
    min-height: 100px !important;
}

.test_bg_AAA{
    background: #AAA;
}

.test_bg_BBB{
    background: #BBB;
}

.test_bg_CCC{
    background: #CCC;
}

.test_bg_DDD{
    background: #DDD;
}

.test_bg_EEE{
    background: #EEE;
}

.float_right{
    float: right;
}

.float_left{
    float: left;
}

.product_select_title{
    height: 36px;
    margin: 0px 10px;
}

.margin_top_sm{
    margin-top: 15px;
}

.margin_top_bg{
    margin-top: 35px;
}