
/*

  INSTRUCTIONS ---------------------------------------------------------------------------------
  
  1. Add this stylesheet to the <head> of your pages
     <link href="YOUR PATH/default-datedropper-theme.css" rel="stylesheet" type="text/css" />
     
  2. Use the file name as data-dd-theme attribute on your datedropper elements
     <input data-dd-theme="default-datedropper-theme" />
     
*/


div.datedropper.default-datedropper-theme {

  --dd-color1: #408cff;
  --dd-color2: #FFF;
  --dd-color3: #4D4D4D;
  --dd-color4: #FFF;

  --dd-radius: 0px;
  --dd-width: 200px;
  --dd-shadow: 0 0 17px 6px rgba(0, 0, 0, 0.1);

}

