a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-dot-event {
    background: #1a2035;
    padding: 5px;
}
.kanban-board {
    min-height: 70vh;
}

.kanban-column {
    min-width: 280px;
    background: #1a20351c;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
}

.kanban-header {
    padding: 10px 15px;
    color: #fff;
    background: #1a2035 !important;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 5px;
}

.kanban-body {
    flex-grow: 1;
    overflow-y: auto;
}

.kanban-card {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.kanban-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
}
.kanban-body {
    min-height: 200px;
}

.kanban-card {
    cursor: grab;
}
 
.kanban-card:active {
    cursor: grabbing;
}
.bg-darkblue {
    background-color: #19366e !important;
}
.nav-pills.nav-darkblue .nav-link.active {
    background: #1a2035;
    border: 1px solid #6861ce;
}
.form-control {
    font-size: 1rem;
    border-color: #ebedf2;
    padding: .2rem 1rem !important;
    height: inherit !important;
    border-width: 1px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th {
    padding: 5px 24px !important;
}

.fc-toolbar .fc-button {
    background: #16366e;
}

.fc-event {
    background: #16366e;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}

.card-header {
    border-bottom: 1px solid #eee;
}

.card-footer {
    border-top: 1px solid #eee;
}
.sidebar[data-background-color=dark] {
    background: linear-gradient(135deg, #003374, #20366b) !important;
}
.sidebar[data-background-color=dark] .nav>.nav-item a {
    color: #ffffff !important;
}
.sidebar .nav>.nav-item a i, .sidebar[data-background-color=white] .nav>.nav-item a i {
    color: #ffffff !important;
}
.sidebar .nav>.nav-item a .caret, .sidebar[data-background-color=white] .nav>.nav-item a .caret {
    color: #ffffff !important;
}
.sidebar .nav .nav-section .text-section, .sidebar[data-background-color=white] .nav .nav-section .text-section {
    color: #ffffff !important;
}
.logo-header[data-background-color=dark] {
     background: linear-gradient(135deg, #003374, #20366b) !important;
}
.lead-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.2s;
}
.lead-card:hover {
    transform: translateY(-3px);
}
.lead-card-header {
    background: linear-gradient(90deg, #ff4d4f, #ff7a45);
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.countdown-timer {
    font-size: 1.5rem;
    color: #fff;
}
.remove-timer-form button {
    transition: 0.2s;
}
.remove-timer-form button:hover {
    transform: scale(1.05);
}
.bg-red {
    background-color: #dc3545 !important;
}
.btn-primary {
    background: linear-gradient(135deg, #4f46e5, #7c3aed, #9333ea) !important;
    border-color: #1572e8 !important;
}