
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */


.dashboard-card-main{
    min-height: 400px;
}

.chart-legend {
    display: none !important;
}


#myBarChart + .chart-legend,
#myDoughnutChart + .chart-legend {
    display: none !important;
}

#myBarChart ~ ul,
#myDoughnutChart ~ ul {
    display: none !important;
}


.filter-month-charts{
    width: 120px;
}


/* Dropdown container */
.dropdown-menu {
    min-width: 180px;
    padding: 6px 0;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Language item */
.dropdown-langs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s ease;
}

/* Hover effect */
.dropdown-langs:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

/* Text */
.dropdown-langs .lang-text {
    font-weight: 500;
}

/* Flag image */
.dropdown-langs img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

/* Arabic alignment support */
html[dir="rtl"] .dropdown-langs {
    flex-direction: row-reverse;
}

html[dir="rtl"] .dropdown-langs .lang-text {
    text-align: right;
}


.login-logo {
    width: 120px; /* Adjust size as needed */
    height: auto;
    display: block;
    margin: 0 auto;
}