
:root {
    --co-primary: #F20000;
    --co-text-label: #5D5D5D;
    --co-border: #d9d9d9b8;
    --co-black:#050505;
    --co-white:#FFFFFF;
    --co-body-fonts: 'Open Sans', sans-serif;;
    --co-bg:#F6F6F6;
    --co-btn-hover:#E41E2A;
    --co-input-box:#FCFCFC;
    --co-sucess:#5DBF55;
    --co-text:#5D5D5D;
    --co-warnning-1:#136DFD;
    --co-warnning-2:#D3C846;
    --co-warnning-3: #46D3C8;

     /*added by Nischitha*/
     --co-highlight:#FDEDED;
     --co-font:#343434;
     --co-pagination:#CBC9C9;
  } 


  @media only screen and (max-width: 600px) {
    body {
      background-color: #fff;
      content: "This device is not supported";
    }
  }

  /**

  #C7C6C6; 

  */