.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;
}
.btn-primary-custom {
    background-color: #04845e;
    color: white;
}

.btn-primary-custom:hover {
    background-color: #036e4e;
}
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;
}
#kt_app_header {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1030; /* stays above other items */
}
.auth-wrapper {
    padding-top: 90px; /* offset from header height if needed */
}
