.block-category-block {
  width: 50px;
  left: 0px;
/*  top: 120px; */
  height: 1300px;
  background-color: var(--main-color);
  transition: 0.3s;
  z-index: 10;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-anchor: none;
  scrollbar-width: none;
}

.block-category-block {
}

.block-category-block:hover {
  width: 300px !important;
  scrollbar-width: thin;
}

.cat_hr {
  margin: 5px;
  color: var(--hr-color);
}

.layout-header,
.layout-content {
  margin-left: 20px !important;
}

.cat_block {
}

.block-category-block::-webkit-scrollbar {
  display: none;
}

.cat_item {
  width: 100% !important;
  height: 30px !important;
  text-overflow: clip !important;
  margin: 11px;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  text-decoration: none;
  transition: 0.3s;
}

.cat_item:hover {
  background-color: #00000000;
}

.cat_item:hover [class="cat_text"] {
  margin-left: 10px;
  background-color: #00000000;
  color: var(--text-color-sel) !important;
  font-weight: 500;
}

.cat_active {
  color: var(--text-color-sel) !important;
}

.svg_normal {
  fill: var(--border-color);
  stroke: var(--border-color);
}

.cat_icon {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  display: unset !important;
}

.cat_text {
  font-weight: 400;
  padding: 5px;
  color: var(--text-color);
  position: relative;
  top: -3px;
  transition: 0.3s;
}


/* categories bottom container */
.cat-bottom-cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  width: 100%;
}

