.searchArea ul {
  position: absolute;
  background: white;
  list-style: none;
  line-height: 30px;
  border: 1px solid #f9f9f9;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 1;
  padding: 0px;
}

.searchArea ul li {
  padding: 3px 8px;
  border-bottom: 1px solid #f6f6f6;
}

.categories-content {
  margin: 0px;
  background: #fcfcfc;
  padding: 30px 15px;
}

.categories-sidebar {
  line-height: 50px;
  padding: 20px;
}

.categories-sidebar li {
  list-style: none;
  cursor: pointer
}

.categories-sidebar li.active {
  background: #022A78;
  color: #fff;
  padding: 0px 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 7px -3px #999999;
}

.categories-sidebar li:not(.active):hover {
  background: #fcfcfc;
}

.categories-sidebar li.active img {
  display: none
}

.all-legalforms-section {
  background: white;
  direction: rtl
}

.searchInput {
  position: relative;
  border-radius: 20px;
}

.legalformSugesstions {
  max-height: 300px;
  overflow: scroll;
}

.form-cat img {
  margin: 0px auto;
  display: block;
}

.form-cat h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-list ul {
  padding: 0px;
  margin: 0px;
}

.form-list {
  border-radius: 4px;
}

.form-list ul a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  color: #022A78;
  margin: 10px 0px;
  padding: 7px 0px;
}

.form-list ul a .now-ui-icons {
  vertical-align: middle;
  font-weight: bold;
  font-size: 9px;
}

.cat-icon {
  color: #333;
}

.cat-icon .now-ui-icons {
  position: absolute;
  font-size: 30px;
  left: 50px;
  top: 65px;
  opacity: 0;
  color: #bf9c42;
  transition: all ease-in-out 0.3s;
}

.cat-icon:hover {
  text-decoration: none;
  color: #333;
}

.cat-icon:hover .now-ui-icons {
  left: 25px;
  opacity: 1;
}

.all-form-cat .card-body {
  padding: 10px;
}

@media (max-width: 991px) {
  .req-btn-side {
    margin-bottom: 30px;
  }
}

.subcategories {
  direction: rtl
}

.subcategories .sidebar ul {
  background: #fbfbfb;
  list-style: none;
  line-height: 30px;
}

.legalformSuggestions {
  border-radius: 5px;
}

.legalformSuggestions .legalformSuggestionsFooter a {
  color: #03A678
}

.legalformSuggestions .legalformSuggestionsFooter {
  color: #7b7b7b;
  background: #ededed;
}

.legalformSuggestions li a.legalformSuggestionsFooter {
  background: #ededed;
}

.legalformSuggestions li a {
  color: #022A78
}


/*  */
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
