.btn_add_cat{
    border: 3px solid transparent;
    border-radius: 5px
}
.parent_cat_name{
    font-size: 14px;
    margin-right: 2rem;
    color: #dd4b39 !important;
}
.post_error{
    font-size: 13px;
    color: red;
    font-weight: 400;
}
.col-form-post{
    margin-bottom: 2rem;
}
.select2-container .select2-selection--single .select2-selection__rendered , .select2-search__field , .select2-container--default .select2-results>.select2-results__options{
    text-align: right !important;
    direction: rtl;
}

.select2-container--default .select2-search--inline .select2-search__field{
    text-align: right;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice , .select2-container--default .select2-selection--multiple .select2-selection__rendered li{

}
.lable_list_checkbox_stock .icheckbox_minimal-blue, .lable_list_checkbox .iradio_minimal-blue{
    margin-top: 5px;
    width: 30px;
}
.icheckbox_minimal-blue, .iradio_minimal-blue{

}
@media (max-width: 480px) {
    .form_header_btn .btn{
        margin-bottom: 10px;
    }
    .timeline > li > .timeline-item > .timeline-header > a , .parent_cat_name{
        display: block;
    }
    .cat_count_use{
        display: block;
        margin-top: 7px;
        font-size: 14px;
    }
    .timeline-footer .btn{
        margin-bottom: 10px;
    }
    .btn_add_cat{
        margin-top: 5px;
    }
    .parent_cat_name{
        margin: 10px 0 0;
    }
}

/*uploader */
.wpfig-images-wrap{
    display: flex;
    padding: 0;
    overflow-x: scroll;
}
.wpfig_post_form_thumnail  .wpfig-images-wrap{
    display: block !important;
    text-align: center;
}
.wpfig-images-wrap li{
    margin-left: 1rem;
    position: relative;
    list-style: none;
    margin-bottom: 1rem;
}
.wpfig_post_form_thumnail .wpfig-images-wrap li{
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpfig-images-wrap li .wpfig-image__remove{
    position: absolute;
    border-radius: 50%;
    border: 0;
    right: 5px;
    top: 5px;
    background: #eee6e6;
    outline: none !important;
}
.wpfig-images-wrap li .wpfig-image__remove:hover{
    background: #fff;
}
.wpfig-images-wrap img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
}
.wpfig_post_form_thumnail .wpfig-images-wrap img{
    width: 200px;
    height: 200px;
}
.wpfig-button-wrap{
    text-align: center;
    margin: 2rem 0;
}
.wpfig-button-wrap button{
    margin-bottom: 1rem;
    border: 3px solid #3f51b5;
    color: #3f51b5;
    font-weight: 700;
    padding: 1rem;
    width:50%;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}
.wpfig-button-wrap button:hover{
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 50%);
}
.image_setting_style{
    border-radius: 2px;
}
@media (max-width: 991px) {
    .wpfig-images-wrap img{
        width: 100px;
        height: 100px;
    }
    .div-add-category input[name=product_category] , .div-add-category input[name=product_category_edit] , .div-add-category select{
        display: block;
        margin-bottom: 5px;
    }
}
@media (max-width: 480px) {
    .wpfig-button-wrap button{
        width:90%;
    }
    .lable_logo_site{
        display: block;
    }

}
/* width */
.wpfig-images-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.wpfig-images-wrap::-webkit-scrollbar-track {
    background:transparent;
}

/* Handle */
.wpfig-images-wrap::-webkit-scrollbar-thumb {
    background: #7787e166;
    border-radius: 25px;
    cursor: pointer;
}

/* Handle on hover */
.wpfig-images-wrap::-webkit-scrollbar-thumb:hover {
    background: #1d2e9166;
}

.service_star_rating {
    margin-top: 1.5rem;
}
.service_star_rating span{
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}
.service_star_rating span.checked{
    color: #f8ae35 !important;
}
.pagination_dashboard .current button{
    background-color: #3f51b5;
    color:#fff;
}
.btn_select_plan{
    background: #007cba;
    color: #fff;
    border-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    margin:1rem;
    width: auto;
    padding: 8px 15px 10px 15px;
    transition:0.5s ease-in-out;
    outline: none !important;
}
.btn_select_plan:hover , #charge_space:hover , #upgrade_extend:hover{
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 25%);
}

.btn_select_plan.selected{
    border: 2px dotted;
}
.btn_select_plan_extend{
    height: 300px;
}
.btn_select_plan_extend p{
    width: auto;
}
.div_result_plan{
    text-align: center;
}
.btn_select_plan_extend{
    width: 90%;
}
#charge_space:disabled{
    cursor: not-allowed !important;
    background: #afa9a9 !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .btn_select_plan{
        width: 150px;
    }
    .btn_select_plan_extend{
        width: 90%;
    }

}
@media (max-width: 550px) {
    .btn_select_plan{
        width: 90%;
    }
}