/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

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.  */

/* Custom Responsive Alert Body Styling */
.alert .alert-body {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .alert .alert-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Responsive Font Size for Stat Cards */
.responsive-stat-text {
    font-size: clamp(0.6rem, 1.5vw + 0.4rem, 1.28rem) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip; /* Keeps the text on one line without dots, just scales it */
}

.img-gys {
  /* Combined effect for punchier black and white */
  filter: grayscale(100%) contrast(120%) brightness(90%);
}
