.error {
    color: red;
}

#kt_app_sidebar_menu .menu-icon > svg {
    fill: white !important;
    width: 17px !important;
    height: 17px !important;
}

#kt_app_sidebar_menu .menu-icon > i {
    color: white !important;
    font-size: 17px;
}

/*th, td {*/
/*    text-align: center;*/
/*}*/

.cursor-pointer {
    cursor: pointer;
}


.image-input-empty {
    background-image: url('./../images/blank.svg');
}

.action-div > * {
    margin-right: 15px;
}

.table .icon {
    font-size: 18px;
}

.table .icon.edit-icon {
    color: black;
}
[data-bs-theme=dark] .table .icon.edit-icon {
    color: white;
}

.ki-magnifier .path1:before {
    opacity: 1;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n) > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .05);
}

#mainTable_wrapper table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow:none !important;
}


table.table.dataTable.table-striped > tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

#mainTable_wrapper .table-responsive {
    margin-bottom: 20px;
}

/* Basic table styling */

.card {
    border: 2px solid #efeeee !important;
}
.card .pt-0 {
    padding-top: 10px !important;
}

.card .my-1 {
    margin-top: -.2rem !important;
}
.card table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header styling */
.card thead {
    background-color: #dadfef;
    color: #000000 !important;
}

.card thead th{
    color: #000000 !important;
}
.card th, td {
    padding: 15px;
}

.card .table:not(.table-bordered) td:first-child{
    padding-left: 10px;
}
.card .table:not(.table-bordered) th:first-child{
    padding-left: 10px;
}


.card th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Alternate row colors */
.card tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

/* Hover effect */
.card tbody tr:hover {
    background-color: #d4e9d7;
    transition: background-color 0.3s ease;
}

/* Borders for table cells */
.card  th,.card td {
    border-bottom: 1px solid #dddddd;
}


