﻿:root {
  --box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.125);
  --box-shadow1: 0 0 11px 0 rgba(0, 0, 0, 0.5);
  --box-shadow2: 0px 8px 16px 0px rgba(0,0,0,0.2);
  --border-radius-full:100%;
  --border-radius-half:50%;
  --border-radius-3:3px;
  --border-radius-5:5px;
  --border-radius-8:8px;
  --border-radius-tr5:5px 5px 0 0;
  --border-radius-rb5:0 5px 5px 0;
  --primary-color:#008ece;
  --secondary-color:#c64747;
  --tertiary-color:#6badcd;
  --custom-color:#F2DA91;
  --custom-color-one:#8C4535;
  --custom-color-two:#666666;
  --custom-color-three:#989898;
  --custom-color-four:#cccccc;
  --custom-color-five:#4587f1;
  --custom-color-six:#999999;
  --custom-color-seven:#54acd2;
  --custom-color-eight:#f5f5f5;
  --custom-color-nine:#dddddd;
  --dark-red:#cc0000;
  --black:#000000;
  --black1:#1A2223;
  --gray100:#F7FAFC;
  --gray150:#f5f5f5;
  --gray200:#EDF2F7;
  --gray300:#E2E8F0;
  --gray400:#CBD5E0;
  --gray500:#A0AEC0;
  --gray600:#718096;
  --gray700:#4A5568;
  --gray800:#2D3748;
  --gray900:#1A202C;
  --font-family:sans-serif;
  --body-bg:#f4f4f4;
  --border:1px solid #cccccc;
  --border1:1px solid #c64747;
  --btn-color:#008ece;
  --color-green:#3dc482;
  --color-orange:#fc781e;
  --color-blue:#008ece;
}