@tailwind base;
@tailwind components;
@tailwind utilities;

/*



@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

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


 */


.month {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.day {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.year {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}


.text-xxs {
  font-size: 0.6rem;
  line-height: 0.75rem;
}

.orange2_bg {
	background-color: #DB8B22;
}
.turquoise1_bg {
	background-color: #77CECF;
}
.green1_bg {
	background-color: #B2CC29;
}
.purple1_bg {
	background-color: #cc56a3;
}
.orange1_bg {
	background-color: #F8BA2B;
}
.brown2_bg {
	background-color: #B16252;
}
.bg_sc_turquoise {
	background-color: #49BCD1 !important;
}
.green2_bg {
	background-color: #809624;
}
.yellow1_bg {
	background-color: #EBC430;
}
.pink1_bg {
	background-color: #E95059;
}

.formative_bg {
	background-color: #111827;
/*	background-color: #4b5563;*/
/*	background-color: #fef08a;*/
}

.summative_bg {
/*	background-color: #e892b5;*/
	background-color: #bbf7d0;
}	


:target {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
