.list_img_cat,
.thumb_img_cat img {
  height: 100px;
}
.iconpicker-component {
  font-size: 30px;
}
#icon_wrapper {
  margin: 10px 0;
}
.text_cat_css {
  width: 900px;
}
.hidden-content-wrapper select {
  display: none;
}
.section_cat ul {
  list-style-type: none;
}
.cat_parent {
  background-color: #6a64646b;
}
.cat_child {
  background-color: #003f66a1;
}
.cat_child,
.cat_parent {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 5px;
  border-radius: 5px;
  color: whitesmoke;
  padding: 5px;
}
#listing_nv_length select,
#listing_nv_paginate a {
  cursor: pointer;
}
.fixed_bar {
  position: fixed;
  bottom: 0;
  background-color: RGBA(1, 104, 171, 0.8);
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 999;
  display: flex;
}
.fixed_bar button {
  margin-left: 40%;
}
