/*
 * 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.
 *



 */

.flex-shrink-w16 {
  flex: 0 1 4rem;
}
  .check, .check:focus {
    border: 0 !important;
    background-color: transparent !important;
  }
  .check:after {
    content: '';
         position: absolute;
    width: inherit;
    height: inherit;
     display: inline-block;
     background-repeat: no-repeat;
     vertical-align: middle;
     cursor: pointer;
    background-size: contain !important;
  }

  .check:checked:after {
    background: url(/assets/icons/checked-482cc51555bf1c049325035046a80410b2f865718cca9ae37d8f4864d83b5965.png);
  }

@font-face {
  font-family: 'Inter';
  src: url(/assets/inter/Inter-Regular-639eeda1b644ec8852633aa2e6ffe131cb3951a297bdd61d44c148a6f9c29d1f.ttf) format('truetype');
}

