.pet-silhouette {
  height: 4.5rem;
  width: 4.5rem;
}

.mont-bold, .mobile-h5, .mobile-h4, .mobile-h3, .mobile-h2, .mobile-h1, .desktop-h5, .desktop-h4, .desktop-h3, .desktop-h2, .desktop-h1 {
  color: #222725;
  font-family: "Mont Bold";
  font-weight: 700;
}

.mont-regular {
  color: #222725;
  font-family: "Mont Regular";
  font-weight: 400;
}

.mont-italic {
  color: #222725;
  font-family: "Mont Regular";
  font-style: italic;
  font-weight: 400;
}

.muli-bold, .mobi-cap2-bold, .mobi-cap1-bold, .mobi-body-bold, .mobi-sub2-bold, .mobi-sub1-bold, .desk-cap2-bold, .desk-cap1-bold, .desk-body-bold, .desk-sub2-bold, .desk-sub1-bold {
  color: #222725;
  font-family: "Muli Bold";
  font-weight: 700;
}

.muli-regular, .mobi-cap2-reg, .mobi-cap1-reg, .mobi-body-reg, .mobi-sub2-reg, .mobi-sub1-reg, .desk-cap2-reg, .desk-cap1-reg, .desk-body-reg, .desk-sub2-reg, .desk-sub1-reg {
  color: #222725;
  font-family: "Muli Regular";
  font-weight: 400;
}

.muli-italic, .mobi-cap2-italic, .mobi-cap1-italic, .mobi-body-italic, .mobi-sub2-italic, .mobi-sub1-italic, .desk-cap2-italic, .desk-cap1-italic, .desk-body-italic, .desk-sub2-italic, .desk-sub1-italic {
  color: #222725;
  font-family: "Muli Regular";
  font-style: italic;
  font-weight: 400;
}

.desktop-h1 {
  font-size: 7.25rem;
  line-height: 7.5rem;
}

.desktop-h2 {
  font-size: 6rem;
  line-height: 6.25rem;
}

.desktop-h3 {
  font-size: 4rem;
  line-height: 4.25rem;
}

.desktop-h4 {
  font-size: 3.25rem;
  line-height: 3.75rem;
}

.desktop-h5 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.desk-sub1, .desk-sub1-italic, .desk-sub1-bold, .desk-sub1-reg {
  font-size: 3rem;
  line-height: 4.25rem;
}

.desk-sub2, .desk-sub2-italic, .desk-sub2-bold, .desk-sub2-reg {
  font-size: 2.5rem;
  line-height: 3.75rem;
}

.desk-body, .desk-body-italic, .desk-body-bold, .desk-body-reg {
  font-size: 2rem;
  line-height: 2.75rem;
}

