.container-header {
  background-color: white;
}

.container-body {
  background-color: white;
}

/* Lawyer profil header elements */

.lwHeader-lawyer {
  background-color: #54D1DB;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.card-lawyer-picture {
  background: transparent;
  border: none;
}

.img-profile-lawyer {
  width: 15.9rem;
  background: transparent;
  border-radius: .5rem;
}

.name-lawyer {
  color: white;
  font-size: 2.5rem;
}

.MAaccount-badge-lawyer {
  font-size: 1.3rem;
  background-color: #0a558c;
  color: white;
  padding: .4rem;
  margin-left: 1rem;
  border-radius: .7rem;
}

.description-lawyer {
  margin-bottom: 4rem;
  color: white;
  font-size: 1rem;
  text-align: justify;
}

.row-languages-lawyer {
  color: white;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.lang-flag-lawyer {
  width: 1.4rem;
  margin-left: .3rem;
}

.row-contact-lawyer {
  font-size: 1rem;
}

.contact-item-lawyer {
  font-size: 0.7rem;
  background-color: white;
  border-radius: .8rem;
  padding: 0.4rem;
}

.lawyerpub-meta-header {
  border: none;
  background: transparent;
  font-size: .6rem;
  margin: 0rem;
  padding-top: .2rem;
  padding: .1rem .1rem .1rem;
}

.col-meta-header-author {
  text-align: left;
}

.col-meta-header-publish {
  text-align: right;
}

/* Lawyer secondary menu */

.lawyer-secondary-nav {
  color: white;
  background-color: #54D1DB;
  border-radius: 0rem 0rem 1rem 1rem;
  border-top: .2rem solid white;
}

.lawyer-sec-nav-link {
  color: white;
}

.lawyer-sec-nav-link:hover {
  color: black;
}

/* Lawyer categories */

.row-cat-description {
  font-size: .7rem;
  height: 7rem;
  text-align: justify;
}

.col-rates {
  border: 1px solid black;
  padding: .8rem;
  border-radius: .25rem;
  margin-right: 1rem;
  margin-top: .5rem;
  font-size: .7rem;
  height: 2.8rem;
}

.col-fixed-rate-num {
  text-align: center;
}

.col-hourly-rate-num {
  text-align: center;
}

.row-cat-rate {
}

.list-group-cat-lawyer {
  font-size: .7rem;
}

.list-group-item-cat-lawyer {
  border: 1px solid transparent;
  font-size: .7rem;
}

.list-group-item-cat-lawyer:hover {
  background: #54D1DB;
}

/* Lawyer table common components */

.row-fileterSearch {
  margin-top: 1rem;
}

.col-pagniation-lawyer {
  align-items: : right;
}

.col-showing-lawyer {
  font-size: .7rem;
}

.pagination-table {
  font-size: .7rem;
  border: 1px solid transparent;
}

.row-table-info {
}

.input-search-table {
  border-radius: .9rem;
  width: 12rem;
  float: right;
  font-size: .8rem;
}

.filter-table {
  border-radius: .9rem;
}

.btn-clear-selection {
  border-radius: 1rem;
  background-color: #0E7C86;
  color: white;
  font-size: .7rem;
}

.btn-clear-selection:hover {
  border-radius: .7rem;
  background-color: white;
  color: #0E7C86;
  border: 1px solid #0E7C86;
  font-size: .7rem;
}

/* Publication and News common components */

.card-img-top-lawyer {
  height: 6vw;
  object-fit: cover;
}

