label.required::after {
    color: red;
    content: ' *';
}

.help-picto::before {
    content: "?";
    display: inline-block;
    background-color: #8bc34a;
    min-width: 10px;
    padding: 3px 7px;
    float: none;
    margin: 0 7px 10px 0;
    font-size: .9em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
}

.form-group label {
    font-weight: 600;
}

.form-control {
    border: 1px solid rgba(0,0,0,0.2);
}

.select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: rgba(0,0,0,0.2);
}

.panel-control-left {
    float: left !important;
}

.text-strike {
    text-decoration: line-through !important;
}
.productWizard .panel-body p {
    color: black;
    font-size: 1.5rem;
}
.table-bootstrap .selected > * {
    background-color: #25476a !important;
    color: white !important;
}


/*** ad css bzhd admin ***/

.d-none {
    display: none;
}

.d-block{
    display: block;
}

@media (min-width: 576px){

    .d-sm-none {
        display: none!important;
    }

    .d-sm-block{
        display: block;
    }
}


/*
.productWizard_custom .panel-heading {
height: auto;

}
.productWizard_custom .panel-title{
    padding: 0!important;
}
*/

.panel-heading-custom{
    color: #4d627b;
}

.productWizard_custom .panel-heading .help span{
    line-height: normal!important;
    margin-bottom: 10px;
    display: block;
}

/*.productWizard_custom .panel-heading .panel-control {
    height: auto;
    padding: 5px 15px 0 5px;
}*/

.productWizard_custom .item-to-delete.panel{
    margin-top: 20px;
}

.productWizard .panel-body .text-step{
    padding-bottom: 10px;
}

.productWizard_custom .form-group{
    margin-bottom: 0;
}
.productWizard_custom .steps-title{
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
}


@media (min-width: 575px){


    .productWizard .panel-body .text-step{
        font-size: 18px;
    }

    .productWizard_custom .steps-title{
        font-size: 26px;

    }
}

.mt-30{
    margin-top: 30px;
}

.help{
    padding: 10px 0;
}

.header-mob-nav{
    padding: 15px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.7);
}
@media screen and (min-width:782px ) {
    .d-none-desktop{
        display: none!important;
    }
}

@media screen and (max-width:781px ) {
    .d-none-mobile{
display: none!important;
    }
}


/*** space ***/

.product-edit .item-to-delete .panel-body,.productWizard_custom .item-to-delete .form-horizontal.panel-body{
    padding: 0 20px 0;
}

.product-edit .item-to-delete .form-horizontal .form-group, .product-edit .form-group{
    margin-bottom: 0;
}
