/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */

input.datepicker{

  &[type="date"] {
    background:#fff url(/assets/vendor/calendar-alt-regular-95a33f9d6338f8f87d0a08fd31e8b03e2709fc37a806266541a712d9fc6e120a.svg) no-repeat 97% 50%  ;
  }
  &[type="date"]::-webkit-inner-spin-button {
    display: none;
  }
  &[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
}
