/* Generated using nova-theme-generator.com */

:root {
    --transparent: transparent;
    --black: #22292f;
    --white: white;
    --white-50: rgba(255, 255, 255, 0.5);
    --danger: #e74444;
    --success: #21b978;
    --warning: #ffeb3b;
    --info: #03a9f4;
    --primary: #008bce;
    --primary-dark: #297ec0;
    --primary-70: rgba(0, 139, 206, 0.7);
    --primary-50: rgba(0, 139, 206, 0.5);
    --primary-30: rgba(0, 139, 206, 0.3);
    --primary-10: rgba(0, 139, 206, 0.1);
    --logo: #ffffff;
    --sidebar-icon: #b3c1d1;
    --20: #f6fbff;
    --30: #fbfcfd;
    --40: #eef1f4;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #b3b9bf;
    --80: #7c858e;
    --90: #252d37;
    --90-half: rgba(40, 54, 61, 0.5);
}

.bg-grad-sidebar {
    background-color: #eef1f4;
    background-image: none;
    /*background-image: linear-gradient(0deg, #343d48 0%, #343d48 100%);*/
}

.bg-grad-sidebar .text-white {
    color: #252d37;
}
