.deleted {
    text-decoration: line-through;
    color: #b3b3b3;
}

.fa-done {
    color: green;
}

.fa-undone {
    color: red;
}

.alert.step-process {
    padding: 5px 10px;
}

.steps-table button.btn-create {
    display: none;
}

.input-group-text {
    margin: 0 !important;
}

.header-logo {
    max-width: 50px !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.modal-content {
    border-radius: 1.125rem !important;
}

.dataTables_wrapper {
    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 10px;
    overflow-x: scroll;
}
.nav-item:hover a,.nav-item.active a{
    color:#6a4bc3 !important;
    font-weight: 600;
}
.font-weight-600{
    font-weight: 600 !important;
}