/* Default Theme : Purple-white */

:root{
    --main-color : #7952B3;
    --main-color-hover : #653ea0;

    --body-bg-color:#E4E9F7;
    --border-radius : 3px;

    --app-heading-text-color : #7952B3;
    --app-icons-filter : invert(37%) sepia(21%) saturate(1664%) hue-rotate(222deg) brightness(95%) contrast(88%);
    --app-cust-but-bg-color : #7952B3;
    --app-cust-but-fg-color : white;
    --app-cust-but-hover-bg-color : #653ea0;
    --app-cust-but-hover-fg-color : white;

    --sidebar-background: white;
    --sidebar-hover : #7952B3;
    --sidebar-hover-but-text-fg-color : white ;
    --sidebar-hover-but-icon-filter : invert(100%) sepia(12%) saturate(7500%) hue-rotate(188deg) brightness(109%) contrast(112%);
    --sidebar-icons-filter : invert(56%) sepia(4%) saturate(19%) hue-rotate(330deg) brightness(88%) contrast(82%);
    
    --dashboard-card-bg-color : white;
    --dashboard-card-heading-color : black;
    --dashboard-icons-filter : invert(37%) sepia(21%) saturate(1664%) hue-rotate(222deg) brightness(95%) contrast(88%);
    
    --available-things-heading-fg-color : #7952B3;
    --available-things-fg-color : white;
    --available-things-img-filter : invert(100%) sepia(12%) saturate(7500%) hue-rotate(188deg) brightness(109%) contrast(112%);
    --available-things-BedOrRoom-bg-color : #7952B3;
    --available-things-BedOrRoom-empty-bg-color : gray;

    --modal-TL-icon-filter : invert(37%) sepia(21%) saturate(1664%) hue-rotate(222deg) brightness(95%) contrast(88%);
    --system-settings-email-temp-head-gb : lavender;
    --system-settings-email-temp-bg : ghostwhite;
    
    --cust-accordion-button-color : #7952B3;
}