.content-form {
    max-width: 100%;
    position: relative;
}
.content-input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.content-input-group-input {
    height: 88px;
    border-radius: 16px 0px 0px 16px;
    border: 1px solid #a4b3c2;
    border-right: 0;
    padding: 0px 10px 0px 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
@media(max-width:768px) {
    .content-input-group-input {
        font-size: 14px;
    }
    .modal-footer-login > button{
        display: block;
        width:100%;
        margin-bottom: 5px!important;
        margin-left: 0px!important;        
    }
}

.content-input-group-icon{
    height: 88px;
    min-width: 64px;
    border-radius: 0 16px 16px 0;
    border-color: #a4b3c2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4b3c2;
    border-left: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}
.content-input-group-icon-btn {    
    text-align: center;
    padding: 0;
    color: #9e9e9e;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    font-size: 18px;
}
.bio-title {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
.bio-summary {
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 14px;
    font-weight: 400;
}
.bio-label-400 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 400;
}
.bio-label-i {
    margin-right:5px;
}
.bio-card-tags {
    display: flex;
    margin-bottom: 12px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}
.bio-card-court {
    display: flex;
    margin-bottom: 8px;
    align-items: center;    
}
.bio-card-court-icon {
    width: 32px;
    height: 32px;
    background-color: #eceff1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;    
}
.bio-card-court-icon-i {
    width: 16px;
    height: 16px;
    font-size: 16px;    
    display: inline-block;
    line-height: 1;
    vertical-align: middle;    
}
.bio-card-court-label-name {
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-left: 8px;
    font-weight: bold;
}
.bio-card-court-label-last {
    color: rgba(0, 0, 0, 0.38);
    margin-left: 8px;    
    font-size: 12px;
    font-weight: 400;
}
.img-landing-aco {
    margin-left:0px;
    margin-right: 10px;
}
.container-header {
    padding:10px 0px 10px 0px;
    text-align: center;
}
.OldLawsuitCard-title {
    color: rgba(0, 0, 0, 0.8);
    margin: 8px 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
}
.OldLawsuitCard-title-link {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-weight: normal;
}
.OldLawsuitCard-title-link:hover {
    text-decoration: underline;
}
.OldLawsuitCard-description {
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 14px;
    
}
.OldLawsuitCard-description > p {
    color: rgba(0, 0, 0, 0.8)!important;
    text-align:justify;
    font-weight: 400;
}
.OldLawsuitCard-base {
    height: 36px;
    display: flex;
    justify-content: space-between;
    display: inline-flex;
}
.OldLawsuitCard-base > a {
    padding: 0px!important;
}
.OldLawsuitCard-base-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 36px;
    float: left;
    margin: 0 8px 0 0;
    color: #00a859;
    display: inline-block;
}
.OldLawsuitCard-base-read {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    color: #00a859;
    font-weight: bold;    
}
.OldLawsuitCard-base-read:hover {
    text-decoration: underline;
}
.LawsuitParts-link-black {
  color: rgba(0, 0, 0, 0.8);
}
.LawsuitParts-link-black:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.LawsuitPartsBase-involvedPart-role {
  font-size: 12px;
  font-weight: 400;
}
.LawsuitPartsBase-involvedPart-name {
  font-size: 14px;
  font-weight: 400;
}
.LawsuitPartsBase-pole-name {
  font-size: 10px;
  font-weight: 500;
}
.LawsuitPartsBase-pole {
  padding-top: 24px;
  padding-bottom: 24px;
}
.LawsuitPartsBase-pole:first-child {
  padding-top: 8px;
}
.LawsuitPartsBase-pole:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.LawsuitPartsBase-pole-name {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.LawsuitPartsBase-pole-parts {
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.LawsuitPartsBase-involvedPart {
  display: block;
  padding-top: 16px;
  text-overflow: ellipsis;
}
.LawsuitPartsBase-involvedPart-launchIcon {
  margin-left: 8px;
}
.LawsuitPartsBase-involvedPart-role {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
.LawsuitPartsBase-involvedPart--link:hover {
  text-decoration: none;
}
.LawsuitPartsBase-involvedPart--link:hover .LawsuitPartsBase-involvedPart-name {
  text-decoration: underline;
}
@media screen and (max-width: 544px) {
  .LawsuitPartsBase-pole-parts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.LawsuitPartsModalTrigger-trigger {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.LawsuitDescription-court-link {
  color: rgba(0, 0, 0, 0.8);
}
.LawsuitDescription-court-link:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.LawsuitGeneralInfoModal-header-description,
.LawsuitGeneralInfoModal-header-subtitle {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitGeneralInfoModalTrigger-trigger {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.LawsuitUnlockCNJ-block-btn-upper-case {
  font-size: 12px;
  font-weight: 500;
}
.LawsuitUnlockCNJ-block-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.LawsuitUnlockCNJ-block-btn-upper-case {
  text-transform: uppercase;
}
.LawsuitHeader-description,
.LawsuitHeader-infoArea,
.LawsuitHeader-number {
  font-size: 14px;
  font-weight: 400;
}
.LawsuitHeader-infoArea-item-icon {
  font-size: 16px;
}
.LawsuitHeader-title-mobile {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}
.LawsuitHeader-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}
.LawsuitHeader-number {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitHeader-title-separator {
  color: #9e9e9e;
}
.LawsuitHeader-infoArea-row {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.LawsuitHeader-infoArea-item {
  display: flex;
  align-items: center;
  height: 28px;
}
.LawsuitHeader-infoArea-item:not(:first-child):not(:empty):before {
  content: "";
  height: 16px;
  margin: 0 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.LawsuitHeader-infoArea-item-text,
.LawsuitHeader-infoArea-item-text-with-tooltip {
  max-width: 494px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
}
.LawsuitHeader-infoArea-item-text-with-tooltip,
.LawsuitHeader-infoArea-item-text-with-tooltip-with-tooltip {
  overflow: visible;
}
.LawsuitHeader-infoArea-item-text-secondary,
.LawsuitHeader-infoArea-item-text-with-tooltip-secondary {
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitHeader-infoArea-item-icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  align-self: center;
}
.LawsuitHeader-infoArea-item-value {
  display: flex;
  white-space: nowrap;
  align-items: baseline;
}
.LawsuitHeader-infoArea-item .ClaimValue-value {
  border-radius: 4px;
  margin-left: 8px;
  padding: 0 2px;
}
.LawsuitHeader-infoArea-dotSeparator {
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitHeader-description {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.LawsuitHeader-link {
  margin-top: 8px;
}
.LawsuitHeader-disclaimerMessage,
.LawsuitHeader-monitoringTag {
  margin: 16px 0;
}
@media screen and (max-width: 1200px) {
  .LawsuitHeader-infoArea-row {
    flex-direction: column;
    align-items: start;
    margin-top: 0;
  }
  .LawsuitHeader-infoArea-item {
    height: auto;
    margin-bottom: 8px;
  }
  .LawsuitHeader-infoArea-item:not(:first-child):before {
    display: none;
  }
  .LawsuitHeader-infoArea-item-text,
  .LawsuitHeader-infoArea-item-text-with-tooltip {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
  }
  .LawsuitHeader-description {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.LawsuitPrivateDocuments-popover {
  font-size: 14px;
  font-weight: 400;
}
.LawsuitPrivateDocuments-title {
  font-size: 14px;
  font-weight: 500;
}
.LawsuitPrivateDocuments-icon {
  font-size: 20px;
  font-weight: 500;
}
.LawsuitPrivateDocuments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LawsuitPrivateDocuments-header-left {
  display: flex;
  align-items: center;
}
.LawsuitPrivateDocuments-title {
  margin-right: 8px;
}
.LawsuitPrivateDocuments-icon {
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.38);
}
.LawsuitPrivateDocuments-popover {
  color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  width: 300px;
}
.DocumentsWidget-pinned {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.DocumentsWidget-showAllItems {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.LawsuitInformationSourceWidget-title {
  font-weight: 500;
  line-height: 1.2;
}
.LawsuitInformationSourceWidget-description {
  font-weight: 400;
  line-height: 1.4;
}
.LawsuitInformationSourceWidget-description,
.LawsuitInformationSourceWidget-title {
  font-size: 14px;
}
.LawsuitInformationSourceWidget {
  padding: 16px 16px 8px;
}
.LawsuitInformationSourceWidget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LawsuitInformationSourceWidget-title {
  color: rgba(0, 0, 0, 0.8);
}
.LawsuitInformationSourceWidget-title .badge {
  margin-left: 4px;
}
.LawsuitInformationSourceWidget-icon {
  color: rgba(0, 0, 0, 0.38);
}
.LawsuitInformationSourceWidget-popover {
  color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  width: 300px;
}
.LawsuitInformationSourceWidget-description {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
}
.LawsuitInformationSourceWidget-cta {
  margin-top: 8px;
}
.LawsuitDetails-poleName,
.LawsuitDetails-title {
  font-size: 14px;
  font-weight: 500;
}
.LawsuitDetails {
  padding: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}
.LawsuitDetails-pole {
  margin-top: 16px;
}
.LawsuitDetails-pole:not(:first-child) {
  padding-top: 16px;
}
.LawsuitDetails-poleName {
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitDetails--simple .LawsuitDetails-poleName {
  display: none;
}
.LawsuitDetails-involvedPart {
  margin-top: 8px;
}
.LawsuitDetails-involvedPart-role {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
.LawsuitDetails-showAllItems {
  margin-top: 16px;
}
.LawsuitDetails-infoTriggers-scroll {
  overflow: scroll;
  background: #f5f5f5;
}
.LawsuitDetails-infoTriggers-container {
  display: inline-flex;
  padding: 8px 16px 24px;
}
.LawsuitDetails-infoTriggers-container
  .WithMetricsDispatcher:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .LawsuitDetails {
    padding: 16px;
  }
  .LawsuitDetails-infoTriggers-container
    .WithMetricsDispatcher:not(:first-child) {
    margin-left: 8px;
  }
  .LawsuitHeader-infoArea-item-icon {
    display: none!important;
  }
  .LawsuitHeader-infoArea-row {      
      align-items: center;
  }
  .LawsuitHeader-title {
      text-align: center;
  }
  .LawsuitHeader-number{
      text-align: center;
  }
}
.UnlockActivitiesMessage-message {
  font-size: 14px;
  font-weight: 400;
}
.UnlockActivitiesMessage {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f3f8ed;
  border-radius: 4px;
}
.UnlockActivitiesMessage .icon {
  margin-right: 8px;
}
.UnlockActivitiesMessage-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 544px) {
  .UnlockActivitiesMessage {
    align-items: flex-start;
    padding-bottom: 4px;
  }
  .UnlockActivitiesMessage-message {
    flex-direction: column;
    align-items: flex-start;
  }
}
.LawsuitActivityItem-text > p {
  color: rgba(0, 0, 0, 0.6)!important; 
  text-align: justify;
}
.LawsuitActivityItem-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1)!important;
}
.LawsuitActivityItem {
  position: relative;
  justify-content: space-between;
  line-height: 1.2;
  overflow-wrap: anywhere;
  border-radius: 4px;
  padding: 8px 8px 0px 8px;
  margin: -8px;
  box-sizing: border-box;
}
.LawsuitActivityItem-header {
  display: flex;
}
.LawsuitActivityItem-label {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
  margin-right: 8px;
}
.LawsuitJournalBlock-journalLink-anchor {
  font-size: 13px;
  font-weight: 400;
}
.LawsuitJournalBlock-body > p {
  font-size: 14px;
  font-weight: 400;
}
.LawsuitJournalBlock-journalLink-label {
  font-size: 13px;
  font-weight: 500;
}
.LawsuitJournalBlock-blockLink {
  font-size: 14px;
  font-weight: 500;
}
.LawsuitJournalBlock-journalLink {
  display: flex;
}
.LawsuitJournalBlock-journalLink-label {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
  margin-right: 8px;
}
.LawsuitJournalBlock-journalLink-anchor {
  display: block;
  margin-bottom: 4px;
}
.LawsuitJournalBlock-body {
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
}
.LawsuitJournalBlock-body > p {
  margin: 0 !important;
  line-height: 1.5;
}
.LawsuitJournalBlock-body--truncated:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.LawsuitJournalBlock-blockLink {
  margin-top: 4px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.LawsuitBlockedMovement {
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 750px;
  font-size: 14px!important;
}
.LawsuitBlockedMovement-block-btn {
  min-height: unset;
  line-height: 1.5;
  text-transform: none;
}
.TimelineLoginWall-title {
  font-weight: 500;
  line-height: 1.2;
}
.TimelineLoginWall-copy {
  font-weight: 400;
  line-height: 1.2;
}
.TimelineLoginWall-title {
  font-size: 20px;
}
.TimelineLoginWall-copy {
  font-size: 16px;
}
.TimelineLoginWall {
  padding: 64px 16px 0px;
  align-items: center;
  text-align: center;
}
.TimelineLoginWall-image {
  min-height: 160px;
  min-width: 160px;
  margin-bottom: 24px;
}
.TimelineLoginWall-title {
  margin-bottom: 48px;
}
.TimelineLoginWall-options {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TimelineLoginWall-btn {
  padding: 6px 0;
  min-width: 328px;
}
.TimelineLoginWall-copy {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 24px;
}
@media screen and (max-width: 544px) {
  .TimelineLoginWall {
    padding: 64px 16px 0px;
  }
  .TimelineLoginWall-options {
    width: 100%;
  }
  .LawsuitTimeline-heading {
      text-align: center;
  }
}
.LawsuitTimeline-date {
  font-size: 14px;
  font-weight: 500!important;
}
.LawsuitTimeline-heading {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-top:0px;
}
.LawsuitTimeline {
  width: 100%;
}
.LawsuitTimeline-wrapper {
  width: 100%;
}
.LawsuitTimeline .UnlockActivitiesMessage {
  margin: 8px 0;
}
.LawsuitTimeline-list.InfiniteList {
  margin-top: 16px;
  margin-bottom: 16px;
}
.LawsuitTimeline-fade:nth-last-child(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, #fff);
}
.LawsuitTimeline-fade:nth-last-child(2) {
  position: relative;
}
.LawsuitTimeline-date {
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  height: 21px;
  line-height: 1.5;
}
.LawsuitTimeline-date-absolute {
  margin-left: 8px;
  font-weight: bold;
}
.LawsuitTimeline-date-relative {
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitTimeline-date-relative:before {
  content: "∙";
  position: relative;
  margin: 0 4px;
}
.LawsuitTimeline-date-dot {
  width: 13px;
  height: 13px;
  margin: 4px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.6);
}
.LawsuitTimeline-document {
  position: relative;
  padding: 8px 12px 8px 17px;
  margin-left: 9px;
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
}
.LawsuitTimeline-group:last-child .LawsuitTimeline-documents .LawsuitTimeline-document {
  padding-bottom: 0px!Important;
}
.LawsuitTimeline-document-dot {
  background-color: #fff;
  position: absolute;
  padding: 4px;
  left: -8px;
  top: 11px;
}
.LawsuitTimeline-document-dot:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.LawsuitTimeline-document-tooltip {
  display: inline;
  left: -16px;
}
.LawsuitTimeline-document-tooltip:after,
.LawsuitTimeline-document-tooltip:before {
  bottom: auto !important;
}
.LawsuitTimeline-document-tooltip:before {
  top: 5px;
  right: -8px;
}
.LawsuitTimeline-document-tooltip:after {
  top: -8px;
  margin-left: 8px;
}
.LawsuitTimeline-document-blocked,
.LawsuitTimeline-document-unlocked {
  color: rgba(0, 0, 0, 0.6);
  height: 22px;
  font-size: 16px;
  left: -13.5px;
}
.LawsuitTimeline-document-blocked:after,
.LawsuitTimeline-document-unlocked:after {
  content: none;
}
.LawsuitTimeline-document-unread:after {
  background-color: #0091ea;
}
.LawsuitTimeline-document-blocked {
  top: 5px;
}
.LawsuitTimeline-document-unlocked {
  top: -1px;
}
.LawsuitTimeline-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  margin-top: 16px;
}
.LawsuitTimeline table {
  overflow-x: auto;
}
.LawsuitTimeline-unread-badge {
  margin-left: 8px;
}
.LawsuitUpdateFlashtag {
  display: flex;
  justify-content: space-between;
  padding: 16px 28px 16px 16px;
  margin-top: 24px;
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #e7f5fd;
}
.LawsuitUpdateFlashtag-update-btn {
  text-transform: uppercase;
  padding-top: 4px;
}
.LawsuitUpdateFlashtag-content-title {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.LawsuitUpdateFlashtag-content-description {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
@media screen and (max-width: 992px) {
  .LawsuitUpdateFlashtag {
    flex-direction: column;
  }
  .LawsuitUpdateFlashtag-update-btn {
    padding-top: 8px;
  }
  .LawsuitUpdateFlashtag-content-title {
    margin-bottom: 8px;
  }
}
.LawsuitTabs-content-description {
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
}
.LawsuitTabs {
  min-height: 100vh;
}
.LawsuitTabs-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 470px;
  padding: 24px 20px;
  margin-top: 0;
  margin-bottom: 56px;
}
.LawsuitTabs-content-description {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
.LawsuitUpdatingModal-title {
  font-size: 20px;
  font-weight: 500;
}
.LawsuitUpdatingModal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LawsuitUpdatingModal-body {
  min-height: 336px;
  max-height: 336px;
}
.LawsuitUpdatingModal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.LawsuitUpdatingModal-picture {
  min-height: 111px;
}
.LawsuitUpdatingModal-image {
  width: 111px;
  margin-bottom: 24px;
  margin-top: 56px;
}
.LawsuitUpdatingModal-image-fit {
  margin-top: 24px;
}
.LawsuitUpdatingModal-video {
  min-height: 112px;
  min-width: 184px;
  width: 112px;
  height: 112px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 56px;
}
.LawsuitUpdatingModal-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.LawsuitUpdatingModal-message {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 385px;
}
.LawsuitUpdatingModal-actions {
  display: flex;
  justify-content: flex-end;
}
.LawsuitUpdatingModal-anchor {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  text-transform: unset;
  min-height: unset;
  line-height: unset;
}
.LawsuitUpdatingModal-anchor:focus,
.LawsuitUpdatingModal-anchor:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 544px) {
  .LawsuitUpdatingModal-actions {
    flex-flow: column-reverse;
  }
  .LawsuitUpdatingModal-message {
    max-width: 296px;
  }
  .LawsuitUpdatingModal-image-fit {
    margin-top: 0;
  }
}
.LawsuitBreadcrumb {
  display: flex;
  margin-bottom: 16px;
}
.LawsuitBreadcrumb-mobile {
  display: flex;
  align-items: center;
}
.LawsuitBreadcrumb-mobile-icon,
.LawsuitBreadcrumb-mobile-link,
.LawsuitBreadcrumb .breadcrumb a {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 544px) {
  .LawsuitBreadcrumb {
    margin-left: 16px;
  }
}
.AppRoot-toastContainer.Toastify__toast-container--bottom-center {
  width: auto;
  margin-left: 0;
}
.AppRoot-toastContainer.Toastify__toast-container--bottom-center
  .Toast-actions {
  white-space: nowrap;
  margin-left: 8px;
}
.LawsuitPage-main {
  padding-left: 0;
  overflow: hidden;
}
.mobile .LawsuitPage-main {
  padding: 0;
}
.LawsuitPage-aside {
  padding-right: 0;
  margin-left: 16px;
  max-width: 400px;
}
.LawsuitPage-infoButton {
  display: flex;
  align-items: center;
}
.LawsuitPage-infoButton-container {
  padding: 16px 16px 0;
}
.LawsuitPage-details {
  margin-top: 0;
  transition: opacity 0.5s, margin-top 0.5s;
  opacity: 0;
}
.LawsuitPage-details--animated {
  opacity: 1;
}
.LawsuitPage-list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
}
@media screen and (max-width: 768px) {
  .LawsuitPage {
    grid-template-columns: 1fr;
  }
  .LawsuitPage-main {
    margin-right: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .UnlockActivitiesMessage {
      text-align: center;
  }
  .UnlockActivitiesMessage-message {
      align-items: center;
  }
  .UnlockActivitiesMessage-message > button {
      margin-top: 10px;
  }
}
.UnlockActivitiesMessage {
    padding: 20px;
}