.align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-cert > div > div:first-child {
  margin-right: 30px;
}
.flex-column {
  flex-direction: column;
}
.btn-primary {
  margin-right: 0.625rem !important;
}

.imovelCheck {
  width: 178px;
  justify-content: center;
  background: none;
  border: 2px solid #4fbf40;
  gap: 0.3rem;
  border-radius: 4px;
  height: 40px;
}
.sticky {
  position: sticky;
  top: 85px;
}
.btn-success {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 5px;
}
.nowrap {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .list-bars > div {
    position: relative;
  }
  .list-bars > div:first-child:after {
    display: none;
  }
  .list-bars > div:first-child:before {
    width: 4vw;
  }
}
@media (max-width: 700px) {
  .card-cert > .d-flex {
    flex-direction: column;
  }
  .align-center {
    display: block;
  }
  .card-cert .align-center span {
    display: block;
    margin: 5px 0;
  }
  .card-cert > div > div:first-child {
    margin-right: 0px;
  }
  .card-cert .btn {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .btn-primary {
    margin-right: 0px !important;
  }
  .d-md-none {
    display: none !important;
  }
}