:root[data-theme-colors=default], [data-bs-theme=light][data-theme-colors=default] {
    --pe-primary: #5A84A0;
    --pe-primary-rgb: 90, 132, 160;
    --pe-primary-text-emphasis: #4451e8;
    --pe-primary-bg-subtle: rgba(91, 102, 235, 0.1);
    --pe-primary-border-subtle: rgba(91, 102, 235, 0.50);
    --pe-app-sidebar-menu-item-color-hover: #5A84A0;
    --pe-app-sidebar-menu-item-color-active: #5A84A0;
    --pe-link-color-rgb: 91, 102, 235;
    --pe-link-hover-color-rgb: 50, 64, 230;
    --pe-warning-rgb : 215,165,77;
    --pe-danger : #C77A62;
}

tr.selected {
    background-color:#ffe38e !important
}

.dropzone {
    border: 1px dashed rgba(0, 0, 0, .8) !important;
}