/* ------------------------------------------------------
            Main Style Stylesheet
            Project :       Custom Ckeckbox Css
            Version :       0.1
            Author :        Mohamed Yousef
            Primary use :   All purposes
------------------------------------------------------ */

/* ------------------------------------------------------
   body
    + STYLE_1
    + STYLE_2
------------------------------------------------------ */

/*===== Import Css Files =====*/
/*@import "style_1.css";*/


/*===== Main Style =====*/
html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
