.checkbox-container{
    border: 1px solid #d0d5db;
    width: 60px;
    height: 35px;
    border-radius: 0;
    border: 1px solid;
}

.checkbox-form-check-input {
    accent-color: #f8f9fa;  
    width: 55px !important;
    height: 100%;
    appearance: none;
}

.checkbox-form-check-input:checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="500px" width="500px" version="1.1" id="_x32_" viewBox="0 0 512 512" xml:space="preserve"><style type="text/css">.st0{fill:%23000000;}</style><g><path class="st0" d="M469.402,35.492C334.09,110.664,197.114,324.5,197.114,324.5L73.509,184.176L0,254.336l178.732,222.172 l65.15-2.504C327.414,223.414,512,55.539,512,55.539L469.402,35.492z"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
}
.quick-form-control{
    background: #fff;
}
#supplier_set_id{
    background: #fff;
}
#manufacturer_set_id{
    background: #fff;
}
#long_description{
    height: 43px;
}
.price_break th{
    text-align:center !important;
    width: 100px !important;
}
.price_break td{
    text-align:center !important;
    width: 100px !important;
}
.quick_btn{
    margin-top: 15%;
}
.quick-price #submit_btn{
 background-color: #9966ff;
 border-color: #9966ff;
}

.quick-price .price_break  th{
    border: none !important;
    border-top: none !important;
    font-weight: bold;
}
.quick-price .price_break  td{
    border: none !important;
    border-top: none !important;
    font-weight: bold;
    width: 160px !important;
}

.quick-price .form-control-v1{
    border: 1px solid;
    background: #fff;
    border-radius: 0;
}
.quick-price label{
    font-size: 14px;
}
.quick-price .quick_btn_substrate{
    margin-top: 22%;  
}