@import url(/css/open-iconic/font/css/open-iconic-bootstrap.min.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
html {
  height: 100%;
}
body {
  height: 100%;
}
:root {
  --main-color: #0F4C82;
  --chat-bubble-me: #EBEBE5;
  --chat-bubble-me-stroke: #CBD1B8;
  --chat-bubble-other: #FFEFCF;
  --chat-bubble-other-stroke: #ECD09C;
}
@font-face {
  font-family: DinPro;
  src: url(/css/fonts/dinpro-regular.woff);
}
@font-face {
  font-family: DinPro;
  src: url(/css/fonts/dinpro-bold.woff);
  font-weight: bold;
}
@font-face {
  font-family: DinPro;
  src: url(/css/fonts/dinpro-light.woff);
  font-weight: lighter;
}
html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.whiteOnMain {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.violetTextBtn {
  background: transparent;
  color: #616CB2;
  box-shadow: none;
  font-weight: normal;
  padding-left: 0px;
  letter-spacing: 0;
}
textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
button.photo-submit-button.violet-button {
  display: block;
  clear: both;
}
button.transparent-button {
  background: none;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
button.lightblue-button {
  border: 1px solid var(--main-color);
  background: transparent;
  color: var(--main-color);
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 29px;
  min-width: 145px;
  width: auto;
  height: auto;
  padding: 0px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 5px;
}
button.white-button {
  background: white;
  color: var(--main-color);
  font-weight: 500;
  padding: 7px 25px;
  margin: 0px 5px;
  font-family: Roboto;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.0230769px;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid rgba(14, 155, 214, 0.35);
  box-sizing: border-box;
  border-radius: 48px;
}
button.clear-button {
  background: #FFFFFF;
  border: 1px solid rgba(14, 155, 214, 0.35);
  box-sizing: border-box;
  border-radius: 48px;
  color: var(--main-color);
  width: 80px;
  height: 40px;
  padding: 13px 10px;
}
button.violet-button {
  background: #616CB2;
  border: 1px solid #616CB2;
  color: white;
  border-radius: 30px;
  font-weight: 500;
  padding: 7px 25px;
  margin: 0px 5px;
}
button.violet-text {
  background: transparent;
  color: #616CB2;
  box-shadow: none;
  font-weight: normal;
  padding-left: 0px;
  letter-spacing: 0;
}
button.violet-text.mdc-button.mdc-button--raised,
button.violet-text.mdc-button.mdc-ripple-upgraded {
  background: transparent;
  color: #616CB2;
  box-shadow: none;
  font-weight: normal;
  padding-left: 0px;
  letter-spacing: 0;
}
button.blue-button {
  background: var(--main-color) !important;
  border: 1px solid rgba(50, 157, 202, 0.35) !important;
  box-sizing: border-box;
  border-radius: 48px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 7px 25px;
  min-height: 40px;
  min-width: 110px;
  height: 100%;
  width: auto;
  margin: auto;
  margin-top: 35px;
}
button.blue-button:disabled {
  opacity: 0.3;
}
button.attach-button {
  width: 42px;
  height: 40px;
  background: rgba(14, 155, 214, 0.1);
  border-radius: 40px;
  border: 0px;
  min-width: initial;
}
button.attach-button:not(:disabled) {
  background: rgba(14, 155, 214, 0.1);
  width: 42px;
  height: 40px;
  border-radius: 40px;
  min-width: unset;
  float: left;
}
button.attach-button .mdc-button__icon {
  color: var(--main-color);
  margin: auto;
  transform: rotate(45deg);
}
button.send-button {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  border-radius: 40px;
  border: 0px;
  min-width: initial;
}
button.send-button:not(:disabled) {
  background: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  min-width: unset;
  float: right;
}
button.send-button .mdc-button__icon {
  color: white;
  margin: auto;
  margin-left: 5px;
}
button.end-chat-button {
  background: #FFFFFF !important;
  border: 1px solid rgba(14, 155, 214, 0.45);
  box-sizing: border-box;
  border-radius: 48px;
  width: 70px;
  min-height: 40px;
  font-size: 12px;
  line-height: 13px;
  position: static;
  margin: auto 0 auto 5px;
}
button.end-chat-button .mdc-button__ripple {
  width: 80px;
  right: 0;
  left: auto !important;
}
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
#SaveButton:disabled {
  color: gray !important;
}
.btn-group {
  box-sizing: border-box;
  border-radius: 4px;
}
.btn-group button {
  background: transparent;
  color: var(--main-color);
  width: 70px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 4px;
}
.btn-group:nth-child(1) {
  border-right: 1px solid;
}
input[type=text] {
  color: #000 !important;
}
.archive-pet {
  line-height: 1rem;
}
.visual-hidden {
  color: transparent;
  font-size: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-right {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes fade-out-right {
  from {
    right: 0px;
    opacity: 1;
  }
  to {
    right: -300px;
    opacity: 0;
  }
}
@keyframes fade-out-left {
  from {
    left: 0px;
    opacity: 1;
  }
  to {
    left: -300px;
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Spinner Style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}
.overlay .loader-layout {
  display: flex;
  position: relative;
  text-align: center;
  height: 100% !important;
  width: 100% !important;
}
.overlay .loader-layout .loader-container {
  margin: auto;
}
.overlay .loader-layout .loader-container .loader {
  width: 200px;
  height: 200px;
  margin: auto;
}
.overlay .loader-layout .loader-container .img-wrapper {
  text-align: center;
  position: static;
  margin-top: -27vh;
}
.overlay .loader-layout .loader-container .img-wrapper .loader-logo {
  width: 200px;
  position: relative;
  max-width: 35vw;
  display: block;
  margin: auto;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 480px) {
  .overlay .img-wrapper {
    top: 340px;
  }
}
@media (max-width: 767.98px) {
  .overlay .img-wrapper {
    margin-top: -22vh;
  }
}
@media (min-width: 1000px) {
  .overlay .img-wrapper {
    top: 300px;
  }
}
.material-switch > input[type="checkbox"],
.mdc-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > input[type="checkbox"]:checked + label::before,
.mdc-switch > input[type="checkbox"]:checked + label::before {
  background: #06BB85;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after,
.mdc-switch > input[type="checkbox"]:checked + label::after {
  background: #ffffff;
  left: 15px;
}
.material-switch > input[type="checkbox"]:disabled + label,
.mdc-switch > input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.material-switch > label,
.mdc-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  top: 2px;
  width: 32px;
}
.material-switch > label::before,
.mdc-switch > label::before {
  background: #ff0000;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  /*opacity: 0.3;*/
  transition: all 0.4s ease-in-out;
  width: 32px;
}
.material-switch > label::after,
.mdc-switch > label::after {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  left: -4px;
  margin-top: -10px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.custom-blue-switch .material-switch > input[type="checkbox"] {
  display: none;
}
.custom-blue-switch .material-switch > input[type="checkbox"]:checked + label::before {
  background: #C8D2DF;
  width: 34px;
  opacity: 0.5;
  box-shadow: none;
}
.custom-blue-switch .material-switch > input[type="checkbox"]:checked + label::after {
  left: 20px;
  background: #0F4C82;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.custom-blue-switch .material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  top: 2px;
  width: 32px;
}
.custom-blue-switch .material-switch > label::before {
  background: #999;
  box-shadow: none;
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  /*opacity: 0.3;*/
  transition: all 0.4s ease-in-out;
  width: 34px;
  left: 2px;
}
.custom-blue-switch .material-switch > label::after {
  background: #0F4C82;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  left: 2px;
  margin-top: -10px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.error {
  color: #EB6565;
}
.error-container {
  /*display: none;*/
  display: flex;
  position: fixed;
  padding: 15px 20px;
  width: calc(100vw - 20px);
  max-width: 600px;
  margin: 20px 10px 0px 10px;
  top: 0;
  right: 10px;
  z-index: 10000;
  background: #222222;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
.error-container .error-message {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  text-align: left;
}
.error-container .error-close {
  margin-left: auto;
  padding-left: 10px;
  cursor: pointer;
}
.error-container .error-close .material-icons {
  color: #FFC945;
}
.circle {
  margin: 20px auto;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
}
.circle i {
  vertical-align: middle;
  margin: auto;
  color: #90A5BE;
  font-size: 30px;
}
.circle .multiMedia-preview img {
  border-radius: 50%;
}
.upload-photo-mobile {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  width: 260px;
  position: relative;
}
.upload-photo-mobile button {
  display: block;
}
.upload-photo-mobile button.upload-photo {
  display: inline-block;
  border: 1px solid #90A5BE;
  background: none;
  color: #0F4C82;
  border-radius: 3px;
}
.upload-photo-mobile button.upload-photo.remove-photo {
  position: absolute;
  top: -105px;
  left: calc(50% + 20px);
  margin: auto;
  padding: unset;
  width: 30px;
  border: 0;
}
.upload-photo-mobile button.upload-photo.remove-photo .clear-icon {
  font-size: 29px;
  border-radius: 50%;
  width: 30px;
  border: 1px solid #90A5BE;
  text-align: center;
  height: 30px;
  background: #fff;
}
body {
  margin: 0;
  height: 100%;
  overflow: auto;
}
.uploadPhotoMDCButton {
  text-transform: uppercase !important;
  background-color: transparent !important;
  top: 25.25%;
  left: 3%;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.0230769px;
  color: var(--main-color) !important;
  float: left;
}
.circleImage {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.circleTemplate {
  height: 80px;
  width: 80px;
  display: inline-block;
  background: lightgray;
  border-radius: 45px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cardCircleTemplate {
  height: 80px;
  width: 80px;
  display: inline-block;
  background: lightgray;
  border-radius: 45px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: rgba(14, 155, 214, 0.15);
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 35px;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.thirdFlexBtnGroup {
  width: 31%;
  height: 31px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
#app {
  position: relative;
  display: block;
  height: 100%;
}
.body-container.web-po-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0px;
}
.main {
  flex: 1;
}
.main .top-row {
  background-color: #e6e6e6;
  border-bottom: 1px solid #d6d5d5;
}
.sidebar {
  background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
}
.sidebar .top-row {
  background-color: rgba(0, 0, 0, 0.4);
}
.sidebar .navbar-brand {
  font-size: 1.1rem;
}
.sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.h-divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 0px;
  width: 100%;
  border: 1px solid #DDDDDD;
}
.scroll-height-only {
  overflow-x: hidden;
  overflow-y: auto;
}
.history-panel-link {
  cursor: pointer;
  color: var(--main-color) !important;
  text-align: center;
  margin-bottom: 0px;
}
.main-color-text {
  color: #0F4C82 !important;
}
.nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-link {
  white-space: nowrap;
}
.nav-active-bg {
  background: rgba(14, 155, 214, 0.07);
}
.nav-inactive-bg {
  background: initial;
}
.container.pet-owner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -87px;
}
.container.pet-owner .text-center {
  width: 200px;
}
.top-row {
  position: static;
  top: 0px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  background: white;
  z-index: 1000;
  left: 0;
  display: flex;
  align-items: center;
}
.top-row ul.nav {
  margin: auto;
  display: flex;
  list-style-type: none;
  padding: 0;
}
.top-row ul.nav li {
  background: white;
  min-width: 82.5px;
  width: auto;
  height: 70px;
}
.top-row ul.nav li.active {
  background: rgba(14, 155, 214, 0.07);
}
.top-row ul.nav li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  display: grid;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #0F4C82;
  height: 100%;
  cursor: pointer;
}
ul.nav li a.nav-item.active {
  color: #0F4C82;
  background: rgba(14, 155, 214, 0.07);
}
ul.nav li a.nav-item:hover {
  cursor: pointer;
}
ul.nav li a hr {
  margin: 0px auto;
  border: 0px;
}
ul.nav li a.active hr {
  color: #0F4C82;
  background: #0F4C82;
  border-bottom: 3px #0F4C82;
  border-radius: 5px 5px 0px 0px;
  height: 5px;
  width: 50px;
  margin-bottom: -8px;
}
.page-logo {
  width: 106px;
  margin-left: 20px;
}
.page-logo.mobile-logo {
  display: none;
}
.login-logo {
  margin-left: 12px;
  margin-top: 20px;
  border-radius: 50%;
}
.fixmecat {
  display: block;
  margin: auto;
  height: 140px;
}
.po-login-welcome {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
.vet-available,
.vet-available-p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.vet-available {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.vet-available-p {
  font-weight: 400;
  letter-spacing: 0px;
}
.po-login-container-wrapper {
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
}
.po-login-container {
  background-color: #FFFFFF;
  margin: auto;
  min-height: 97vh;
  width: 414px;
  margin: 10px auto;
}
.po-login-container .back-arrow.mdc-button {
  color: var(--main-color) !important;
  min-width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #C8D2DF;
  box-sizing: border-box;
  border-radius: 24px;
  left: 0;
  line-height: 0;
  position: relative;
}
.po-login-container .back-arrow.mdc-button .mdc-button__ripple {
  border-radius: 24px;
}
.po-login-container .back-arrow.mdc-button .mdc-button__icon {
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  font-size: 24px;
}
.po-login-container .back-arrow.mdc-button .mdc-button__label {
  display: none;
  width: 0;
}
.po-login-container .main-header {
  margin-top: 40px;
}
.po-login-container .main-header h1 {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}
.po-login-container .to-receive-password {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 25px;
}
.po-login-container form .po-forgot-password-form label {
  background-color: #FFFFFF !important;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
  height: 25px;
}
.po-login-container form .po-forgot-password-form label #mobile {
  line-height: 18px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 16px;
}
.po-login-container .label-mobile-number {
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #999999;
  height: 13px;
}
.po-login-container .no-membership-container {
  min-height: calc(100vh - 305px);
}
.po-login-container footer {
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #999999;
  padding-top: 80px;
  padding-bottom: 10px;
}
.po-login-container footer p a {
  text-decoration: underline !important;
  padding: 0 5px;
}
.po-login-container footer .copyright {
  margin-top: -15px;
  margin-bottom: 0px;
}
.po-account-login {
  display: flex;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  height: 80px;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-bottom: -5px;
}
.po-login-container form .form-group {
  font-family: Roboto;
  margin: auto;
  width: 100%;
  margin-bottom: -20px;
}
.po-login-container form .form-group label {
  width: 100%;
  background: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.po-login-container form .form-group label input {
  position: absolute;
  bottom: 2px;
  left: 0px;
}
.po-login-container form .form-group label .mdc-floating-label {
  left: 0px;
}
.po-login-forgot-password {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  margin-top: -35px;
  color: var(--main-color) !important;
}
.po-login-container form .blue-button.login-submit,
.po-login-container form .blue-button.forgot-password-submit {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.po-login-container form .blue-button.login-submit {
  width: 127px;
  margin-top: 35px;
}
.po-login-container form .blue-button.forgot-password-submit {
  width: 178px;
  margin-bottom: 212px;
  margin-top: 30px;
}
.po-account-question {
  margin-top: 40px;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.po-account-create-link {
  display: flex;
  justify-content: center;
  margin-top: -15px;
  color: var(--main-color) !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.content {
  padding-top: 1.1rem;
}
.error-page-message {
  text-align: left;
  width: 350px;
  margin: 40px auto 40px auto;
}
.error-page-message h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .error-page-message {
    @rules ();
  }
}
.mdc-dialog-scroll-lock {
  overflow: auto !important;
}
.mdc-menu.mdc-menu-surface--open {
  z-index: 900000;
}
.mat-autocomlete-list-empty {
  visibility: hidden;
}
.mdc-select__selected-text {
  text-indent: 0px !important;
}
.body-container {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 0px;
}
.body-container header {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: left;
  font-weight: 600;
  margin: auto auto 5px auto;
  padding: 0;
}
.body-container .bottom-block {
  margin: 0;
}
.body-container .mdc-button {
  color: #0F4C82 !important;
  height: auto;
}
.body-container .mdc-button.back-arrow {
  position: absolute;
  top: 0px;
  left: 10px;
  color: var(--main-color) !important;
  min-width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #C8D2DF;
  box-sizing: border-box;
  border-radius: 24px;
  left: 0px;
  line-height: 0;
  position: relative;
  margin: 2px;
}
.body-container .mdc-button.back-arrow .mdc-button__ripple {
  border-radius: 24px;
}
.body-container .mdc-button.back-arrow .mdc-button__icon {
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  font-size: 24px;
}
.body-container .mdc-button.back-arrow .mdc-button__label {
  display: none;
  width: 0;
}
.body-container .mdc-button .upload-photo .upload-photo-text {
  color: #0F4C82 !important;
  text-transform: uppercase !important;
}
.body-container .mdc-text-field {
  background: none;
  margin-bottom: 31px;
  padding-left: 0px;
  padding-right: 0px;
}
.body-container .mdc-text-field .mdc-text-field__input {
  padding-left: 0px !important;
  border-bottom-color: rgba(0, 0, 0, 0.42);
  border-bottom-width: 1px;
  z-index: 1;
  border-bottom-style: solid;
  height: auto !important;
  min-height: 56px;
}
.body-container .mdc-text-field .mdc-floating-label {
  left: 0px;
}
.body-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #999999;
  margin: 0px;
  padding-left: 0px;
}
.body-container .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  background: transparent;
}
.body-container .mdc-text-field .mdc-line-ripple {
  display: none;
}
.body-container .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: initial;
}
.body-container .mdc-select .mdc-floating-label {
  left: 0px;
}
.body-container .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.body-container .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background: #0F4C82;
  border-color: #0F4C82;
}
.body-container .chat-history-container .mdc-dialog__container .mdc-floating-label {
  top: 80% !important;
}
.body-container .create-pet-profile-overlay .mdc-text-field .mdc-text-field__input {
  margin-top: 28px;
  line-height: normal !important;
}
.body-container .new-pet-container .mdc-text-field.mdc-text-field--filled::before {
  height: 56px !important;
}
.body-container .account-profile-container .mdc-select .mdc-select__anchor {
  padding-left: 0 !important;
  background: #fff;
}
.body-container .account-profile-container .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom: none;
}
#imgFacade {
  position: relative;
  flex: 1 1 auto;
  display: block;
  margin: auto auto 20px auto;
}
#imgFacade .upload-label {
  margin: auto;
  vertical-align: middle;
}
#imgFacade i,
#imgFacade .material-icons {
  vertical-align: middle;
}
.multiMedia-center-align-grid {
  display: inline-block;
  margin: 10px;
}
.list-group-item .active {
  z-index: 2;
  color: #fff;
  background-color: #0F4C82 !important;
  border-color: #0F4C82 !important;
}
.birthdate-select {
  margin-bottom: 31px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.42);
  border-bottom-width: 1px;
}
.birthdate-select .mdc-select__anchor.mdc-ripple-upgraded .mdc-line-ripple::before,
.birthdate-select .mdc-select__anchor.mdc-ripple-upgraded .mdc-line-ripple::after {
  border-bottom-style: none !important;
}
.chat-profile-container {
  height: auto;
  display: inline-grid;
  grid-template-rows: 1fr 1fr;
  justify-content: stretch;
  align-items: baseline;
  width: 100%;
}
.chat-profile-container h1 {
  text-align: center;
}
.chat-profile-container h3 {
  font-family: Roboto;
  font-style: normal;
  line-height: 43px;
  letter-spacing: 0.3px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #666666;
  width: 100%;
  text-align: left;
}
.chat-profile-container .no-current-appointmens {
  text-align: center;
}
.chat-profile-container button.list-group-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  padding: 5px 10px;
}
.chat-profile-container button.list-group-item.lightblue-button.active {
  color: white;
  background: var(--main-color);
  border: var(--main-color);
}
.chat-profile-container .top-block {
  height: auto;
  padding: 20px;
  max-width: 550px;
  margin: 0 auto auto auto;
  text-align: left;
}
.chat-profile-container .top-block.appointment-confirm {
  display: table;
  max-width: 700px !important;
}
.chat-profile-container .top-block.appt-prompt-4 label.mat-text-field {
  margin-top: -25px;
}
.chat-profile-container .top-block.view-appt {
  padding: 25px 0px;
}
.chat-profile-container .top-block.prompt2 {
  height: auto;
  padding-bottom: 40px;
}
.chat-profile-container .top-block.prompt2 .mat-select.mdc-select {
  width: 100%;
}
.chat-profile-container .top-block.prompt2 .mat-select.mdc-select .mdc-select__anchor {
  width: 100%;
  padding: 0;
}
.chat-profile-container .top-block.prompt2 .prompt2-back {
  width: 100%;
  display: flex;
}
.chat-profile-container .top-block.prompt2 .show-pet,
.chat-profile-container .top-block.prompt2 .list-group-container {
  float: left;
  width: 50%;
}
.chat-profile-container .top-block.prompt2 div.birthdate-wrap {
  width: 100%;
  display: inline-block;
}
.chat-profile-container .top-block.prompt2 div.birthdate-wrap > div {
  width: 100px;
}
.chat-profile-container .top-block.prompt2 div.birthdate-wrap .mdc-text-field {
  padding: 0 !important;
}
.chat-profile-container .top-block.prompt2 div.birthdate-wrap input {
  padding-right: 0px;
}
.chat-profile-container .top-block.prompt3 {
  height: auto;
}
.chat-profile-container .top-block.prompt3 .how-it-works p {
  text-align: center;
}
.chat-profile-container .top-block.prompt3 .select-appointment {
  width: 75%;
  margin-bottom: 10px;
}
.chat-profile-container .top-block.prompt3 .image-upload-preview {
  float: left;
}
.chat-profile-container .top-block.prompt3 .image-upload-preview .image-preview {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.chat-profile-container .top-block.prompt3 .image-upload-note {
  clear: both;
  color: red;
}
.chat-profile-container .top-block label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #666666;
  display: inline-flex;
}
.chat-profile-container .top-block textarea {
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem !important;
  letter-spacing: 0.3px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #666666;
  resize: none;
  min-height: 28px !important;
  height: auto !important;
}
.chat-profile-container .top-block textarea::placeholder {
  color: #CCCCCC;
}
.chat-profile-container .top-block .char-limit {
  color: red;
  text-align: right;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: 10px;
}
.chat-profile-container .top-block .grid-container.radio {
  display: flex;
  width: 100%;
  gap: 15px;
  padding: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 45px;
}
.chat-profile-container .top-block .grid-container.radio .grid-item {
  width: auto;
}
.chat-profile-container .bottom-block {
  padding: 20px;
  background: #F6F6F6;
  height: auto;
  min-height: calc(100vh - 24.3em);
  text-align: center;
  clear: both;
}
.chat-profile-container .bottom-block go-to-next-page,
.chat-profile-container .bottom-block .go-to-session {
  max-width: 550px;
  margin: auto;
  text-align: center;
}
.chat-profile-container .bottom-block go-to-next-page .blue-button,
.chat-profile-container .bottom-block .go-to-session .blue-button {
  width: auto;
}
.chat-profile-container .bottom-block .agreed-to-disclaimer-label,
.chat-profile-container .bottom-block .agreed-to-disclaimer-btn,
.chat-profile-container .bottom-block .agreed-to-disclaimer {
  max-width: 550px;
  margin: auto;
}
.chat-profile-container .bottom-block .agreed-to-disclaimer-btn,
.chat-profile-container .bottom-block .book-appointment {
  text-align: center;
}
.chat-profile-container .bottom-block .agreed-to-disclaimer-btn .blue-button,
.chat-profile-container .bottom-block .book-appointment .blue-button {
  width: auto;
}
.chat-profile-container .bottom-block .book-appointment {
  max-width: 550px;
  margin: auto;
}
.chat-profile-container .bottom-block p,
.chat-profile-container .bottom-block div {
  max-width: 550px;
  text-align: left;
  margin: auto;
}
.chat-profile-container .bottom-block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  max-width: 550px;
  display: block;
  margin: auto;
  padding-left: 10px;
}
.chat-profile-container .bottom-block .mdc-form-field > label {
  margin: auto;
}
.chat-profile-container .bottom-block button.back-arrow {
  color: #0F4C82;
  padding: 0px;
  display: block;
}
.chat-profile-container .form-field-desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.372rem;
  width: 100%;
}
.chat-profile-container .prompt2 h3,
.chat-profile-container .prompt3 h3 {
  font-weight: 500;
  font-size: 20px;
}
.chat-profile-container .prompt2 h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
}
.chat-profile-container .prompt2 button.upload-photo.mdc-button {
  text-transform: uppercase !important;
  background-color: transparent !important;
  top: 25.25%;
  left: 3%;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.0230769px;
  color: var(--main-color) !important;
  float: left;
}
.chat-profile-container .prompt2 .row.pet-age b {
  display: block;
}
.chat-profile-container .prompt2 .row.pet-age .col {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.chat-profile-container .prompt2 .row.pet-gender .btn-group .btn.btn-secondary.active,
.chat-profile-container .prompt2 .row.pet-name .btn-group .btn.btn-secondary.active {
  position: relative;
  z-index: 0;
}
.chat-profile-container .prompt2 .new-pet-container .row b {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}
.chat-profile-container .prompt2 .new-pet-container .row p {
  width: 100%;
}
.chat-profile-container .prompt3 .row {
  margin: 10px 0px;
  display: block;
  width: 100%;
  text-align: left;
}
.chat-profile-container .prompt3 .row .prompt3-productname-input {
  outline: 0;
  border-width: 0 0 2px;
  display: block;
  width: 100%;
  padding-top: 20px;
}
.chat-profile-container .prompt3 .choose-file-container {
  display: inline-block;
  margin-top: 20px;
}
.chat-profile-container .prompt3 .choose-file-container .choose-file-button {
  min-width: 140px;
  width: auto;
  line-height: 1.125rem;
  font-size: 0.8125rem;
}
.chat-profile-container.chat-welcome-back h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 2rem;
}
.chat-profile-container.chat-welcome-back p.text-left {
  width: 100%;
  margin-top: 20px;
}
.chat-profile-container.chat-welcome-back p.chat-note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.chat-profile-container.chat-welcome-back .blue-button {
  text-align: center;
  width: auto;
  margin: 0 auto 20px auto;
}
.chat-profile-container.appointment-container {
  max-height: 100%;
}
.chat-profile-container .view-appt .row {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0px;
}
.chat-profile-container .view-appt .row:nth-child(1) {
  text-align: center;
}
.chat-profile-container .view-appt .row:nth-child(5) {
  color: red;
}
.chat-profile-container .view-appt .row:nth-child(5) button {
  color: green !important;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.chat-profile-container .view-appt .appt-container {
  padding: 11px 20px;
  border-bottom: 1px solid lightgray;
  min-width: 506px;
}
.chat-profile-container .view-appt .appt-container .confirmation-number {
  color: gray;
  margin: 10px 0px;
}
.chat-profile-container .view-appt .appt-container h5 {
  font-weight: 400;
}
.chat-profile-container .schedule-appt-button {
  display: block;
  width: 128px;
  height: auto;
  margin: auto auto 20px;
  padding: 30px 0px;
}
.chat-profile-container .new-pet-container .btn-group {
  width: 31%;
  height: 31px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.contact-support-container .top-block h3 {
  text-align: center;
  font-size: 26px;
}
.contact-support-container .top-block p {
  font-size: 14px;
  line-height: 140%;
  color: #666;
  margin-bottom: 40px;
}
.contact-support-container .top-block .prompt2-back .mdc-button .mdc-button__icon {
  color: #0F4C82;
  height: 16px;
  width: 16px;
}
.create-pet-profile-overlay h2 {
  border-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
}
.create-pet-profile-overlay .upload-photo.mdc-button {
  text-transform: uppercase !important;
  background-color: transparent !important;
  top: 25.25%;
  left: 3%;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.0230769px;
  color: var(--main-color) !important;
  float: left;
}
@media not all and (min-resolution: 0.001dpcm) {
  .create-pet-profile-overlay .upload-photo-mobile {
    display: flex;
    flex-direction: column;
  }
}
.create-pet-profile-overlay.mdc-dialog--open,
.create-pet-profile-overlay.mdc-dialog--opening,
.create-pet-profile-overlay.mdc-dialog--closing {
  z-index: 2000;
}
.create-pet-profile-overlay .mdc-dialog__container .mdc-text-field--filled {
  height: auto;
}
.create-pet-profile-overlay .mdc-dialog__container .mdc-text-field--filled::before {
  height: 56px !important;
}
.create-pet-profile-overlay .mdc-dialog__container .mdc-text-field--filled input {
  padding-left: 0px;
}
.create-pet-profile-overlay .mdc-dialog__content {
  margin: 30px;
}
.create-pet-profile-overlay .mdc-dialog__content .mat-select {
  width: 100%;
}
.create-pet-profile-overlay .mdc-dialog__content .mat-select .mdc-select__anchor {
  width: 100%;
  height: auto;
  padding-left: 0;
}
.create-pet-profile-overlay .mdc-dialog__content > :first-child {
  margin-bottom: 20px;
}
.create-pet-profile-overlay .mdc-dialog__content b {
  width: 100% !important;
  text-align: left;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.create-pet-profile-overlay .mdc-dialog__content b span.lower-case {
  text-transform: lowercase;
}
.create-pet-profile-overlay .mdc-dialog__content p {
  width: 100%;
}
.create-pet-profile-overlay .hide-pet.mdc-button {
  background: none;
  color: #616CB2;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: right;
  float: right;
  margin-top: 20px;
  box-shadow: none;
}
.create-pet-profile-overlay .birthdate-wrap .birthdate-row {
  width: 100% !important;
  display: flex;
  gap: 15px;
}
.create-pet-profile-overlay .birthdate-wrap .birthdate-row .birthdate-select {
  width: 100%;
}
.create-pet-profile-overlay .birthdate-wrap > div {
  width: auto;
  margin-right: 0px;
}
.create-pet-profile-overlay .birthdate-wrap > div:last-child {
  width: auto;
  margin-right: 5px;
}
.create-pet-profile-overlay .btn-group {
  width: 31%;
  height: 31px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.create-pet-profile-overlay footer {
  border-top: 0px;
}
.chat-profile-container .circle,
.create-pet-profile-overlay .circle,
.new-pet-container .circle {
  height: 80px;
  width: 80px;
  display: inline-block;
  background: lightgray;
  border-radius: 45px;
  margin-bottom: 20px;
  overflow: hidden;
}
.chat-profile-container .circle img,
.create-pet-profile-overlay .circle img,
.new-pet-container .circle img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.add-pet-card .circle,
.pet-card .circle,
.view-appt .circle,
.schedule-appt-button .circle {
  height: 80px;
  width: 80px;
  display: inline-block;
  background: lightgray;
  border-radius: 45px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: rgba(14, 155, 214, 0.15);
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 35px;
}
.add-pet-card .circle img,
.pet-card .circle img,
.view-appt .circle img,
.schedule-appt-button .circle img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.schedule-appt-button .circle {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.pet-card .circle {
  margin-bottom: 0px;
  background: #EEEEEE;
  position: unset;
}
.pet-card .circle img.paw-icon {
  width: 50%;
  height: 50%;
  margin-top: 20px;
  position: relative;
}
.circle .multiMedia-center-align-grid {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
}
.question-container {
  width: 100%;
}
.chat-status-message {
  clear: both;
}
.new-pet-container {
  margin-top: 20px;
}
.new-pet-container .birthdate-wrap {
  display: flex;
  column-gap: 10px;
}
.pet-card-container {
  padding-top: 30px;
  margin: auto;
  width: 100vw;
}
.add-pet-card,
.pet-card {
  min-width: 130px;
  min-height: 150px;
  height: auto;
  width: auto;
  background: #FFFFFF;
  border: 1px solid rgba(14, 155, 214, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-top: 90px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.add-pet-card.container,
.pet-card.container {
  padding-left: 0px;
  padding-right: 0px;
}
.add-pet-card div:nth-child(2),
.pet-card div:nth-child(2) {
  display: block;
  border-top: 1px solid rgba(14, 155, 214, 0.3);
  padding: 2px;
}
.add-pet-card div:nth-child(2) h5,
.pet-card div:nth-child(2) h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 0.0230769px;
  text-transform: uppercase;
  color: #0F4C82;
  margin: 0px;
}
.add-pet-card div:nth-child(2) .mdc-button,
.pet-card div:nth-child(2) .mdc-button {
  background: none;
  box-shadow: none;
  padding: 0px;
}
.pet-card p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.pet-card .edit-bubble {
  height: 40px;
  width: 40px;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid rgba(14, 155, 214, 0.3);
  box-sizing: border-box;
  border-radius: 48px;
  right: 10px;
  top: 8px;
  cursor: pointer;
  z-index: 1;
}
.pet-card .edit-bubble img {
  border-radius: unset;
  padding: 10px;
}
.pet-card .circle .avatar-image-container {
  width: 320px;
  text-align: center;
  margin: auto;
}
.pet-card .circle .avatar-image-container .avatar-image {
  width: 80px;
  height: 80px;
  bottom: 100px;
  position: relative;
  left: -120px;
  top: -3px;
  object-fit: cover;
}
.pet-card div:nth-child(1) p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #444444;
  opacity: 0.8;
  margin-bottom: 3px;
}
.image-preview-container {
  background-color: #EEEEEE;
  width: 100%;
  padding: 0px 10px;
  margin: 0;
  height: max-content;
}
.image-preview-container .multiMedia-center-align-grid {
  position: relative;
  margin: 0px 7.5px;
  margin-bottom: 27px;
  margin-top: 15px;
}
.image-preview-container .multiMedia-preview {
  position: relative;
  padding: 10px;
  color: var(--main-color);
}
.image-preview-container .multiMedia-preview .remove-icon-wrapper {
  position: absolute;
  width: 24px;
  height: 24px;
  background: white;
  color: #5E816E;
  border-radius: 24px;
  top: 0px;
  right: 0px;
}
.image-preview {
  max-width: 150px !important;
  min-width: 60px;
  height: auto;
}
.photo-submit-button.violet-button {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: auto 0 auto auto;
}
.photo-submit-button:disabled {
  opacity: 0.2;
}
.remove-icon-wrapper {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #0F4C82;
  border-radius: 24px;
  top: 0px;
  right: 0px;
}
.remove-photo-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 24px;
}
.remove-photo-icon .material-icons {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.appt-prompt-4 button.list-group-item {
  width: 50.01%;
  margin: auto;
}
.appt-prompt-4 .row {
  text-align: left;
  margin: 0px;
}
.appt-prompt-4 .row label {
  margin: 0px;
  padding: 0px !important;
  display: flex;
}
.appt-prompt-4 .how-it-works {
  background-color: #F3F3F3;
  padding: 17px 25px;
  border-radius: 5px;
}
.appt-prompt-4 .how-it-works ol li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #444444;
}
.appt-prompt-4 .po-subscription {
  background-color: #F3F3F3;
  padding: 17px 25px;
  border-radius: 5px;
}
.appt-prompt-4 .po-subscription p {
  text-align: center;
}
.appt-prompt-4 .po-subscription p.bold-text {
  font-weight: bold;
}
.showRating {
  height: 25px;
}
.showRating > input {
  display: none;
}
.showRating > input:checked ~ label {
  color: #0F4C82 !important;
}
.showRating > label {
  color: #ddd !important;
  float: right !important;
  margin-right: 0px !important;
}
.showRating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.showRating > .half:before {
  content: "\f089";
  position: absolute;
}
.chat-history-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 40%;
  text-align: left;
  width: 100vw;
  margin: auto;
}
.chat-history-container div.m-4 {
  background: #F6F6F6;
  padding: 1.5rem;
  margin: 0 !important;
}
.chat-history-container .chatHistorySessionBox {
  margin-bottom: 20px;
  font-size: 0.75rem;
  color: var(--main-color);
  border-bottom: 1px solid #DDDDDD;
}
.chat-history-container .chatHistorySessionBox .chat-history-item-link {
  font-size: 0.8125rem;
  color: var(--main-color) !important;
}
.chat-history-container .chatHistorySessionBox .chat-history-item-text {
  margin: 0;
}
.chat-history-container .chatHistorySessionBox .chat-history-item-text + .flex-wrap {
  margin-top: 20px;
  padding-bottom: 20px;
}
.chat-history-container .chatHistorySessionBox .chat-history-item-text + .flex-wrap .showRating > label {
  margin-bottom: -10px;
}
.history-chat-session-container {
  display: inline-block;
  background: white;
  width: 40%;
  overflow: auto;
  height: 94vh;
}
.history-chat-session-container button.back-button {
  background: #FFFFFF;
  border: 1px solid rgba(14, 155, 214, 0.35);
  box-sizing: border-box;
  border-radius: 24px;
  color: #0F4C82;
  width: 50px;
  height: 50px;
  margin: 10px;
  float: left;
  display: none;
  vertical-align: middle;
}
.history-chat-session-container form.rating-form {
  margin: initial !important;
  position: static;
  width: 75%;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0;
  right: 0;
  padding-bottom: 75px;
}
.chat-history-panel {
  background: white;
  padding: 35px;
}
.chat-history-panel h3 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 0;
}
.chat-history-panel p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}
.chat-history-panel div {
  color: var(--main-color);
  font-size: 14px;
  line-height: 30px;
}
.chat-history-panel .history-info-text {
  padding-top: 20px;
  padding-bottom: 50px;
}
.chat-history-panel .history-panel-link {
  padding: 10px;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 14px;
}
.chat-history-panel .chat-session-container .chat-form#chat-form {
  width: auto;
}
.chat-history-panel #chatFeed .chat-message.sent {
  min-width: 150px;
}
.cursor-pointer {
  cursor: pointer;
}
.chat-history-item-text {
  color: #999999;
}
.chat-history-backbutton {
  display: none !important;
}
.history-container {
  max-width: none;
  padding: 0px;
  height: 96vh;
}
.history-container h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: rgba(0, 0, 0, 0.45);
}
.history-container p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: rgba(0, 0, 0, 0.45);
}
.history-container p.search-history {
  width: 50%;
  display: inline-block;
  float: left;
}
.history-container button .clear-button {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 0px;
}
.history-container .rating-form {
  color: black;
}
.history-container .historyTable {
  box-shadow: none;
  border: none;
}
.history-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #666666;
}
.history-table-container {
  display: inline-block;
  width: 60%;
  float: left;
  overflow: auto;
}
.history-table-container .search-history .mdc-text-field {
  float: left;
  width: 50%;
}
.history-table-container .dxbs-fixed-header-content > a,
.history-table-container .dxbs-fixed-header-content > span {
  font-weight: 400;
}
.history-table-container .dxbs-gridview > .card {
  background: transparent;
  border-radius: initial;
  border: 0px;
}
.history-table-container .table thead th {
  color: #999999;
  font-weight: normal;
  text-align: left;
}
.history-table-container .table-bordered th,
.history-table-container .table-bordered td {
  border-left: 0px;
  border-right: 0px;
  padding: 24px 20px;
}
.history-table-container .mdc-text-field input {
  border-bottom: 0px;
}
.history-table-container .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom: 0px;
}
.historyTable.mdc-table th {
  width: 35%;
  border-top: 0px;
  background: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}
