.dragable_clm .Item_sort li.no_subclass_acc, .dragable_clm .Item_sort li .has_subclass_acc, .dragable_clm .Item_sort li .sub_accordion li{
    background: #000000;
    opacity: 1;
    color: #fff;
    text-transform: capitalize;
}

.dragable_clm .Item_sort li:after, .dragable_clm .Item_sort .onleft_acc_arrow:after{
    color: #fff;
}
.Item_sort li span.show_page_name{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dragable_clm .Item_sort.sub_accordion  li:after, .dragable_clm .Item_sort.sub_accordion  .onleft_acc_arrow:after, .show_page_name i a:after{
display: none;
}
.cke_contents.cke_reset{
    height: 400px !important;
}

ul.left_nav_list > li .left_f_list:after, ul.left_nav_list > li .left_f_list.open:after{
    color: #fff !important;
}

.close_modal{

}
.modal_header {
    position: relative;
    width: 100%;
    background: #f1f4f9;
    padding: 5px 10px;
    border-bottom: 1px solid #999;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.modal_header_title {
    font-size: 14px;
    color: #16325c;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.close_modal {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}
.close_modal:after, .close_modal:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
    height: 1px;
    transform: rotate(45deg);
}
.close_modal:before {
    transform: rotate(130deg);
}

.p_absolute{
    position: absolute;
}

.p_relative{
    position: relative;
}

.slider_item .cross_ic, .edit_ico{
    position: absolute;
    z-index: 1;
    background: black;
    padding: 2px 2px 0px 2px;
    cursor: pointer;
    color: #fff;
    opacity: 0;
}



.edit_ico{
    right: 0px;
}
.Item_sort li:hover .edit_ico, .Item_sort li:hover .cross_ic{
    opacity: 1;
    transition: opacity 0.4s;
}
.datatable_search{
    display: flex;
    justify-content: space-between;
}

.datatable_search div{
     width: 200px;
}
.banner_edit{
    width: 100%;
}

.table.centralized thead th, .table.centralized tbody td{
    text-align: center;
}
.table.centralized thead th:first-child, .table.centralized tbody td:first-child{
    text-align: left;
}
.table.centralized thead th:last-child, .table.centralized tbody td:last-child{
    text-align: right;
}

.custom_modal_1200p{
    width: 1200px;
}

.swal2-backdrop-show{
    z-index: 9999;
}

.cross_ic{
    position: absolute;
    z-index: 1;
    background: black;
    padding: 2px 2px 0px 2px;
    cursor: pointer;
    color: #fff;
    top:0
}
#show_video_upload_progress{
    width: 100%;
    height: 12px;
    background: rgba(185, 185, 185, 0.77);
    position: relative;
}
#show_video_upload_progress span{
    background: #0f74a8;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    line-height: 12px;
}
#upload_dropzone{
    border: 1px solid #cccccc !important;
}