.error {
    color: #ff2222;
}

#users-tbl_filter,
#clients-tbl_filter,
#reports-tbl_filter {
    float: right !important;
    margin-bottom: 5px;
}

#users-tbl_paginate,
#clients-tbl_paginate,
#reports-tbl_paginate {
    margin-top: 5px !important;
}

.form-control-lg {
    padding: 0.84rem 0.84rem;
}

/*Customize toastr error background color*/
#toast-container .toast-error {
    background-color: #f44336; /* Set your desired background color */
    color: #fff; /* Set text color */
}

/*Customize toastr success background color*/
#toast-container .toast-success {
    background-color: #28a745; /* Set your desired background color (e.g., green) */
    color: #fff; /* Set the text color */
}

/*Customize toastr warning background color*/
#toast-container .toast-warning {
    background-color: #ffc107; /* Yellow for warning */
    color: #000; /* Black text color for contrast */
}

.form-group input {
    margin-bottom: 4px;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #b66dff;
    font-family: "ubuntu-medium", sans-serif;
}

.sidebar .nav .nav-item.active > .nav-link i {
    color: #b66dff;
}

.short-codes {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.short-codes h5 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.short-codes ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.short-codes li {
    margin-bottom: 5px;
}

.short-codes strong {
    color: #333;
}