.historyTable.mdc-table th,
.historyTable.mdc-table td {
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}
.historyTable .mdc-button .mdc-button__icon {
  color: #0F4C82;
}
.no-history,
.no-history-selected {
  padding-top: 200px;
}
.mdc-table {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
}
.mdc-table td,
.mdc-table th {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mdc-table td:nth-last-child(2) {
  width: 100%;
}
.mdc-table tr.mdc-table-row-selected,
.mdc-table tr.mdc-table-row-hover:hover {
  background-color: #ffffff;
}
.chat-session-container {
  background: #f6f6f6;
  margin: auto;
  margin-bottom: 10px;
  height: auto;
}
.chat-session-container .chat-form {
  background: white;
}
.chat-session-container .chat-form#chat-form {
  background-color: none !important;
  width: 50%;
  margin: auto;
}
.chat-session-container .chat-form .chat-session-upper-panel {
  border: 0px;
  height: inherit;
}
.chat-session-container .pet-data {
  text-align: center;
  background: white;
  margin: 0px;
  padding: 20px 20px 0px !important;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  color: black;
  margin: auto;
  width: 50%;
}
.chat-session-container .pet-data span.pipe {
  color: lightgray;
}
.chat-session-container #chat-feed {
  height: 100vh;
  overflow-y: auto;
}
.chat-session-container .po-concern {
  display: block;
  width: 100%;
}
.chat-session-submit-bar {
  background: #FFFFFF;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 90%;
  margin: auto;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px;
  display: flex;
}
.chat-session-submit-bar .mdc-text-field {
  width: 90%;
  border-bottom: none;
}
.chat-session-submit-bar .chat-textarea {
  border: none;
  resize: none;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px;
}
.chat-session-submit-bar button.send-button:not(:disabled),
.chat-session-submit-bar button.attach-button:not(:disabled) {
  margin: auto 5px;
  min-width: 40px;
}
.chat-session-submit-bar button.send-button:not(:disabled) .mdc-button__label,
.chat-session-submit-bar button.attach-button:not(:disabled) .mdc-button__label {
  display: none;
}
.chat-session-submit-bar button.send-button:not(:disabled) .mdc-button__ripple,
.chat-session-submit-bar button.attach-button:not(:disabled) .mdc-button__ripple {
  border-radius: 24px;
}
.chat-submit-bar {
  margin-top: 20px;
}
.chat-submit-bar .chat-textarea {
  width: 100%;
  margin-bottom: 10px;
}
.chat-submit-bar button {
  margin: auto 5px;
}
.reply-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.circle-button {
  background: rgba(97, 108, 178, 0.1);
  border: 0px;
  width: 40px;
  height: 40px;
}
.chat-form .chat-session-upper-panel {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 2px;
}
.chat-form .chat-message.po-concern {
  background: #DCE6F2;
  border-bottom: 1px solid #CCCCCC;
  padding: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.chat-form #chatFeed {
  padding: 17px;
  overflow-y: hidden !important;
  height: 100%;
  padding-bottom: 70px;
}
.chat-form #chatFeed.chat-rating {
  margin-bottom: 10px;
}
.chat-message.po-cocern .intake {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
#chatFeed .chat-message {
  margin-bottom: 15px;
  padding: 10px;
}
#chatFeed .chat-message.received {
  width: 75%;
  background: #FFEFCF;
  border: 1px solid #ECD09C;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 0;
}
#chatFeed .chat-message.received.po-concern {
  background: #F0F0F0;
  border: 0px;
  text-align: left;
  width: 100%;
}
#chatFeed .chat-message.received.po-concern .row {
  margin: 0;
}
#chatFeed .chat-message.sent {
  width: 75%;
  margin-left: auto;
  background: #EBEBE5;
  border: 1px solid #CBD1B8;
  border-radius: 10px 10px 0px 10px;
  box-sizing: border-box;
}
#chatFeed .chat-message .message p {
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  color: #222222;
  white-space: normal;
  margin: 0px;
  word-break: break-word;
  text-align: left;
}
#chatFeed .chat-message .message p a {
  cursor: pointer;
  color: #0F4C82;
  text-decoration: underline;
}
#chatFeed .chat-message .message label.sent-stamp {
  text-align: left;
  width: 100%;
  color: #222;
  font-weight: 700;
  font-size: 0.75em;
}
#chatFeed > p {
  clear: both;
}
#chatFeed p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  letter-spacing: 0.16px;
  color: #666;
}
#chatFeed img {
  max-width: 100%;
  max-height: 175px;
  object-fit: cover;
  cursor: pointer;
}
#chatFeed .chat-icon,
#chatFeed .sender-icon {
  display: none;
}
#chatFeed .message label {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.0625em;
  color: #222222;
  margin: 0px;
  float: left;
  margin-right: 10px;
}
#chatFeed .message .d-flex {
  display: inline-flex !important;
  flex-wrap: wrap;
  width: 100%;
}
#chatFeed .message .d-flex .multiMedia-preview {
  position: relative;
  margin: 0px 7.5px 0 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mobile-chat-session-layout {
  position: relative;
  height: 100%;
}
.mobile-chat-session-upper-panel {
  height: 100%;
  margin-bottom: 0px;
}
.mobile-chat-session-bottom-panel {
  width: 100%;
  padding: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}
