/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #1A1D2D;
}

::-webkit-scrollbar-thumb {
    background: #2A2D3D;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3A3D4D;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);   /* Makes icon white */
    cursor: pointer;
}
.action-title {
    width: 45%;
}