/* additional styles for themes and other tweaks - some tweaks remain in style.css */


span.micro {
            font-family: microFont;
            color:green;
            font-weight:100;
            font-size:1.2rem;
            width:230px;
}
/*investigate what this was trying to do:*/
/*
@media (min-width: 650px){
.container, .container-sm {
  max-width: 620px;
}
}
*/

/* hiding awkward card borders and helper text for scrolling */
@media (max-width: 767px){

 body:not(.show_all_products_masonry) div.card, body:not(.show_all_products_masonry) div.card-body  {
border: none !important;
border-radius: 0px !important;
  }
section {
  background: white !important
}
/* h1:after{
  content: ' (scroll side-to-side to see more content)';font-size: .8rem;color: green
}*/
body.all_vans h2:after, body.show_all_jobs h2:after, body.credit_transaction_form h2:after{
  content: ' (if needed, scroll side-to-side in table to see more content)';font-size: .8rem;color: green
}


}

@media (max-width: 1200px){
  body.all_vans .debitnos-table h2:after {
  content: ' (scroll side-to-side to see more content)';font-size: .8rem;color: green
}

  }

 .debitnos-table {
border: none !important;
border-radius: 0px !important;
}
/* END hiding awkward card borders and helper text for scrolling */


div.card-header {background: none}

body.show_van h3, body.all_vans h3 {
  font-weight: 200;
}



body {
    font-family: 'Roboto Slab', 'Klee One';
}
body a.nav-link {
  font-weight:500;
}
body caption, body table.table, table.table select{
  font-family: 'Klee One', sans-serif;
font-weight:600;

}
table.table select option{
  font-weight:300;
  font-family: inherit;
}

td a.btn-primary, td a.btn {
font-family: "Roboto Slab", "Klee One";
}

div.alert-warning a.btn-danger {
  font-family: sans-serif !important;
}

/* tooltips */
.tooltipRG {
  position: relative;
}
.tooltipRG:before {
  content: attr(aria-label); /* here's the magic */
  position:absolute;
  font-size: .8rem;
  font-family: "Klee One", sans-serif;
  line-height: 1.2;
  /* vertically center */
  top:100%;
  /*transform:translateY(-50%);*/

  /* move to left */
  /*right:0;*/
  /*margin-left:15px; and add a small left margin */

  /* basic styles */
  width:250px;
  padding:10px;
  border-radius:10px;
  background:#eee;
  border: 1px solid #ddd;
  color: #621559;
  text-align:center;

  display:none; /* hide by default */
}
.tooltipRG:hover:before {
  display:block;
}
 .btn-outline-primary:hover {
  background: #03aeae !important;
}

/* make the form have same font */

body div[data-form-type="other"] table.table {
font-family:'Roboto Slab', 'Klee One';
}
/* this rule is for the school logo*/
.for-logo  img{
max-width:200px;
height:auto;
margin-top:7px;
background-color: rgba(255, 255, 255, .6);
padding: 1rem;
border-radius: .5rem;    
}

.light-info {
  background:#cff4fc4f;
}

.sm-sidebartext {
  font-size: 10px;
  width:66px;
  overflow:hidden;
  text-overflow: ellipsis;
  display:inline-block;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* needed for sortable tables */
/* sortable indicator using Font Awesome */
.sort-header::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f07d';   /* arrows-up-down */
    opacity: 0.7;
    margin-left: 6px;
    font-size: 0.85em;
    color: green;
}

.sort-header.sort-up::after   { content: '\f062'; opacity: 1; } /* arrow-up */
.sort-header.sort-down::after { content: '\f063'; opacity: 1; } /* arrow-down */
th.sort-header { cursor: pointer; }


/* needed for floatingui */

.my-tooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: .9rem;
    font-family: "Klee One", sans-serif;
    line-height: 1.2;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
    border: 1px solid #ddd;
    color: #621559;
}

.my-tooltip[data-show] {
    display: block;
}

.my-tooltip-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #eee;
    transform: rotate(45deg);
    z-index: -1;
}
.my-tooltip[data-direction="bottom"] {
    max-width: 300px;
}
/* custom top border for tbody in tables where it is too strong */
    .custom-tbody {
        border-top: 1px solid currentColor !important;
    }
/* focus fix */
nav.navbar a.d-none.d-md-block.nav-link.ms-auto.btn-primary.btn-sm:focus{
color:white;
}

/* Highlight the bulk grade label when its radio is checked */
table#bulkGradeTable .btn-check:checked + .btn-outline-secondary {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.klee{
font-family: 'Klee One', sans-serif;
font-weight: 600;
line-height: 1.3;
}
.extra-bold-klee {
    font-family: 'Klee One', sans-serif;
    font-weight: 600;
    -webkit-text-stroke: 0.5px currentColor;
}
table.table-secondary {
  background-color: #cff4fc !important; /* light teal color */
}

.my-table-secondary {
  background-color: var(--color-light-teal) !important; /* light teal color */
}
summary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    font-weight: 900;
}

.prominent-form-label {
    color:var(--color-teal);
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* sticky note styles */
.sticky-note {
  position: relative;
  max-width: 520px;
  padding: 1.5rem 1.75rem;
  background: #fff59d;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
  font-size: 1rem;
  line-height: 1.5;
  transform: rotate(-1.5deg);
  animation: note-pop 500ms ease-out both;
}


.sticky-note p {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
column-gap: 0.75rem;
align-items: flex-start;
margin-bottom: 1rem;
}

.sticky-note p > *:last-child {
min-width: 0;
overflow-wrap: anywhere;
}

@media (max-width: 480px) {
  .sticky-note {
    width: min(92vw, 300px);
    max-width: none;
    margin-inline: auto;
    padding: 1rem 1.1rem;
  }
}
.note-emoji {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.sticky-note-tape {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  width: 120px;
  height: 28px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(230, 190, 90, 0.45);
  border-radius: 0.15rem;
}
.sticky-note {
  animation: note-pop 500ms ease-out both;
  transition: transform 180ms ease;
}
@keyframes note-pop {
  0% {
    opacity: 0;
    transform: rotate(-4deg) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: rotate(-1.5deg) scale(1);
  }
}
/* inline animated PNGS in headers */

h3 img.anim-png {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* Heart icon grows slightly when the submit button is hovered */
#donationForm .btn-primary i.bi-heart {
  display: inline-block;
  transition: transform 0.18s ease;
}

#donationForm .btn-primary:hover i.bi-heart,
#donationForm .btn-primary:focus-visible i.bi-heart {
  transform: scale(1.12);
}
/* responsive top margin */
.responsive-top-margin {
  margin-top: clamp(1rem, 8vw, 8.25rem);
}

.help-icon {
  color:var(--color-dark-pink);
  vertical-align: text-top;
}