/*
Author: Tech@Home
Website: https://techathome.com.bd/
Contact: admin@techathome.com.bd
File: Custom Css File
*/

:root {
    --dropdown-min-width: 13rem;
    --default-color: #299cdb;
    --default-subtle-color: #dff0fa;
    --default-hover-color: #2385ba;
    --default-font-family: Jost, sans-serif, sans-serif;
    --body-text-color: #495057;
    --body-bg-color: #f2f2f7;
    --heading-color: #495057;

    --sidebar-bg-color: #170f28;
    --sidebar-text-secondary-color: #9b9b9b;
    --sidebar-item-color: #FFFFFF;
    --sidebar-item-bg-color: #2c253b;
    --sidebar-item-hover-bg-color: #2c253b;

    --topbar-bg-color: #FFFFFF;
    --topbar-text-color: #878a99;
    --topbar-text-secondary-color: #9b9b9b;
    --topbar-item-background-color: #f3f3f9;
    --topbar-dropdown-item-hover-bg-color: #eff2f7;
    --topbar-dropdown-item-text-color: #2c323f;
    --topbar-dropdown-item-hover-text-color: #2c323f;
    --topbar-dropdown-divider-color: #e9ebec;
    --topbar-border-color: #e9ebec;
    --topbar-button-plus-color: #45CB85;
    --topbar-button-plus-hover-color: #3bad71;

    --breadcrumb-bg-color: #FFFFFF;
    --breadcrumb-color: #495057;
    --breadcrumb-secondary-color: #9b9b9b;
    --breadcrumb-border-color: rgba(0, 0, 0, .2);

    --title-color: #3d434a;
    --white-color: #FFFFFF;
    --black-color: #000000;

    --theme-info-bg-color: #299cdb;
    --theme-info-bg-hover-color: #2385ba;
    --theme-info-bg-text-color: #FFFFFF;
    --theme-info-bg-text--hover-color: #FFFFFF;

    --theme-light-bg-color: #6f5a991a;
    --theme-light-bg-hover-color: #ced4da;
    --theme-light-bg-text-color: #3d434a;
    --theme-light-bg-text-hover-color: #3d434a;

    --theme-danger-bg-color: #f06548;
    --theme-danger-bg-hover-color: #cc563d;
    --theme-danger-bg-text-color: #FFFFFF;
    --theme-danger-bg-text-hover-color: #FFFFFF;

    --theme-link-color: #1868ae;

    --background-linear-gradient: linear-gradient( 104.1deg,  rgba(0,61,100,1) 13.6%, rgba(47,127,164,1) 49.4%, rgba(30,198,198,1) 93.3% );

    --theme-table-header-color: #f3f6f9;
    --theme-table-header-text-color: #4f5966;

    --pagination-color: #299cdb;
    --pagination-active-bg: #299cdb;
    --pagination-active-border-color: #2385ba;

    --tab-link: #299cdb;
    --tab-link-active: #299cdb;
}
