/* Global classes for prototyping */

.lw-text {
  font-size: .7rem;
}

/* Some carousel */

.carousel-wrapper {
  position: relative;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  background-image: linear-gradient(#FFFFFF 50%, #FFFFFF 50%, #F0F3FC 50%);
  box-shadow: 0px 12px 39px -19px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.carousel-wrapper .carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.carousel-wrapper .carousel .carousel-cell {
  padding: 10px;
  background-color: #FFFFFF;
  width: 20%;
  height: auto;
  min-width: 120px;
  margin: 0 20px;
  transition: transform 500ms ease;
}

.carousel-wrapper .carousel .carousel-cell .more {
  display: block;
  opacity: 0;
  margin: 5px 0 15px 0;
  text-align: center;
  font-size: 10px;
  color: #CFCFCF;
  text-decoration: none;
  transition: opacity 300ms ease;
}

.carousel-wrapper .carousel .carousel-cell .more:hover, .carousel-wrapper .carousel .carousel-cell .more:active, .carousel-wrapper .carousel .carousel-cell .more:visited, .carousel-wrapper .carousel .carousel-cell .more:focus {
  color: #CFCFCF;
  text-decoration: none;
}

.carousel-wrapper .carousel .carousel-cell .line {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: black;
  left: 50%;
  margin: 5px 0 0 -1px;
  transition: height 300ms ease;
  display: block;
}

.carousel-wrapper .carousel .carousel-cell .price {
  position: absolute;
  font-weight: 700;
  margin: 45px auto 0 auto;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: opacity 300ms ease 300ms;
}

.carousel-wrapper .carousel .carousel-cell .price sup {
  top: 2px;
  position: absolute;
}

.carousel-wrapper .carousel .carousel-cell.is-selected {
  transform: scale(1.2);
}

.carousel-wrapper .carousel .carousel-cell.is-selected .line {
  height: 35px;
}

.carousel-wrapper .carousel .carousel-cell.is-selected .price, .carousel-wrapper .carousel .carousel-cell.is-selected .more {
  opacity: 1;
}

.carousel-wrapper .flickity-page-dots {
  display: none;
}

.carousel-wrapper .flickity-viewport, .carousel-wrapper .flickity-slider {
  overflow: visible;
}

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

/* LW - Columns in dropdowns */

/* rows */

div.dropdown-multicol {
  width: 30em;
}

div.dropdown-row > a.dropdown-item {
  display: inline-block;
  width: 32%;
}

/* Columns */

div.dropdown-multicol2 {
  width: 50em;
}

div.dropdown-multicol2 > div.dropdown-col {
  display: inline-block;
  width: 32%;
}

.articleBadge {
  background-color: #4098D7;
  color: #FFF;
  margin-right: 20px;
  font-size: 1.2rem;
  width: 100px;
  height: 75px;
  border-radius: 0px;
  padding-top: 25px;
  font-family: Cantarell;
  font-weight: 100;
}

.articleAuthors {
  color: #D64545;
  margin-right: 5px;
}

.articleTopics {
  color: #4098D7;
  margin-right: 5px;
}

.topicBadge {
  color: #2680C2;
  margin-right: 2px;
  background-color: #DCEEFB;
}

/* Account types */

.legalAccountAT {
  font-size: 3rem;
  text-align: center;
  color: #FFF;
}

.cardAT {
  border: none;
  font-size: 3rem;
  text-align: center;
  background-color: #E66A6A;
  background-image: linear-gradient(to bottom, #E66A6A, #F29B9B);
}

.legalAccountMA {
  color: #0A558C;
  font-size: 3rem;
  text-align: center;
  color: #FFF;
}

.cardMA {
  border: none;
  font-size: 3rem;
  text-align: center;
  background-color: #0a558c;
  background-image: linear-gradient(to bottom, #0a558c, #62B0E8);
}

.legalAccountBA {
  font-size: 3rem;
  text-align: center;
  color: #FFF;
}

.cardBA {
  border: none;
  font-size: 3rem;
  text-align: center;
  background-color: #3EBD93;
  background-image: linear-gradient(to bottom, #3EBD93,#C6F7E2);
}

.lwCard-body-AccLevel {
  font-size: 1rem;
  margin-top: 0px;
  text-align: left;
  background-color: #FFF;
  height: 220px;
}

.lwCard-footer-AcclevelAT {
  font-size: 1rem;
  margin-top: 0px;
  text-align: left;
  background-color: #FFF;
  border-top: 0.15rem solid #E66A6A;
  text-align: right;
}

.lwCard-footer-AcclevelMA {
  font-size: 1rem;
  margin-top: 0px;
  text-align: left;
  background-color: #FFF;
  border-top: 0.15rem solid #0a558c;
  text-align: right;
}

.lwCard-footer-AcclevelBA {
  font-size: 1rem;
  margin-top: 0px;
  text-align: left;
  background-color: #FFF;
  border-top: 0.15rem solid #38BEC9;
  text-align: right;
}

/* Account badges - Search results */

.ATaccount-badge {
  font-size: 1rem;
  background-color: #E66A6A;
  color: white;
  padding: 6px;
}

.MAaccount-badge {
  font-size: 1rem;
  background-color: #0a558c;
  color: white;
  padding: 6px;
}

.BAaccount-badge {
  font-size: 1rem;
  background-color: #3EBD93;
  color: white;
  padding: 6px;
}

/* Badges - Publications */

.ATaccount-badge-pubs {
  font-size: 1rem;
  background-color: #E66A6A;
  color: white;
  padding: 6px;
  width: 2rem;
}

/* Counter of lawyers in search result */

.ATlawyer-count {
  font-size: 1rem;
  background-color: #E66A6A;
  color: white;
  padding: 6px;
  margin-right: 5px;
}

.MAlawyer-count {
  font-size: 1rem;
  background-color: #0a558c;
  color: white;
  padding: 6px;
  margin-right: 5px;
}

.BAlawyer-count {
  font-size: 1rem;
  background-color: #3EBD93;
  color: white;
  padding: 6px;
  margin-right: 5px;
}

/* Landing Page - Header */

.lwHeader {
  background-color: #54D1DB;
}

/* Landing Page - Footer */

.lwFooter {
  background-color: #14919B;
}

.lwFooter-nav-link {
  color: white;
}

/* Costum search bar */

.lwSearch-bar {
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  border-bottom: 1px solid #14919B;
  border-radius: 0px;
}

.lwSearch-bar {
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  border-bottom: 1px solid #14919B;
  border-radius: 0px;
}

.lwSearch-icone {
  border: none;
  background-color: transparent;
  font-size: 0.8rem;
}

/* Search result */

.search-box {
  border: none;
  background-color: rgba(250,249,247,0.5);
  border-radius: 0.3rem;
}

.search-header {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: #0E7C86;
  border-bottom: 2px solid #0E7C86;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.lawyer-search-result {
  background-color: #FAF9F7;
  padding-bottom: 1rem;
  box-shadow: 2px 1px #0E7C86;
  width: 50%;
  border-radius: 0.3rem;
  border: 1px solid #0A6C74;
  margin-left: 0.5rem;
}

.company-search-result {
  background-color: #FAF9F7;
  padding-bottom: 1rem;
  box-shadow: 2px 1px #0E7C86;
  border-radius: 0.3rem;
  border: 1px solid #0A6C74;
  margin-left: 0.5rem;
}

.search-lawyer-pic {
  align-self: center;
  margin-top: 1rem;
}

.search-company-logo {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.lwProfileSearch {
  width: 18rem;
  border-radius: 25px;
  margin: 0.5rem;
  margin-left: 2rem;
}

/* NavBar Onboarding button */

.btn-lwOnboarding {
  color: white;
  background-color: #38BEC9;
  border: none;
  margin-left: 4rem;
  padding: 1rem;
}

.lwNavbar {
}

.lwFPBadge {
  color: #044E54;
  padding: 0.6rem;
  border: 1px solid #044e54;
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.lwFPBadge:hover {
  color: white;
  padding: 0.6rem;
  border: 1px solid #044e54;
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 0.2rem;
  background-color: #044e54;
}

.trendingTopicsTxt {
  text-align: right;
  margin-top: 1.2rem;
}

