﻿:root {
    /*color*/
    --primary: #0e639d !important;
    --secondary: #964462 !important;
    --alerty: #6C63FF;
    --secondary-hover: #964462de;
    --secondary-lite: #964462a6;
    --delta: #CF7795;
    --main: #3D4756;
    --default: #566479;
    --readable-text: #040404;
    --liteDark: #A1ACBD;
    --bgColor: rgb(var(--bgColor_RGB));
    --bgColor_RGB: 233, 237,243;
    --content: #fff;
    --success: #00702C;
    --content-radius: 5px;
    --secondary-text: #162d3d;
    --tag-bgColor: #e9edf3;
    --tag-color: #566479;
    --primary-text: #414656 !important;
    --upgrade-btn-bgColor: #fff;
    --upgrade-btn-bgColor-hover: #fe7700;
    --top-navbar: #FFF;
    --side-editor: #3d4756;
    --side-editor-txt: #fff;
    --side-editor-txt-selected: rgb(86 100 121);
    --side-editor-txt-inner-selected: #5664797a;
    --side-editor-slected-radius: 5px;
    --table-header: #e9edf3a6;
    --sms-phone-parts: #002d4c;
    --main-page-color: #FFF;
    --main-page-radius: 5px;
    --disable: #A1ACBD;
    --disable-dark: #3D4756;
    --dark: #3c4755;
    --dark-lite: #3b4654a6;
    --gray--lite: #C4C4C4;
    --gray--lite2: #D9D9D9;
    --default-bg: #F6F6F6;
    --color1: #D9D9D9;
    --color2: #888C93;
    --color3: #9C9C9C;
    --color4: #EEF7FF;
    --colorAI: #B20FEA;
    /*fonts*/
    --systemFont: 'Rubik', sans-serif !important;
}
