/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: OffiAim
	Author URL: http://www.themeforest.net/user/OffiAim
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


caption {
    caption-side: top; /* Place the caption at the top */
    text-align: left; /* Align the caption to the left */
    font-weight: bold; /* Make the caption text bold */
  }

.button-row {
	display: flex;
	gap: 5px; /* Space between buttons */
	align-items: center; /* Align buttons vertically center */
}

.bold-red {
    font-weight: bold;  /* Makes the text bold */
    color: red;         /* Changes the text color to red */
}
