@media print {
    .printHide {
      display:none !important;
    }

    .printShow {
      display: block !important;
    }
  }
/*
@font-face {
  font-family: 'Manrope';
  src: url('/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
 
html, body {
    font-family: 'Manrope', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
p, span, div, a, li, input, button {
    font-family: 'Manrope', sans-serif !important;
}
*/

/*
p.summary {
font-size:15px;
font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000000;
}
*/

.am-hide {
  display: none;
}
  
.ALF-100000002 {
  display: none !important;
}

.datepicker thead tr:nth-child(1) {
	background:#0B7F99 !important;
}

.datepicker thead tr:nth-child(1) th:hover {
	background:#0B7F99 !important;
}

.datepicker thead tr:nth-child(1) button:hover {
	background:#0B7F99 !important;
}

/* These colors were pulled directly from the Actual Meds site resources: https://www.actualmeds.com/ :root css*/
.srcSite colors{
  --primary: 		          rgb(36, 133, 198);
  --primary--hover: 		  rgb(21, 110, 183);
  --secondary: 		        rgb(250 169 56);
  --secondary--hover: 	  rgb(245, 119, 46);
  --tertiary: 		        rgb(107 36 198);
  --tertiary--hover: 		  rgb(209 31 117);
  --primary--light: 		  rgb(32, 159, 217);
  --primary--dark: 		    rgb(21, 110, 183);
  --secondary--light: 	  rgb(255, 192, 66);
  --secondary--dark: 		  rgb(245, 119, 46);
  --tertiary--light: 		  rgb(145, 61, 255);
  --tertiary--dark: 		  rgb(87, 20, 173);
  --neutral--black: 		  rgb(0, 0, 0);
  --neutral--dark: 		    rgb(16, 58, 86);
  --neutral--medium-dark: rgb(63, 97, 120);
  --neutral--medium: 		  rgb(135, 157, 171);
  --neutral--medium-light:rgb(207, 219, 231);
  --neutral--light: 		  rgb(240, 250, 255);
  --neutral--white: 		  rgb(255, 255, 255);
  --headlines: 		        rgb(19, 70, 103);
  --body-text: 		        rgb(50, 73, 87);
  --accent: 			        rgb(32, 159, 217);
  --error: 			          rgb(219, 0, 0);
  --headlines--on-dark: 	rgb(255, 255, 255);
  --body-text--on-dark: 	rgba(255, 255, 255, 0.8);
  --accent--on-dark: 		  rgb(32, 159, 217);
  --error--on-dark: 		  rgb(219, 0, 0);
  --links: 			          rgb(21, 110, 183);
  --hover: 			          rgb(32, 159, 217);
  --visited:			        rgb(209, 31, 117);
  --links--on-dark: 		  rgb(255, 255, 255);
  --hover--on-dark: 		  rgb(32, 159, 217);
  --visited--on-dark: 	  rgb(255, 255, 255);
}