/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

/* Custom card header styling */
.custom-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f8f9fa;
}

.custom-card-header h4 {
    margin: 0;
}

.custom-card-header .btn {
    display: inline-flex;
    align-items: center;
}

.custom-card-header .custom-card-header-action {
    flex-shrink: 0;
}

/* Styling the input group and search button */
.custom-card-header .input-group {
    max-width: 250px;
}

.custom-card-header .input-group-btn .btn {
    border-radius: 0 .25rem .25rem 0;
}

/* Adjust button spacing and alignment */
.custom-card-header .btn-primary {
    border-radius: .25rem;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}
