// Write (or import) your styles here
.fixed-cta-button {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99999;
    width: 100px;
    height: 56px;
    border-radius: 20px;
    font-size: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.cta-button {
  margin-bottom: 20px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.cta-button>span {
  color: #263238;
}
.dz-success-mark {
    text-align: center;
}
.img-sm{
    max-width: 100%;
    height: auto;
}
.hasImg{
    width:20%;
    text-align: center;
}
.table-listing td:last-of-type {
    min-width: 95px;
    display: table-cell;
    justify-content: flex-end;
  }
.placeholderHighlight {
    background-color: #edf3fe;
}
