.progress{
    background-color: #ff87b1;
}

.author-box-job .badge {
    padding: 4px 9px;
}


.description-wrapper{
    white-space: pre-wrap;
}

.gantt .bar{
    fill: var(--theme-color) !important;
    stroke: #3e003e !important;
}

.gantt .bar-progress{
    fill: #0056b3 !important;
}

.sidebar-menu {
    font-size: 16px;
}

.paymet-box{
    margin: 3px;
    padding: 3px;
    border: 3px solid #0d1137;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-strike {
    text-decoration: line-through;
}

.profile-widget .profile-widget-picture{
    height: 100px;
}

.navbar .nav-link.nav-link-user img{
    height: 30px;
}
.profile-widget-header .avatar-item .avatar-badge{
    z-index: 1;
    bottom: -65px;
    right: 3px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #6777ef;
}

.user-avatar.avatar.avatar-xl{
    font-size: 45px;
    height: 100px;
    width: 100px;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.system-logos{
	max-width: 100%;
    max-height: 100%;
}

.navbar-logos{
	padding: 10px;
    width: 100%;
    height: 100%;
}

.kanban .dropdown-toggle{
    outline: none;
}
.kanban .dropdown-toggle:after{
display: none;
}
.kanban {
display: block;
white-space: nowrap;
overflow-x: auto;
}
.tasks.tasks:not(:last-child) {
margin-right: 0.25rem;
}
.tasks {
    display: inline-block;
    width: 17rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border: 1px solid var(--theme-color);
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 0.5rem;
}
.tasks .task-header {
    color: #9ca3a9;
    padding: 0.5rem;
    font-weight: bold;
}
.task-list-items {
min-height: 100px;
position: relative;
}
.task-list-items:before {
content: "No Tasks";
position: absolute;
line-height: 110px;
width: 100%;
text-align: center;
font-weight: 600;
}
.tasks .card {
white-space: normal;
margin-top: 1rem;
}

/* Hide Timesheet UI elements site-wide without removing backend code
   Selectors target tabs, nav links, reports links, timesheet tables, modals and timer buttons
   so the timesheet feature is not visible on the frontend. */

/* Navbar / sidebar links that point to timesheet pages */
.nav-link[href*="/projects/timesheet"],
.nav-link[href*="reports/timesheet"],
li#nav_timer,
.nav-link .fa-clock,
.nav-link .fa-stopwatch {
    display: none !important;
}

/* Tabs and tab panes */
#timesheet-tab,
.nav-link#timesheet-tab,
.tab-pane#timesheet {
    display: none !important;
    visibility: hidden !important;
}

/* Timesheet table and action buttons */
#timesheet_list,
.timesheet-table,
.delete_timesheet,
.stop_timesheet_timer,
.modal-edit-timesheet,
#modal-add-timesheet,
#modal-edit-timesheet,
.modal-add-timesheet-trigger {
    display: none !important;
}

/* Timer button used in task/project pages */
#timer_btn,
.timer-btn,
.btn[data-timesheet_id],
button[data-timesheet_id] {
    display: none !important;
}

/* Bootstrap-table export filename references (visual buttons) */
.bs-export, .export, .bootstrap-table .export {
    display: none !important;
}

/* Safe-guard: hide any element with text 'Timesheet' (visual only) */
/* Use a case-insensitive attribute selector for title or aria labels */
[title*="Timesheet" i],
[aria-label*="Timesheet" i] {
    display: none !important;
}

/* Hide Attendance UI elements site-wide (display-only) */
.nav-link[href*="/attendance"],
.sidebar-menu a[href*="/attendance"],
li a[href*="/attendance"],
.fa-clipboard-check,
li[role="menuitem"] a[href*="/attendance"],
/* Reports attendance link */
.dropdown-menu a[href*="reports/attendance"],
/* Any elements with title/aria-label containing 'Attendance' */
[title*="Attendance" i],
[aria-label*="Attendance" i],
/* Specific sidebar list item (safe generic selector) */
li a[href$="/attendance"],
/* Hide attendance buttons if present */
.attendance-in, .attendance-out, .btn-attendance {
    display: none !important;
}

/* Dashboard improvements */
.card-statistic-2 .card-stats-title {
    font-weight: 700;
    font-size: 0.95rem;
}
.card-stats-item-count a{ color: inherit; text-decoration: none; }
.card-stats-item-count a:hover{ text-decoration: underline; }
.card.card-primary { border-radius: 10px; box-shadow: 0 6px 18px rgba(20,20,50,0.06); }
.card-body canvas{ max-height: 200px; }
.dashboard-chart { padding: 0.75rem 1rem; }
.stat-icon { font-size: 22px; margin-right: 8px; vertical-align: middle; }
.card-stats-item { transition: transform .12s ease, box-shadow .12s ease; }
.card-stats-item:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(25,25,60,0.06); }
.chart-clickable { cursor: pointer; }

/* Make ticket headers match task headers (keeps kanban/list headers consistent) */
.tickets .ticket-header,
.tickets .ticket-content .ticket-header {
    color: #9ca3a9;
    padding: 0.5rem;
    font-weight: bold;
}

/* Mirror additional .tasks styles so ticket kanban columns behave like tasks */
.tickets.tickets:not(:last-child) {
    margin-right: 0.25rem;
}
.tickets {
    display: inline-block;
    width: 17rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border: 1px solid var(--theme-color);
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 0.5rem;
}
.ticket-list-items {
    min-height: 100px;
    position: relative;
}
.ticket-list-items:before {
    content: "No Tickets";
    position: absolute;
    line-height: 110px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.tickets .card {
    white-space: normal;
    margin-top: 1rem;
}