.book_image_list {  max-height: 12rem;
  margin-bottom: 0px;
}

.resource_input {
  width: 3.5rem;
}

.resource_input_long {
  width: 6.5rem;
}

.active_catalogo_style i {
  color: #1c658c;
}

.filters_container {
  min-height: 3rem;
}

.filter_section_container {
  max-height: 15rem;
  overflow-y: auto;
}

.filter_section_container::-webkit-scrollbar{
  display: none;
}

.filter_option_val {
  word-break: break-all;
}

.title-container-fit {
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topics_section_container{
  max-height: 30rem;
  overflow-y: auto;
}

#topics_section_container::-webkit-scrollbar{
  display: none;
}
.book_portada_style{
  width: 100%;
}

.btnEditorMen{
  text-align: right;
}

.fa-download {
    color: #fff !important; 
}