@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
/** 
* General
*/
html,
body {
  overflow-x: hidden;
}

body, html {
  background: #fff;
}

p,
a,
th,
td,
button {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.ql-editor p,
.accordion-body p {
  margin-bottom: 0px !important;
}

.landing-mb {
  margin-bottom: 36px;
}

.hp-txt-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}

.hp-hero-qrcode {
  width: 170px;
  box-shadow: 10px 11px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 11px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 11px 5px 0px rgba(0, 0, 0, 0.17);
}

.hp-cta-btn,
.custom-green-btn,
.signin-loading-btn,
button[type=submit] {
  background-color: #00B0F0 !important;
  color: #fff !important;
  text-shadow: 0px 0px 7px #fff;
  font-size: 20px;
  border-radius: 0px !important;
}

.medqr-custom-bg {
  background-color: #00B0F0 !important;
  color: #fff !important;
}

.custom-green-btn {
  font-size: inherit !important;
}

.save-btn-container {
  bottom: 0;
  padding: 20px 22px 20px 10px;
  z-index: 999;
  box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  border-top-right-radius: 10px;
}

.add-to-home-container {
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#headerMed {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: none !important;
  position: fixed;
}

#headerMed.fixed-top {
  height: 70px;
}

/* #headerMed .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
} */
#headerMed .logo a {
  color: #222222;
}

#headerMed .logo a span {
  color: #3F993F;
}

#headerMed .logo img {
  max-height: 40px;
}

#headerMed .logo.autoqr img {
  max-height: 60px;
}

#headerMed .logo.lifenotes a {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Open Sans", sans-serif;
}

#hero {
  padding-top: 212px !important;
}

#hero.medqr h1,
#heroMobile h1,
#features,
#contact h3 {
  text-shadow: 0px 0px 15px #FFF;
}

.back-to-top {
  background: #00B0F0 !important;
  color: #fff !important;
}

.logo-subtitle {
  font-size: 33px;
  color: #106eea;
  font-family: "Open Sans", sans-serif !important;
}

.public-nav-logo span {
  font-size: 3em;
  font-weight: bold;
}

.public-nav-logo-mobile span {
  font-size: 1.7em;
  font-weight: bold;
}

.php-email-form {
  box-shadow: none !important;
}

.btn-custom-blue {
  background-color: #106eea;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  color: #fff !important;
}

.photo-form-prev img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

.accordion-button.bg-white.text-dark.ps-1:focus {
  outline: none !important;
  box-shadow: none !important;
}

#lifeNotes img {
  width: 100% !important;
}

.sub-photo-delete {
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0px;
}

.photo-about:hover {
  cursor: pointer;
}

.navbar-brand {
  font-size: 2.9em;
}

.logo {
  font-family: "Open Sans", sans-serif;
}
.logo .logo-qr {
  font-size: 1.3em;
}

.fe-page-pad {
  padding-top: 10px;
}

ol.medqr {
  padding-left: 26px;
}

.custom-btn {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.custom-btn:hover {
  background: #3b8af2;
}

.custom-btn-dash {
  background: #106eea;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  padding: 0.375rem 0.75rem !important;
}

.custom-btn-dash:hover {
  background: #3b8af2;
}

.green-bg {
  background: #8CB560 !important;
}

.pricing-img-container {
  height: 180px;
}

.pricing-img-container img {
  max-height: 170px;
}

/** 
* side offcanvas nav
*/
.side-slide-nav a.active {
  font-weight: bold;
  border-bottom: 2px solid #1d1d1d;
}

.landing-mobile-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.green-txt {
  color: #C5E0B4;
}

.landing-navbar {
  background: transparent;
  z-index: 999;
}

.landing-menu-icon {
  font-size: 3em;
}

.landingpage-hero {
  height: 70vh;
  background: url(/images/carenotes-hero.jpg?41ab98ceedfecfb6311f2b1f097fdf8b) no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  margin-top: -114px;
}
.landingpage-hero .landing-primary-cta {
  font-size: 1.4em;
}
.landingpage-hero .hero-txt {
  top: 60%;
  transform: translate(0%, -60%);
  text-shadow: 0px 0px 26px rgb(0, 0, 0);
  z-index: 999;
}
.landingpage-hero .hero-txt h1 {
  font-size: 3em;
}
.landingpage-hero .landingpage-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  top: 0;
}

