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


img.equal-height {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	height: 175px;
}

.chat-application .chat-app-window .user-chats .chats .chat-body {
    margin: 10px 0 0 0;
}

.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content{
	margin: 0 0 10px 0;
	float: none;
}

[v-cloak] { display: none; }

/* Custom CSS to align search and dropdown */
.ag-grid-btns .form-control {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.ag-grid-btns .search-input {
    width: 170px; /* Adjust the width as needed */
}

.ag-grid-btns .year-dropdown {
    width: 150px; /* Adjust the width as needed */
}

.ag-grid-btns form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.month-year-header {
    background-color: #f0f0f0; /* Light gray background */
    padding: 10px;
    font-weight: bold;
}

.table td {
    vertical-align: middle;
}
