.category-item {
    border: 1px solid #ceced2;
    background: #fff;
    color: #191b26;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 10px;
    cursor: pointer;
}
.category-item:hover {
    border: 1px solid #191b26;
    color: #191b26;
}
.category-item.active {
    background: #435ebe;
    border: 0;
}
.category-item.active:hover  {
    border: 0;
}
.category-text{
    color: #435ebedc;
}
.category-text:hover{
    color: #435ebedc;
}
.category-item.active > .category-text{
    color: #fff;
}
.ml-0 {
    margin-left: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.text-gray{
    color: gray;
}


.pagination\:container {
    display: flex;
    align-items: center;
  }
  
  .arrow\:text {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    vertical-align: middle;
    color:  #435ebe;
  }
  .arrow\:text:hover {
    color:  white;
  }
  
  .pagination\:number {
    --size: 28px;
    --margin: 6px;
    margin: 0 var(--margin);
    border-radius: 6px;
    background: white;
    max-width: auto;
    min-width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 16px 12px;
    color:  #435ebe;
    border: 1px solid #435ebe;
  }
  @media (hover: hover) {
    .pagination\:number:hover {
      background: #435ebedc;
      color:  white;
    }
  }
  .pagination\:number:active {
    background: #435ebe;
    color:  white;
  }
  
  .pagination\:active {
    background: #435ebe;
    color:  white;
    position: relative;
  }