.landing-section p {
  font-size: 26px;
}
.landing-section svg {
  font-size: 50px;
}

.landing-section.green-bg {
  background: #8CB560;
  color: #fff;
}

.landing-qrcode-example {
  z-index: 999;
  bottom: -46px;
  padding: 20px 20px 0px 20px;
  background: #8CB560;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 150px;
}

.carousel__prev, .carousel__next {
  background: transparent !important;
}

.carousel__next {
  right: 20px !important;
}

.carousel__prev {
  left: 20px !important;
}

.carousel__next, .carousel_icon {
  width: 150px !important;
}

.carousel__prev, .carousel_icon {
  width: 150px !important;
}

.landing-carousel-title {
  top: 0;
  left: 0;
}
.landing-carousel-title .landing-carousel-title-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 15px;
  border-bottom-right-radius: 20px;
}

.landing-carousel-footer {
  bottom: 0;
}
.landing-carousel-footer .landing-carousel-footer-container {
  background: rgba(0, 0, 0, 0.8);
}

.footer-info {
  font-size: 0.8em;
}

.main-features-mobile {
  display: none;
}

/** 
* Backend
*/
.logo-transition {
  transition: opacity 1s linear;
}

.backend-wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
  background: #fff;
  color: #000;
}
.backend-wrapper #sideNavbar {
  direction: ltr;
  max-width: 200px;
  min-width: 200px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  box-shadow: 10px 0px 5px 0px rgba(255, 255, 255, 0.04);
}
.backend-wrapper #sideNavbar .sidebar-brand {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}
.backend-wrapper #sideNavbar ul.sidebar-nav {
  margin-top: 63px;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .sidebar-item {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .sidebar-link {
  color: #999;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .router-link-active.router-link-exact-active.sidebar-link {
  color: #1d1d1d;
}
.backend-wrapper .sidebar.collapsed {
  margin-left: -200px;
}
.backend-wrapper .side-navbar-container a.side-navbar-brand {
  text-decoration: none;
  color: #1d1d1d;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item {
  list-style: none;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a {
  color: #1d1d1d;
  text-decoration: none;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a:hover {
  color: #3490dc;
}
.backend-wrapper .main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  width: 100%;
}
.backend-wrapper .main .sidebar-toggle {
  cursor: pointer;
  color: #000;
}
.backend-wrapper .content {
  direction: ltr;
  flex: 1;
  padding: 2.5rem 2.5rem 1.5rem;
}
.backend-wrapper .delete-sub-photo-container {
  background: #dc3545;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
}

.sidebar-toggle.text-dark {
  font-size: 2em;
}

.swiper {
  height: 100px;
}

/** 
* Vue swiper
*/
.swiper {
  max-height: 16% !important;
}

.swiper-slide {
  margin-right: 5px !important;
}

.video-thumb-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-thumb-slide:hover {
  cursor: pointer;
}

.about-feature-photo {
  margin-bottom: 5px;
}

.qrcode-modal-display {
  width: 100%;
}

.mobile-only {
  display: none !important;
}

.ql-tooltip.ql-editing {
  z-index: 999;
}

/** 
* Google translate
*/
.google-translate-select-dropdown__activator {
  padding: 0px !important;
}

.google-translate-select-language {
  padding-right: 10px;
}

.translate-container {
  width: auto;
}

/** 
* Media queries
*/
@media screen and (max-width: 390px) {
  .landing-navbar .landing-menu-icon {
    padding-right: 20px !important;
  }
  .landing-navbar .custom-btn {
    font-size: 0.6em;
  }
  .landingpage-hero .landing-primary-cta {
    font-size: 0.95em !important;
  }
}
@media screen and (max-width: 362px) {
  .mobile-med-hero {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-landing-nav {
    margin-top: 20px;
  }
  #headerMed.medqr {
    position: relative;
    height: 100px !important;
  }
  .add-to-home-container {
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    right: auto;
  }
  #heroMobile h1 {
    text-shadow: 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF !important;
  }
  .hero-mobile-text {
    top: 134px;
  }
  .landing-features-title h3 {
    margin-top: 0px !important;
  }
  .hp-txt-container {
    padding: 20px 0px;
  }
  .medqr-logo img {
    width: 220px !important;
  }
  .hp-cta-btn.landing-mb {
    font-size: 32px;
  }
  .dashboard-mobile-header-pad {
    padding: 0px 20px;
  }
  .dashboard-mobile-container-pad {
    padding: 20px 20px !important;
  }
  .feature-photo-container {
    margin-top: 200px !important;
  }
  .landing-menu-icon {
    padding-right: 25px !important;
    font-size: 2em;
  }
  .google-translate-select.notranslate {
    position: absolute !important;
    z-index: 999 !important;
    font-size: 22.5px !important;
    border: 1px solid #ccc;
    padding: 5px;
  }
  .translate-container {
    height: 40px;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 8px 0px;
    margin-bottom: 15px;
  }
  .google-translate-select-flag {
    width: 34px !important;
    height: 34px !important;
  }
  .lifenotes-logo img,
.lifenotes-logo a img {
    height: auto !important;
    width: 90% !important;
    max-height: none !important;
  }
  .logo-subtitle {
    font-size: 6vw;
    margin-bottom: 2px;
  }
  .dashboard-mobile-header-pad .container {
    padding: 0px !important;
  }
  .navbar-brand {
    font-size: 2em;
  }
  .mobile-w-100 {
    width: 100% !important;
  }
  .offcanvas-start {
    width: 100%;
  }
  .landingpage-hero .hero-txt h1 {
    font-size: 1.2em;
  }
  .landing-cta-container,
.landingpage-hero .hero-txt h1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .custom-btn {
    font-size: 0.8em;
  }
  .main-features-desktop {
    display: none !important;
  }
  .main-features-mobile {
    display: block !important;
  }
  #features ol li,
.hp-contact-txt,
#purchaseExtras {
    font-size: 20px;
  }
  #purchaseExtras .extra-title {
    font-size: 22px;
  }
  #purchaseExtras .extras-pay-info {
    font-size: 18px;
  }
  .landing-section h2 {
    font-size: 1.2em;
  }
  .landing-section p {
    font-size: 1em;
  }
  .landing-section .main-features {
    padding-top: 70px !important;
  }
  .landing-qrcode-example {
    bottom: -60px;
    padding: 10px 10px 0px 10px;
    width: 100px;
    font-size: 0.8em;
    left: 25px;
  }
  .auto-logo-sm-center {
    text-align: center;
  }
  .mobile-fw-btn {
    width: 100%;
  }
  .landing-carousel-footer-container {
    padding: 4px 0px !important;
  }
  .main-features {
    padding-top: 80px !important;
  }
  #lifeNotes img {
    width: 100%;
  }
  .dashboard-table {
    width: 800px;
  }
  .audio-delete-btn {
    text-align: start !important;
  }
  .cn-title {
    margin-top: 7px;
  }
  footer a {
    font-size: 0.9em;
  }
  footer .footer-info p {
    font-size: 0.8em;
  }
  /* Portrait */
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .landingpage-hero {
    background: url(/images/gravestonehero-sheet-mobile.jpg?d9176981cd4f43d15dcc9d93e3910097) no-repeat;
    background-position: bottom;
  }
  .landingpage-hero .landing-primary-cta {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 412px) and (max-device-width: 915px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .landingpage-hero {
    height: 50vh !important;
    background-position: center left !important;
  }
}
@media screen and (min-width: 768px) {
  .photo-about img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .navbar.medqr {
    align-self: end !important;
  }
  .navbar > ul > li > a {
    color: #fff !important;
    text-shadow: 0px 0px 6px #000;
  }
  .navbar.no-scroll > ul > li > a::before {
    background-color: #fff !important;
  }
  .navbar.no-scroll a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #fff !important;
  }
  .navbar.scrolled > ul > li > a::before {
    background-color: #fff !important;
  }
  .navbar.scrolled a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #fff !important;
  }
  #navbar.extras-links > ul > li > a {
    color: #000 !important;
    text-shadow: none !important;
  }
  ol.medqr,
.hp-contact-txt,
#purchaseExtras {
    font-size: 25px;
  }
  #purchaseExtras .extra-title {
    font-size: 27px;
  }
  #purchaseExtras .extras-pay-info {
    font-size: 23px;
  }
}
@media screen and (min-width: 990px) {
  img.about-feature-photo {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.pulse-element {
  animation: pulse 2s infinite;
}
