:root {
    --transparent: transparent;
    --black: #22292f;
    --white: white;
    --white-50: rgba(255, 255, 255, 0.5);
    --danger: #dc3545;
    --success: #28a745;
    --warning: #ffc107;
    --info: #17a2b8;
    --primary: #4D92DF;
    --primary-dark: #3D7EDF;
    --primary-70: rgba(77, 146, 223, 0.7);
    --primary-50: rgba(77, 146, 223, 0.5);
    --primary-30: rgba(77, 146, 223, 0.3);
    --primary-10: rgba(77, 146, 223, 0.1);
    --logo: #4D5B6E;
    --sidebar-icon: #98A4B4;
    --20: #f6fbff;
    --30: #f4f7fa;
    --40: #eef1f4;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #b3b9bf;
    --80: #7c858e;
    --90: #252d37;
    --90-half: rgba(40, 54, 61, 0.5);
    font-family: 'IBM Plex Sans', sans-serif;
}

.bg-grad-sidebar {
    background-image: none;
    background-color: #2F3E52;
}

ul {
    list-style: none;
}