.chat-break-word {
  word-break: break-word;
}
.payment-service-type {
  width: 100%;
  display: flex;
}
.payment-service-type .col {
  padding: 0;
}
.payment-service-type .mdc-form-field > label {
  margin-bottom: 0;
}
.mdc-dialog .mdc-dialog__content {
  height: auto;
  margin: 0px;
}
.mdc-dialog .mdc-dialog__content .row {
  width: 100%;
  margin: 0;
}
.mdc-dialog .mdc-dialog__content .select-container label {
  text-align: left;
  width: 100%;
  padding-left: 17px;
}
.select-container select {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #c6c6c6;
  height: 56px;
  background-color: transparent;
  margin-bottom: 31px;
  color: #777;
}
.select-container select option {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.agent-chat-session-bottom-panel {
  margin-top: 14px;
}
.account-profile-container {
  width: 50%;
  margin: auto;
  text-align: left;
  padding: 0 30px 50px;
}
.account-profile-container .row {
  display: flex;
  gap: 10px;
}
.account-profile-container .account-profile-nav {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}
.account-profile-container .account-profile-nav .col {
  padding: 0;
}
.account-profile-container .account-profile-nav a {
  color: #0F4C82;
  text-decoration: none;
}
.account-profile-container .account-profile-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}
.account-profile-container .account-profile-header.account-billing button {
  margin: auto 0 auto auto;
  font-size: 12px;
  width: auto;
  text-align: right;
  text-transform: capitalize;
}
.account-profile-container .account-profile-header h3 {
  padding: 20px 0px;
  margin-top: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
  width: inherit;
}
.account-profile-container .account-profile-header select {
  background: #EEEEEE;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  height: 34px;
  margin: auto;
  width: 112px;
}
.account-profile-container .account-label {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
.account-profile-container .button-container {
  display: grid;
}
.account-profile-container .button-container .white-button {
  border: 1px solid var(--main-color);
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.account-profile-container button {
  width: 190px;
  height: 40px;
  margin: auto;
  margin-top: 7px;
  margin-bottom: 8px;
}
.account-profile-container .container {
  margin: auto;
}
.account-profile-container .po-subscription {
  font-size: 12px;
  color: #231F20;
  margin: 0 0 20px 0;
  background: #F3F6F9;
  border: 1px solid #0F4C82;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
}
.account-profile-container .po-subscription .po-subscription-product {
  font-size: 22px;
  font-weight: 500;
}
.account-profile-container .po-subscription .po-subscription-desc {
  font-size: 16px;
}
.account-profile-container .po-subscription .row {
  margin: 0;
}
.account-profile-container .po-subscription .row .col {
  padding: 10px 0 10px 0;
}
.account-profile-container .po-subscription .row.account-auto-renew .col {
  padding: 0;
}
.account-profile-container .po-subscription .row.account-auto-renew .col .material-switch {
  text-align: center;
  display: inline-flex;
}
.account-profile-container .po-subscription .row.account-auto-renew .col .material-switch > label {
  width: auto;
  top: -5px;
}
.account-profile-container .po-subscription .row.account-auto-renew .col span {
  font-size: 14px;
  margin-left: 40px;
}
.account-profile-container .po-subscription .row .po-header {
  font-size: 12px;
  line-height: 18px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #999999;
  margin-bottom: 5px;
}
.account-profile-container .purchase-history-table table {
  width: 100%;
}
.account-profile-container .purchase-history-table table tr {
  border-bottom: 1px solid #ddd;
}
.account-profile-container .purchase-history-table table tr th {
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #999999;
  padding: 0 5px;
}
.account-profile-container .purchase-history-table table tr td {
  font-size: 13px;
  padding: 10px 5px;
}
.account-profile-container .purchase-history-table table tr td .purchase-history-desc {
  color: #0F4C82;
}
.account-profile-container .purchase-history-table table tr td .purchase-history-sub-desc {
  font-size: 12px;
  color: #999999;
}
.standard-modal.terms-modal .mdc-dialog__scrim {
  pointer-events: none;
}
.standard-modal.mdc-dialog .mdc-dialog__surface h2 {
  text-align: left;
  color: #231F20;
  padding: 10px 20px 20px 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.standard-modal.mdc-dialog .mdc-dialog__surface .mdc-dialog__content {
  text-align: left;
  color: #231F20;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
}
.standard-modal.mdc-dialog .mdc-dialog__surface footer {
  padding: 1.25rem;
}
.standard-modal.mdc-dialog .mdc-dialog__surface footer button {
  min-width: 110px;
  margin-left: 10px;
}
.chat-form .rating-form {
  width: 80%;
  margin-right: auto !important;
  margin-left: auto !important;
}
.chat-form .rating-form p {
  color: #222;
}
.chat-form .rating-form p b {
  font-size: 14px;
  color: #222;
  padding-bottom: 10px;
  display: inherit;
}
.chat-form .rating-form .submit-box {
  padding: 0px 20px 0px 0px;
}
.chat-form .rating-form .submit-box .body-container .mdc-text-field .mdc-text-field__input::-webkit-input-placeholder,
.chat-form .rating-form .submit-box .body-container .mdc-text-field .mdc-text-field__input:-ms-input-placeholder,
.chat-form .rating-form .submit-box .body-container .mdc-text-field .mdc-text-field__input::placeholder {
  font-size: 12px;
  color: #999;
}
.rating-form {
  background: #FFEFCF;
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 22px 20px;
  margin: 0px;
  min-width: 242px;
  border: 1px solid #ECD09C;
  text-align: center;
}
.rating-form .session-message {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.125;
}
.rating-form .session-message .submit-box {
  padding: 10px 20px 10px;
}
.rating-form .session-message .submit-box .mdc-text-field .mdc-text-field__input {
  border-bottom: 0;
}
.rating-form .session-sub-message {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
}
.rating-form .mdc-text-field--textarea textarea.mdc-text-field__input {
  border: 1px solid lightgray;
}
.rating-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #999;
  font-size: 13px;
}
.rating-form .chat-textarea {
  background-color: white;
  width: 100%;
  min-height: 75px;
  height: auto;
  border-radius: 5px;
}
.rating-form .chat-textarea textarea {
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-top: 0px;
  line-height: 1.2;
}
.rating-form .send-button {
  margin-top: 10px;
}
.rating {
  border: none;
  display: initial;
}
.rating > input {
  display: none;
}
.rating > input:checked ~ label {
  color: #0F4C82;
}
.rating > input:checked ~ label:hover ~ label {
  color: #0F4C82;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover {
  color: #0F4C82;
}
.rating > label {
  color: #ddd;
  float: right;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.9em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > label:hover ~ input:checked ~ label {
  color: #0F4C82;
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating:not(:checked) > label:hover {
  color: #0F4C82;
}
.rating:not(:checked) > label:hover ~ label {
  color: #0F4C82;
}
.rc-app .content {
  background-color: transparent;
}
.session-message {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 0px;
}
.submit-box {
  background: white;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px 20px 0px;
}
.submit-box .mdc-text-field {
  width: 75%;
  display: inline-block;
  margin: 0px;
  margin-bottom: 0px !important;
}
.submit-box .mdc-text-field input {
  border-bottom: none;
  text-transform: initial !important;
}
.submit-box .send {
  background-image: url('images/icons/send.svg');
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: #0F4C82;
  border-radius: 20px;
  border: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  text-align: right;
  margin-right: 15px;
  float: right;
}
.filePreviewOverlay {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  height: 100% !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}
.filePreviewOverlayMiddleGrid {
  display: block;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto minmax(600px, 65vh) 100px 1fr;
}
.filePreviewOverlayImageLayout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: calc(100vh - 240px);
}
.filePreviewOverlayImage {
  min-width: 100vw;
  text-align: center;
  padding: 3rem;
  margin: auto;
}
.filePreviewOverlayImage img.image-preview,
.filePreviewOverlayImage video {
  height: auto;
  max-height: 55vh !important;
  max-width: 100%;
  min-width: 100px;
  width: auto;
}
.filePreviewFileCount {
  text-align: center;
  color: white;
  vertical-align: bottom;
  align-self: flex-end;
  align-content: center;
  margin: 0 auto;
  margin-bottom: 4px;
  display: inline-block;
  width: 100vw;
}
.filePreviewFileCount span {
  display: block;
  vertical-align: middle;
  height: auto;
  margin: 45px auto 45px auto;
  text-align: center;
  width: 100%;
}
.file-preview-thumbnail,
.file-preview-adobe-pdf {
  height: 60px;
  width: auto;
}
.filePreviewButton {
  height: 90px;
  width: 90px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 5px;
}
.filePreviewCloseButton {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 30px;
  border: none;
  right: 10px;
}
.filePreviewLeftArrow {
  z-index: 600;
  top: 50%;
  left: 10px;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  height: 48px;
  width: 48px;
}
.filePreviewRightArrow {
  z-index: 600;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  height: 48px;
  width: 48px;
}
.preventSelection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.filePreviewThumbnailRailLayout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto 50px;
}
.filePreviewThumbnailRail {
  grid-row: 1;
  grid-column: 2;
  display: flex !important;
  margin-top: 15px;
  column-gap: 10px;
  margin: auto;
}
.filePreviewThumbnailRail .filePreviewThumbnail .multiMedia-preview img {
  border-radius: 4px;
}
.filePreviewThubnailRailInstructions {
  grid-row: 2;
  grid-column: 2;
  color: white;
  margin: auto;
  padding: 10px;
}
/*Moved from inline style*/
.mat-text-field-input,
.mdc-select__selected-text {
  padding-left: 0px;
}
div.mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) > input.mdc-text-field__input {
  padding-left: 0px;
  padding-right: 0px;
}
.mdc-select__selected-text {
  text-align: left;
  height: auto !important;
  line-height: 2rem;
}
.birthday-row-error .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom: 2px solid #EB6565;
}
.birthday-row-error .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #EB6565;
}
.row.pet-species {
  margin-bottom: 30px !important;
}
.row.breed-error-message {
  color: #EB6565;
  text-align: left;
  clear: both;
  margin-top: -20px;
  margin-bottom: 25px;
}
.row.birthday-row-error b {
  width: 100%;
  float: left;
}
.birthdate-mdc-text {
  float: left;
  display: flex;
}
.row.age-error-message {
  color: #EB6565;
  text-align: left;
  clear: both;
  margin-top: -20px;
  margin-bottom: 25px;
}
.row.pet-gender,
.row.pet-name {
  clear: both;
}
.row.pet-gender b,
.row.pet-name b {
  width: 50%;
}
.row.pet-name {
  margin-top: 30px !important;
}
/*.content {
    background-color: whitesmoke;
}*/
.chat-form {
  background-color: whitesmoke;
  padding: 0px;
  top: 130px;
  width: 100%;
}
.chat-submit p {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  width: 75%;
}
.chat-submit .row {
  margin: 20px 0px 25px;
}
.chat-submit .col {
  padding: 0px;
}
.chat-submit input {
  max-width: none;
}
.chat-submit button.icon-attachment i {
  font-size: 38px;
}
.chat-session-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.chat-session-upper-panel {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
.chat-session-agent-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.chat-session-bottom-panel {
  grid-column: 1;
  grid-row: 2;
}
.chat-submit-panel {
  background-color: white;
  bottom: 75px;
  left: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  grid-template-rows: 1fr;
}
.chat-submit-panel .icon-button {
  background-color: transparent;
  border: none;
  grid-column: 1;
  grid-row: 1;
  width: 45px;
  height: 45px;
  margin: 5px;
}
.chat-submit-panel .red-icon {
  border: none;
  background-color: red;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 5px;
  top: 3px;
  grid-column: 3;
  grid-row: 1;
}
.chat-submit-panel .chatTextInput {
  grid-column: 2;
  grid-row: 1;
}
.chat-submit-panel .red-icon i {
  font-size: initial;
}
#typing {
  height: 50px;
  text-align: left;
  position: fixed;
  bottom: 10px;
}
.intake {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #222222;
}
.available-toggle.urgent-toggle {
  width: 103px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 5px;
}
.available-toggle.urgent-toggle .switch-material.switch-light input ~ span {
  background: rgba(0, 0, 0, 0.2);
  margin-right: 6px;
}
.switch-material.switch-light input:checked ~ span a {
  background: #EB6565;
}
.available-toggle.urgent-toggle .switch-material.switch-light input:checked ~ span {
  background: rgba(235, 101, 101, 0.38);
}
.available-toggle label.switch-light {
  letter-spacing: 0.5px;
  color: #888888;
}
.typing {
  clear: both;
  text-align: left;
}
.chat-session-container.chat-log {
  padding-top: 20px;
  background-color: white;
}
.chat-session-container.chat-log .pet-data {
  width: 100%;
}
#chat-form {
  width: 100%;
}
#chatFeed {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 70px;
}
.remove-photo {
  float: left;
  margin: 0 0 0 10px;
  position: relative;
  top: 25.25%;
}
.grid-container.checbox {
  display: flex;
  width: 100%;
  gap: 15px;
  padding: 10px;
  margin-bottom: 15px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 200px;
}
.checbox .grid-item,
.radio .grid-item {
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}
.radio .grid-item {
  padding-right: 10px;
}
.mb-4 {
  display: block;
}
.show-hidden-pets {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.archive-pet {
  float: right;
}
div.body-container .mt-5 h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  text-align: left;
}
div.body-container .col {
  text-align: left;
  padding: 0;
}
.container.payment-summary {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  /* or 150% */
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
  margin: 0 auto 50px;
  padding-bottom: 20px;
}
.container.payment-summary .message-text {
  font-size: 1rem;
  line-height: 1.375rem;
}
.container.payment-summary .summary-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.375rem;
}
.container.payment-summary .receipt-data {
  font-size: 12px;
  line-height: 16px;
}
.container.payment-summary .data-title {
  color: #888888;
}
.container.payment-summary .email-resend {
  color: #0E9BD6;
  cursor: pointer;
}
.container.payment-summary .payment-confirmation {
  text-align: center;
  margin: 2em auto 0em;
}
.container.payment-summary .payment-confirmation h2 {
  font-size: 26px;
}
.container.payment-summary .payment-text {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5em;
}
.container.payment-summary .payment-text .payment-platform-btn img {
  padding: 10px;
}
.container.payment-summary .payment-summary-grid {
  margin: auto;
  display: grid;
  padding: 20px 15px;
  font-size: 15px;
  background: #F3F6F9;
  border: 1px solid #0F4C82;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 500px;
}
.container.payment-summary .payment-summary-grid .summary-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  padding: 0 20px 20px;
}
.container.payment-summary .payment-summary-grid .receipt-data {
  min-width: 50%;
  padding: 4px;
}
.container.payment-summary .payment-summary-grid .receipt-data.data-title {
  color: #888888;
}
.container.product-container .coupon-code {
  width: 20%;
  min-width: 230px;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
}
.container.product-container .coupon-code input {
  width: 100%;
  padding-right: 60px !important;
  box-sizing: border-box;
}
.container.product-container .coupon-code .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  line-height: 1 !important;
  z-index: 4;
  border: 1px solid #0E9BD6;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.0230769px;
  text-transform: uppercase;
  color: #0E9BD6;
}
.container.product-container .input-group > .form-control:not(:last-child) {
  border-radius: 6px;
  border: 1px solid #AAAAAA;
}
.container.product-container .product-text {
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
}
.container.product-container .product-header {
  font-size: 26px;
  line-height: 25px;
  /* or 96% */
}
.container.product-container .product-description {
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  /* or 20px */
}
.container.product-container .product-container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  background: rgba(14, 155, 214, 0.05);
  border: 1px solid #0E9BD6;
  box-sizing: border-box;
  border-radius: 5px;
  height: 175px;
}
.container.product-container .promotion-text {
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.container.product-container .promotion-applied {
  color: #888888;
}
.container.product-container .promotion-invalid {
  color: #EB6565;
}
.container.product-container .promotion-reset {
  color: #0E9BD6;
  cursor: pointer;
}
.stripeElem {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.stripeElem--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.stripeElem--invalid {
  border-color: #fa755a;
}
.stripeElem--webkit-autofill {
  background-color: #fefde5 !important;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.stripe-container {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
}
.stripe-row {
  height: 109px;
  background: #F6F6F6;
  border-radius: 5px;
  margin-top: 25px;
}
.stripe-element {
  border-bottom: 1px solid #666666;
}
.end-element {
  padding-left: 10px;
  padding-right: 10px;
}
.paypal-button {
  margin-top: 49px;
  max-width: 250px;
  margin-bottom: 109px;
}
.stripe-button {
  margin-top: 49px;
  background: #0E9BD6;
  border-radius: 48px;
  width: 180px;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 109px;
}
.mdc-text-field--filled::before {
  height: 56px !important;
}
.mdc-dialog {
  z-index: 9999 !important;
}
.mdc-dialog .mdc-dialog__content .row {
  display: flex;
  gap: 20px;
}
.mdc-ripple-upgraded--background-focused {
  background: transparent !important;
}
.mobile-chat-session-bottom-panel .modal-content {
  max-width: 700px;
  margin: 1em auto;
}
.mobile-chat-session-bottom-panel .modal-content p.align-center {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #999;
  text-align: center;
}
.mobile-chat-session-bottom-panel .modal-content footer button.violet-button {
  display: inline-block;
}
.account-profile-container input.mat-text-field-input {
  position: relative;
  top: -10px;
}
/* Added back focuse for accessibility reasons*/
*:focus,
.mdc-checkbox.mdc-ripple-upgraded--background-focused,
.mdc-text-field.mdc-ripple-upgraded--background-focused,
.mdc-text-field.birthdate-mdc-text.mdc-ripple-upgraded--background-focused {
  outline: 2px #0E9BD6 solid !important;
  border-color: #0E9BD6;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
*:focus .mat-text-field-input mdc-text-field__input,
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mat-text-field-input mdc-text-field__input,
.mdc-text-field.mdc-ripple-upgraded--background-focused .mat-text-field-input mdc-text-field__input,
.mdc-text-field.birthdate-mdc-text.mdc-ripple-upgraded--background-focused .mat-text-field-input mdc-text-field__input {
  border-right: 0px !important;
  border-top: 0px !important;
}
button.send-button:focus .mdc-button__icon {
  color: #0F4C82 !important;
}
.filePreviewOverlay .filePreviewOverlayImageLayout figcaption,
.filePreviewOverlay .filePreviewOverlayImageLayout .caption {
  color: #fff;
  max-width: 100%;
}
.filePreviewOverlay figcaption,
.filePreviewOverlay .caption {
  color: #fff;
}
figcaption,
.caption {
  max-width: inherit;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.error-state {
  color: red;
}
.status-hidden-true {
  display: block;
  line-height: 0;
  color: transparent;
  font-size: 0;
}
.status-hidden-false {
  display: none;
}
.visual-hidden {
  color: transparent;
  font-size: 0;
}
.filePreviewCloseButton .oi.oi-x {
  top: 0px;
  left: 2px;
}
.oi.oi-x {
  top: -3px;
}
