
/*

  INSTRUCTIONS ---------------------------------------------------------------------------------

  1. Add this stylesheet to the <head> of your pages
     <link href="YOUR PATH/dw-datedropper.css" rel="stylesheet" type="text/css" />

  2. Use the file name as data-dd-theme attribute on your datedropper elements
     <input data-dd-theme="dw-datedropper" />

*/


div.datedropper.dw-datedropper {

  --dd-color1: #C78665 !important;
  --dd-color2: #FFF !important;
  --dd-color3: #727272 !important;
  --dd-color4: #FFF !important;

  --dd-radius: 8px !important;
  --dd-width: 200px !important;
  --dd-shadow: 0 0 64px 0px rgba(0, 0, 0, 0.14) !important;

}
