
@import url(bootstrap-select.min.css);
:root {

    --theme-default-font: "Barlow", sans-serif;   
    --theme-condensed-font: "Barlow Condensed", sans-serif;   
    --theme-heading-font: "Poppins", sans-serif;   
    --theme-text-font: "Open Sans", sans-serif;  
    --font-awesome: "Font Awesome 6 Pro";   

    --theme-base: #D9261C;
    --theme-base-rgb: 217, 38, 28;

    --theme-base-dark: #B61F16;
    --theme-base-dark-rgb: 182, 31, 22;

    --theme-secondary: #0A0A0D;
    --theme-secondary-rgb: 10, 10, 13;

    --theme-black: #161A1E;
    --theme-black-rgb: 22, 26, 30;

    --theme-black-soft: #232B2C;
    --theme-black-soft-rgb: 35, 43, 44;

    --theme-white: #fff;
    --theme-white-rgb: 255, 255, 255;

    --theme-gray: #445253;
    --theme-gray-rgb: 68, 82, 83;

    --border-color: #E4E4E4;
    --border-color-rgb: 228, 228, 228;

    --text-color: #536566;
    --text-color-rgb: 83, 101, 102;

    --text-color-3: #999999;
    --text-color-3-rgb: 153, 153, 153;

    --theme-gray-light: #D9DFDF;
    --theme-gray-light-rgb: 217, 223, 223;

    --pbmit-light-color: #f5f2f0;
    --pbmit-light-color-rgb: 245, 242, 240;

    --modern-light-color: #F3F6F9;
    --modern-light-color-rgb: 243, 246, 249;

    --modern-light-soft-color: #F6F8FB;
    --modern-light-soft-color-rgb: 246, 248, 251;



  --primary: #f45b1e;
  --secondary: #1e2023;
  --white: #ffffff;
  --black: #000000;
  --error: #C72929;
  --red: #d52212;
  --yelow: #f0d22e;
  --blue: #0f2444;
  --blue-2: #2038a5;
  --blue-3: #0a1a33;
  --blue-4: #112646;
  --brown: #a3723e;
  --color-text: #666666;
  --color-text-2: #cdcdcd;
  
  --color-text-4: #58595c;
  --color-text-5: #928f8e;
  --color-text-6: rgb(153, 153, 153);
  --color-text-7: #777777;
  --color-text-8: #10172c;
  --color-text-9: #bababa;
  --color-text-10: #6d6d6d;
  --color-text-title: #000001;
  --color-text-title-2: #121315;
  --color-text-title-3: #1a191d;
  --color-text-title-4: #0d0b0a;
  --line: #4b4d4f;
  --line-2: #404144;
  --line-3: #ebebeb;
  --line-4: #d7d7d7;
  --line-5: #3e4042;
  --line-6: #484a4c;
  --line-7: #FFFFFF26;
  --line-8: #c5c5c5;
  --line-9: #4b4d4f;
  --line-10: #f78d62;
  --line-11: #e1e1e2;
  --line-12: #535457;
  --line-13: rgba(245, 245, 245, 0.149);
  --line-14: #535557;
  --line-15: #dcdcdc;
  --line-16: rgba(215, 215, 215, 0.2);
  --line-17: rgba(255, 255, 255, 0.102);
  --line-18: #d9d9d9;
  --line-19: #3a3b3e;
  --line-20: #dbdbdb;
  --line-21: #434547;
  --line-22: rgba(255, 255, 255, 0.251);
  --color-bg-1: #2e3033;
  --color-bg-2: #f0f0f0;
  --color-bg-3: #353739;
  --color-bg-4: #f1f1f1;
  --color-bg-5: rgba(0, 0, 0, 0.6);
  --color-bg-6: rgba(0, 0, 0, 0.502);
  --color-bg-7: #f4eae0;
  --color-bg-8: #f5f5f5;
  --color-bg-9: rgba(255, 255, 255, 0.502);
  --color-bg-10: rgba(255, 255, 255, 0.149);
  --color-bg-11: #303134;
  --color-bg-12: #E6E6E6;
  --color-bg-13: rgba(255, 255, 255, 0.302);
  --color-bg-14: rgba(18, 19, 21, 0.702);
  --color-bg-15: #f8f8f8;
  --color-bg-16: #f4f4f4;
  --color-bg-17: #c7c7c8;
  --color-bg-18: rgba(245, 245, 245, 0.078);
  --color-bg-19: #e4e4e4;
  --color-bg-20: #2b2d30;
  --color-bg-21: rgb(242, 101, 34);
  --color-bg-22: rgba(255, 255, 255, 0.071);
  --color-bg-23: #4156b2;
}