.desk-cap1, .desk-cap1-italic, .desk-cap1-bold, .desk-cap1-reg {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.desk-cap2, .desk-cap2-italic, .desk-cap2-bold, .desk-cap2-reg {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.mobile-h1 {
  font-size: 4.5rem;
  line-height: 4.75rem;
}

.mobile-h2 {
  font-size: 4rem;
  line-height: 4.25rem;
}

.mobile-h3 {
  font-size: 3rem;
  line-height: 3.25rem;
}

.mobile-h4 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.mobile-h5 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.mobi-sub1, .mobi-sub1-italic, .mobi-sub1-bold, .mobi-sub1-reg {
  font-size: 2.25rem;
  line-height: 3rem;
}

.mobi-sub2, .mobi-sub2-italic, .mobi-sub2-bold, .mobi-sub2-reg {
  font-size: 2rem;
  line-height: 2.75rem;
}

.mobi-body, .mobi-body-italic, .mobi-body-bold, .mobi-body-reg {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.mobi-cap1, .mobi-cap1-italic, .mobi-cap1-bold, .mobi-cap1-reg {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.mobi-cap2, .mobi-cap2-italic, .mobi-cap2-bold, .mobi-cap2-reg {
  font-size: 1.25rem;
  line-height: 2rem;
}

#version-info {
  box-shadow: 0px 2px 24px rgba(40, 38, 38, 0.24), 0px 4px 40px rgba(40, 38, 38, 0.16);
}

.pager .pager-item {
  list-style-type: none;
}
.pager .pager-item .page-link {
  background-color: transparent;
  border: none;
  color: #2C5697;
  font-size: 2rem;
  height: auto;
  margin: 0;
  white-space: nowrap;
  width: auto;
}
.pager .pager-item:first-of-type {
  font-weight: normal;
  justify-self: flex-start;
  margin-right: 12rem;
}
.pager .pager-item:first-of-type .page-link {
  font-size: 1.8rem;
}
.pager .pager-item:nth-of-type(2) .page-link, .pager .pager-item:nth-last-of-type(2) .page-link {
  font-size: 1.8rem;
  margin: auto 1.5rem;
}
.pager .pager-item:last-of-type {
  font-weight: normal;
  justify-self: flex-end;
  margin-left: 12rem;
}
.pager .pager-item:last-of-type .page-link {
  font-size: 1.8rem;
}
.pager .pager-item.active {
  font-weight: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Muli", sans-serif;
  font-size: 8px !important;
  font-weight: normal;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  font: inherit;
}

picture,
video,
canvas {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
}

.hide,
#app .hide {
  display: none;
}

.bg-truBlue {
  background-color: #3A5DAE;
}

.bg-white {
  background-color: #FFF;
}

.fa6-icon {
  color: #FFF;
  height: 3rem;
  min-width: 3rem;
  width: 3rem;
}

.sidebar {
  background-color: transparent;
  border: solid #5B5B5B;
  border-width: 0 0 0 1px;
  color: #5B5B5B;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.2;
  padding-left: 1rem;
  position: absolute;
  right: -26rem;
  width: 25rem;
}
.sidebar .title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.sidebar .action {
  color: #3A5DAE;
  cursor: pointer;
  line-height: 1.6;
}

.text-catnipGreenPlus {
  color: #74AA50;
}

.text-charcoalTint60 {
  color: #A9A8A8;
}

.text-pawPrintOrange {
  color: #F38730;
}

.text-transparent {
  color: transparent;
}

.text-truBlue {
  color: #3A5DAE;
}

.text-errorRed {
  color: #B00020;
}

.text-white {
  color: #FFF;
}

.error-container {
  font-size: 2rem;
  left: 30%;
  line-height: 3rem;
  margin: 2rem;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 80%;
}

.clickable {
  cursor: pointer;
}

.vdpComponent.vdpWithInput:not(:has(.vdpClearInput)) input, .vdpComponent.vdpWithInput input:invalid {
  background-image: url(/Images/icons/calendar.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: center right 0.75rem;
}

#version-info {
  background-color: #EBEFF7;
  border-radius: 1rem;
  color: #222725;
  display: none;
  font-size: 1.6rem;
  left: 2em;
  padding: 1rem 1rem 2rem;
  position: fixed;
  top: 2em;
  z-index: 9999;
}
#version-info p {
  font-weight: bold;
  margin: 1rem 0;
}
#version-info div {
  display: flex;
  justify-content: space-between;
}
#version-info .h-info {
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.certification-and-training .link {
  line-height: 2.5rem;
}
.certification-and-training .certification-logo-wrapper {
  flex-basis: 75%;
  max-width: max-content;
}
.certification-and-training .certification-logo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.certification-and-training .certification-desc {
  flex-shrink: 4;
}

.colleague-consult .logo {
  width: 195px;
}
.colleague-consult .right img {
  width: 227px;
}
.colleague-consult .left .tru-button {
  width: fit-content;
}

