body {
    font-family: "IBM Plex Sans Arabic" , sans-serif ;
}

.parsley-errors-list {
    list-style: none;
    color: #f00;
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.employees-datatable div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
}

.card-title {
    text-align: right;
}

.add-btn {
    float: left;
}

input {
    text-align: right;
}

.dt-buttons a.dt-button, .dt-buttons button.dt-button, .dt-buttons div.dt-button, .dt-buttons input.dt-button {
    color: #fff !important;
    background-color: #0ab39c !important;
    border-color: #0ab39c !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.9rem;
    font-size: .8125rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 5px;
}
.buttons-csv {
    background-color: #299cdb !important;
}

th.dt-center, td.dt-center {
    text-align: center !important;
}

.actions-btn {
    margin-bottom: 10px;
}
.error .alert {
    margin-bottom: 30px;
}

#datatable .badge,
.installation-info .badge {
    font-size: 12px !important;
}

/* Color Variants */
.badge-primary {
    background-color: #007bff; /* Blue */
}

.badge-secondary {
    background-color: #6c757d; /* Grey */
}

.badge-success {
    background-color: #28a745; /* Green */
}

.badge-danger {
    background-color: #dc3545; /* Red */
}

.badge-warning {
    background-color: #ffc107; /* Yellow */
}

.badge-info {
    background-color: #17a2b8; /* Teal */
}

.badge-light {
    background-color: #f8f9fa; /* Light grey */
    color: #212529; /* Dark text for contrast */
}

.badge-dark {
    background-color: #343a40; /* Dark grey */
}
