.comanda_client {
    cursor: pointer;
}

#tabel_arhiva_restransa_comenzi a:link{
    color: red;
}
#tabel_arhiva_restransa_comenzi a:hover{
    color: green;
}
.img_expandable {
    width: 100%;
    height: 100%;
}

.alert-dismissible {
    transition: opacity 10000ms;
}

.hr-line-small {
    border-top: 1px solid black;
}

#tabel_comenzi {
    width: 100%;
}

.card-img-top {
    /* width: 100%;
    height: 25%; */
    object-fit: cover;
}

table {
    width: 100%;
}

textarea {
    bi-textarea-resize;
}

mark{
    background: orange;
    color: black;
}
html {
    font-size: 14px;
  }
