.my_btn {
  width: 210px;
}
.book-close {
  width: 25px;
}
.book-close:before {
  left: 5px;
  line-height: 21px;
}
.bl_bl_single_category_add_book span #button{
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%) !important;
  background-color: #C00 !important;
  border: 1px solid #C00 !important;
  width: 210px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  vertical-align: middle;
  cursor: pointer;
  border-radius: unset;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0 auto 10px;
}
.bl_suggestion_save input,
.bl_suggestion_hide input{
  width: 150px !important;
}
#paginator-custom ul li a {
  padding: 5px !important;
}
.show_categories_wrapper_title{
  background: #e9e9e9;
  align-items: center;
  border-bottom: 1px solid #afafaf;
}
.show_categories_wrapper{
  border: 1px solid #afafaf;
}
.show_categories_wrapper_title .sectiontableheader_category{
  width: 75%;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #afafaf;
}
.show_categories_wrapper_title .sectiontableheader_books{
  width: 15%;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #afafaf;
}
.show_categories_wrapper_title .sectiontableheader_rss{
  width: 10%;
  text-align: center;
  padding: 10px 0;
}
.show_one_category_wrapper > div{
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.show_one_category_wrapper > div .show_one_category_wrapper_category{
  width: 75%;
  display: flex;
  align-items: center;
}
.show_one_category_wrapper > div .show_one_category_wrapper_count{
  width: 15%;
  text-align: center;
}
.show_one_category_wrapper > div .show_one_category_wrapper_rss{
  width: 10%;
  text-align: center;
}
.show_one_category_wrapper > div .show_one_category_wrapper_category .bl_single_category_list_subcategories_link{
  margin-left: 3%;
}
.show_one_category_wrapper > div .show_one_category_wrapper_category .bl_single_category_list_subcategories_img{
  margin-left: 3%; 
}
#paginator-custom ul li span.icon-angle-double-left:before{
  content: "\f100";
  font-family: 'FontAwesome';
}
#paginator-custom ul li span.icon-angle-left:before{
  content: "\f104";
  font-family: 'FontAwesome';
}
#paginator-custom ul li span.icon-angle-double-right:before{
  content: "\f101";
  font-family: 'FontAwesome';
}
#paginator-custom ul li span.icon-angle-right:before{
  content: "\f105";
  font-family: 'FontAwesome';
}
#paginator-custom ul li.disabled > a, #paginator-custom ul li.active > a {
  color: #000;
}