/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js!./Views/Shared/Pages/CategoryPage/style.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.category-page {
  margin-top: 24px;
}
.category-page #searchInput {
  margin-top: 24px;
  margin-bottom: 24px;
}
.category-page .back-button {
  display: flex;
  margin-top: 10px;
  cursor: pointer;
}
.category-page .left-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category-page .left-arrow i {
  color: #e2000f;
  font-size: 32px;
  position: relative;
  left: 5px;
  top: 6px;
}
.category-page .card-link {
  color: #000;
}
.category-page .card-link:hover .card-link-caption {
  color: #e2000f;
}
.category-page .card-display-end {
  display: flex;
  justify-content: end;
}

.row.bulletins-container {
  margin-top: 20px;
  display: flex;
  margin-bottom: 50px;
}
.row.bulletins-container .col-md-2 {
  width: 230px;
  margin-right: 20px;
}
.row.bulletins-container .col-md-10 {
  flex: 1;
}

@media (max-width: 1024px) {
  .row.bulletins-container .col-md-2 {
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .row.bulletins-container {
    display: block;
  }
  .row.bulletins-container .col-md-2 {
    width: 100%;
    margin-right: 0;
  }
  .row.bulletins-container .col-md-10 {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .category-page .mt-100 {
    margin-top: 180px;
  }
  .category-page .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .category-page .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .category-page .row {
    display: flex;
  }
}
.denied-img {
  display: block;
  margin: auto;
  width: 70px;
  margin-bottom: 24px;
}

.white-border {
  height: 5px;
  width: 100%;
  position: relative;
  top: -8px;
  background: #fff;
}
