
/*

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


div.datedropper.datedroppercustom {

  --dd-color1: var(--color);
  --dd-color2: #fff;
  --dd-color3: #;
  --dd-color4: #FFF;

  --dd-radius: 16px;
  --dd-width: 169px;
  --dd-shadow: 0 0 54px 13px rgba(0, 0, 0, 0.1);

}

