.blog-author-wrapper {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 0px 0px;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.blog-author-wrapper a {
  line-height: 25px;
  display: block;
  padding: 5px 0px 0px 25px;
  transition: 0.5s;
  position: relative;
}
.blog-author-wrapper a:hover {
  padding: 5px 0px 0px 30px;
}
.blog-author-wrapper a:hover:before {
  margin-right: 8px;
  transition: 0.5s;
}
.blog-author-wrapper a:before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  margin-right: 5px;
  vertical-align: middle;
  transition: 0.5s;
  position: absolute;
  left: 0;
}
.blog-author-wrapper .toggle-button {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  border: 0;
  background-color: transparent;
  color: #e37705;
  outline: 0;
}

.sidebar_second .block-content-basic {
  background-color: #EEFBFB;
  padding: 20px;
  border-radius: 16px;
  margin-top: 25px;
  line-height: 28px;
}
.sidebar_second .block-content-basic p {
  font-size: 20px;
  line-height: 28px;
}

.view-abi-blog-authors .row {
  margin: 0;
}
/*# sourceMappingURL=blog-authors.css.map */
