
/*

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

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

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

*/


div.datedropper.mul {

    --dd-color1: #00737E;
    --dd-color2: #FFF;
    --dd-color3: #515151;
    --dd-color4: #FFF;

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

}

