@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Life+Savers:wght@400;700;800&display=swap");
/* line 3, app/assets/stylesheets/rails_admin/custom/theming.scss */
h1, h2, h3, h4, h5, h6,
.navbar-brand {
  font-family: "Life Savers", serif;
}

/* line 21, app/assets/stylesheets/rails_admin/custom/theming.scss */
a {
  color: #567AC8;
}

/* line 24, app/assets/stylesheets/rails_admin/custom/theming.scss */
a:hover {
  color: #7492D2;
}

/* line 30, app/assets/stylesheets/rails_admin/custom/theming.scss */
.navbar {
  border-bottom: 3px solid #7492D2;
}

/* line 35, app/assets/stylesheets/rails_admin/custom/theming.scss */
#sidebar .nav-link.active {
  background-color: #2C4986;
  color: white;
}

/* line 41, app/assets/stylesheets/rails_admin/custom/theming.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(116, 146, 210, 0.06);
}
/*
 * 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.
 *


 */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#footer-spacer {
  height: 500px;
}
