:root {
    /*SVGs*/
    --honors-sec-bg: url("../svgs/unknown-user.svg");
    --honors-sec-bg: url("../svgs/honors-sec-bg.svg");
    --ap-logo-1: url("../svgs/ap-logo-1.svg");
    --ap-logo-2: url("../svgs/ap-logo-2.svg");
    --profile-circle-img: url("../svgs/profile-circle.svg");
    --header-img: url("../svgs/header-img.svg");
    --header-bg-img: url("../svgs/Illustration-bg.svg");
    /*Icons*/
    --login: url("../icons/Login.svg");
    --home: url("../icons/Home.svg");
    --arrow-left: url("../icons/arrow-left.svg");
    --arrow-left-white: url("../icons/arrow-left-white.svg");
    --arrow-left-mini: url("../icons/arrow-left-3.svg");
    --search-40: url("../icons/Search-40.svg");
    --finger-scan-40: url("../icons/finger-scan-40.svg");
    --mone-rec-40: url("../icons/money-recive-40.svg");
    --arrow-l-40: url("../icons/Arrow-Left-2-40.svg");
    --arrow-r-40: url("../icons/Arrow-Right-2-40.svg");
    --shield-tick-40: url("../icons/shield-tick-40.svg");
    --shield-tick-40-white: url("../icons/shield-tick-40-white.svg");
    --volume-high-40: url("../icons/volume-high-40.svg");
    --volume-high-40-white: url("../icons/volume-high-40-white.svg");
    --people-40: url("../icons/people-40.svg");
    --people-40-white: url("../icons/people-40-white.svg");
    --diagram-40: url("../icons/diagram-40.svg");
    --diagram-40-white: url("../icons/diagram-40-white.svg");
    --Chart-40: url("../icons/Chart-40.svg");
    --Chart-40-white: url("../icons/Chart-40-white.svg");
    --dollar-circle-40: url("../icons/dollar-circle-40.svg");
    --dollar-circle-40-white: url("../icons/dollar-circle-40-white.svg");
    --show: url("../icons/Show.svg");
    --like-16: url("../icons/like-16.svg");
    --message-16: url("../icons/message-16.svg");
    --arrow-down: url("../icons/arrow-down.svg");
    --check-14: url("../icons/check-14.svg");
    --sync: url("../icons/sync.svg");
    --arrow-down-2: url("../icons/arrow-down-2.svg");
    --calendar-16: url("../icons/Calendar-16.svg");
    --telegram-spec-16: url("../icons/spec/telegram-16.svg");
    --instagram-spec-16: url("../icons/spec/instagram-16.svg");
    --youtube-spec-16: url("../icons/spec/youtube-16.svg");
    --twitter-spec-16: url("../icons/spec/twitter-16.svg");
    --location: url("../icons/Location.svg");
    --email: url("../icons/email.svg");
    --mobile-16: url("../icons/mobile-16.svg");
    --telegram-16: url("../icons/telegram-16.svg");
    --telegram-out-16: url("../icons/telegram-out-16.svg");
    --telegram-out-white-16: url("../icons/telegram-out-white-16.svg");
    --whatsapp-16: url("../icons/whatsapp-16.svg");
    --whatsapp-white-16: url("../icons/whatsapp-white-16.svg");
    --whatsapp: url("../icons/whatsapp.svg");
    --whatsapp-white: url("../icons/whatsapp-white.svg");
    --play-80: url("../icons/Play-80.svg");
    --menu: url("../icons/menu.svg");
    --close-circle-16: url("../icons/close-circle-16.svg");
    --plus: url("../icons/Plus.svg");
    --min: url("../icons/min.svg");
    /*Colors*/
    --bg-clr: #fbfbfe;
    --bg-clr-2: #EAEAFA;
    --white-clr: #ffffff;
    --black-clr: #000000;
    --dark-clr-1: #07000C;
    --dark-clr-2: #515151;
    --dark-clr-3: #454545;
    --dark-clr-4: #797979;
    --light-clr-1: #696969;
    --light-clr-2: #595959;
    --light-clr-3: #e6e8ec;
    --light-clr-4: #535353;
    --light-clr-5: #a2a2a2;
    --light-clr-6: #F9F5FF;
    --light-clr-7: #D6D6D6;
    --light-clr-8: #575757;
    --light-clr-9: #4D4D4D;
    --light-clr-10: #424242;
    --light-clr-11: #5C5C5C;
    --light-clr-12: #F7F7F7;
    --dairy-cream-clr: #F0E4C4;
    --spring-wood: #f9f6ed;
    --navy-clr: #061C3D;
    --bluewood-clr: #344054;
    --prpl-sbush-clr: #7F56D9;
    --prpl-pastel-clr: #aca2b4;
    --gold-clr: #FFC444;
    --gold-clr-secondary: #F8F2E2;
    --dark-gold-clr: #A9791C;
    --silver-clr: #8E8E8E;
    --primary-clr: #502675;
    --secondary-clr: #cbbed6;
    --danger-clr: #FF2B0D;
    --error-clr: #E54545;
    --warning-clr: #CCA53B;
    --header-line: #DBDBDB;
    --text-gray: #888;
    --text-gray-2: #606060;
    --text-gray-3: #838383;
    --text-green-1: #11A832;
    --text-green-2: #E2FFE8;
    --flow-de-active-clr: #D9D9D9;
    --flow-active-clr: #502675;
    --flow-shadow-clr: #e5dfea;
    --flow2-de-active-clr: #DCD4E3;
    --flow2-active-clr: #502675;
    --flow2-shadow-clr: #e5dfea;
    --flow2-border-clr: #CBBED6;
    /*Font*/
    --font-reg: "IRANYekanXFaNumReg";
    /*Screen size*/
    --sm-scrn: 576px;
    --md-scrn: 768px;
    --lg-scrn: 992px;
    --xl-scrn: 1200px;
    --xxl-scrn: 1400px;
    --inner-pad-scrn: 6%;
    /*Other parameters*/
    --transition-dur: 300ms;
    --shadow-hover: 0px 0px 20px 0px #0000000d;
}
