.image-class {
  height: 50px;
  width: 50px;
  object-fit: cover;
  object-position: center top;
  overflow: hidden;
  border-radius: 100%;
}

.bg-card-img {
  background-color: #030623;
  height: 80px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.status {
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 12px;
  display: inline-block;
}

.input__estimate{
    padding: 0 10px;
    background: none;
    border: 0;
    text-align: end;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    width: 100%;
    &:focus, :hover{
        text-decoration: underline;
        outline: none;
        border-bottom: 2px;
        background: white;

    }
}

.input_width-20{
    width: 100px;
}


/*# sourceMappingURL=mycss.css.map */