.dashboard-edos hr {
  color: #E3E3E3;
}
.dashboard-edos img {
  border-radius: 50%;
}
.dashboard-edos .tru-card-body {
  padding: 0;
}
.dashboard-edos .edo-cards .pet-appointment-card.show-no-pets {
  flex: 0 0 calc(50% - 1rem);
}
.dashboard-edos .edo-cards .pet-appointment-card.show-one-pet {
  flex: 1 0 calc(50% - 1rem);
}
.dashboard-edos .edo-cards .pet-appointment-card.show-two-pets {
  flex: 1 0 calc(33.33% - 1rem);
}
.dashboard-edos .edo-cards .pet-appointment-card.show-three-pets {
  flex: 1 0 calc(25% - 1rem);
}
.dashboard-edos .edo-cards .new-offer-card {
  background-color: #FFF;
  border: 1px dashed #222725;
  border-radius: 1.5rem;
  min-height: 29.5rem;
}
.dashboard-edos .edo-cards .new-offer-card.show-no-pets {
  flex: 0 0 calc(50% - 1rem);
}
.dashboard-edos .edo-cards .new-offer-card.show-one-pet {
  flex: 1 0 calc(50% - 1rem);
}
.dashboard-edos .edo-cards .new-offer-card.show-two-pets {
  flex: 1 0 calc(33.33% - 1rem);
}
.dashboard-edos .edo-cards .new-offer-card.show-three-pets {
  flex: 1 0 calc(25% - 1rem);
}

.quick-links .new-claim-image {
  width: 7.25rem;
}
.quick-links .pre-approval-image {
  width: 10rem;
}
.quick-links .tru-button.outlined {
  background: #3A5DAE;
  color: #FFF;
}
.quick-links .tru-button.btn {
  border-color: #FFF;
}
.quick-links .tru-card-body {
  background-color: #3A5DAE;
}
.quick-links .vertical-line {
  border-left: 1px solid #FFF;
  margin: 0 3rem;
}
.quick-links .new-claim-container,
.quick-links .pre-approval-container {
  width: 50%;
}

.dashboard-stats .tru-card-body {
  display: flex;
  flex-direction: column;
  padding: 4rem;
}
.dashboard-stats hr {
  border-top: 2px solid #222725;
}
.dashboard-stats .number {
  color: #3A5DAE;
  font-family: "Mont Bold";
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 3.75rem;
}
.dashboard-stats .vl {
  border-right: 1px solid #BFBEBE;
  min-height: 100%;
}

.tasks-and-notifications .tru-card-body {
  padding: 1rem;
}
.tasks-and-notifications .no-updates {
  padding: 1.5rem 0 0 2rem;
}
.tasks-and-notifications .recent-updates-header {
  margin-bottom: 0.25rem;
}

#app .bodyMain .body-content {
  padding: 3rem 3rem 0;
}

.dashboard-page {
  min-width: 123.75rem;
  max-width: 160rem;
}
.dashboard-page .column-left {
  width: 60%;
}
.dashboard-page .column-right {
  width: 40%;
}
.dashboard-page .trupanion-on-linkedin img {
  width: 100%;
}
.dashboard-page .trupanion-on-linkedin button {
  background-color: white;
  border-radius: 3.5rem;
  border: 0.25rem solid #3A5DAE;
  color: #3A5DAE;
}
.dashboard-page .trupanion-on-linkedin p {
  padding: 2rem;
  color: #222725;
  font-family: "Muli Regular";
  font-weight: 400;
  line-height: 2.75rem;
}

@media screen and (max-width: 1300px) {
  .dashboard-page {
    min-width: 100rem;
  }
  .certification-and-training-content {
    flex-direction: column;
  }
  .mighty-vet .tru-card-body {
    justify-content: center;
  }
  .mighty-vet .tru-card-body div:first-child {
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .mighty-vet .tru-card-body div:first-child img {
    max-height: 120px;
  }
}

/*# sourceMappingURL=dashboard.css.map */
