.home-page {
  font-size: 18px;
  line-height: 28px;
}

.home-page * {
  font-family: 'Poppins', sans-serif !important;
}

.home-page img {
  max-width: 100%;
}

.content-header {
  /* background-image: linear-gradient(132.7deg, #1F294B 0%, #14192E 100%); */
  background: linear-gradient(132.7deg, #1f294b 0%, #14192e 100%);
  position: relative;
  min-height: 700px;
  padding: 0 0 48px;
  display: flex;
}

.content-header * {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.content-header::after {
  position: absolute;
  content: '';
  background-image: url('./icons/Coral.svg');
  background-position: 120% center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  width: 1295px;
  max-width: 100%;
  height: 100%;
}

.content-header > ::after,
.content-header > ::before {
  position: absolute;
  content: '';
  background-image: url('./icons/Pulse.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 195px;
  height: 105px;
}

.content-header > ::after {
  top: 12%;
  /* right: -3px; */
  right: 0;
  transform: scaleX(-1);
}

.content-header > ::before {
  bottom: 18%;
  /* left: -3px; */
  left: 0;
}

.content-header h4 {
  color: #fff;
  align-self: center;
  text-transform: none;
}

.request-demo-box {
  background-color: #f64668;
  height: 120px;
  margin-top: -60px;
  font-size: 28px;
  display: flex;
  align-items: center;
  padding: 0 7%;
  color: #fff;
  justify-content: space-between;
  position: relative;

  /* max-width: 90%;
	margin-left: auto;
	margin-right: auto; */
  margin-left: 150px;
  margin-right: 150px;
}

.request-demo-box .button *,
.content-block .button * {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.request-demo-box .button,
.content-block .button {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  font-size: inherit;
  font-weight: 600;
  text-transform: none;
  /* padding: 10px 15px; */
}

.content-block.clinical-portal-benefits .grid-container {
  margin: 55px auto 0;
}

.content-block.clinical-portal-benefits .grid-item {
  padding: 8px;
}

.height_800 {
  min-height: 800px;
}

.height_900 {
  min-height: 900px;
}

.workflow-block .workflow-block_text {
  padding-right: 50px;
}

.workflow-block .workflow-block_image {
  align-self: center;
  position: relative;
  min-height: 175px;
  text-align: center;
  /* padding: 2% 32% 2% 7%; */
}

.workflow-block .workflow-block_image img {
  max-width: 645px;
}

/* .workflow-block .workflow-block_image:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url('./workflow-image.svg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
} */

.content-block:nth-child(odd) {
  padding: 200px 150px 200px;
  background-color: #fff;
}

.content-block:nth-child(even) {
  padding: 85px 200px;
  background-color: #f3f6f8;
}

.content-block.clinical-portal {
  background: #fff;
}

.content-block.clinical-portal-benefits {
  background: #f3f6f8;
}

.content-block h4 {
  text-transform: none;
  font-size: 28px;
  line-height: 46px;
}

.height_300 {
  height: 300px;
}

.iphone-image {
  width: 341px;
}

.box {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 30px;
  height: 100%;
  color: #161616;
}

.box h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0.35em;
}

.box p {
  margin-bottom: 0;
}

.icons {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.rose-bg {
  background-image: linear-gradient(305.75deg, #f64668 0%, #fe9677 100%);
}

.rose-bg h4 {
  color: #fff;
  margin-bottom: 30px;
}

.footer {
  /* min-height: 340px; */
  background-color: #14192e;
  color: #fff;
  padding: 90px 0;
}

.footer-grid-item .footer-heading {
  text-transform: none;
  font-size: 24px;
  line-height: 29px;
}

.footer-grid-item .footer-block {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.footer .footer-grid-item:first-child .footer-block span {
  display: inline;
}

.footer .footer-grid-item:first-child .footer-block span:first-child::after {
  content: ' – ';
}

.footer p,
.footer a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.footer a {
  margin-top: 10px;
}

.footer h4 {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.rce-citem-body {
  border: 0 none;
}

@media screen and (min-width: 1280px) {
  .chatHeader {
    padding-left: 32px;
  }
}

.chatMenuBox {
  position: absolute;
  right: 0;
  top: 12px;
}

.MenuItem {
  font-size: 16px;
  color: #161616;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 20px;
}

.chatMenu ul {
  padding: 0;
}

.rce-mbox.rce-mbox--clear-padding {
  border-radius: 4px;
  padding: 10px 20px;
}

.rce-mbox-title,
.rce-mbox-time {
  position: absolute;
  bottom: -35px;
  color: #1a2028;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
  background: transparent;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 50%;
}

.rce-mbox.rce-mbox-right {
  border-radius: 25px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}

.isAgency .rce-mbox.rce-mbox-right {
  background-image: linear-gradient(305.75deg, #f64668 0%, #fe9677 100%);
}

.isHospital .rce-mbox.rce-mbox-right {
  background-image: linear-gradient(144.22deg, #1c85ac 0%, #00d0d1 100%);
}

.rce-mbox-right .rce-mbox-text {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.isAgency .rce-mbox-right .rce-mbox-text,
.isHospital .rce-mbox-right .rce-mbox-text {
  line-height: 22px;
}

.rce-mbox-right-notch,
.rce-mbox-left-notch {
  bottom: -3px;
  top: auto;
  position: absolute;
  right: 3px;
  filter: none;
  fill: none;
  width: 24px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.isAgency .rce-mbox-right-notch {
  background-image: url('arrow-right.png');
}

.isHospital .rce-mbox-right-notch {
  background-image: url('arrow-right-agency.png');
  right: 0;
}

.rce-mbox-right-notch::before,
.rce-mbox-right-notch::after {
  content: none;
}

.rce-mbox-left-notch {
  left: -1px;
  background-image: url('arrow-left.png');
}

.rce-mbox.rce-mbox--clear-padding .rce-mbox-left-notch {
  left: -7px;
}

.rce-container-mbox {
  flex-direction: column;
  display: block;
  overflow: hidden;
  min-width: 200px;
}

.rce-mbox-forward {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  /*display: none;*/
  flex-direction: row;
  align-self: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 0 rgba(164, 164, 164, 1);
  cursor: pointer;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rce-mbox-forward-left {
  display: flex;
  opacity: 0;
  visibility: hidden;
  left: -50px;
}

.rce-mbox-forward-right {
  display: flex;
  opacity: 0;
  visibility: hidden;
  right: -50px;
}

.rce-container-mbox:hover .rce-mbox-forward-left {
  opacity: 1;
  visibility: visible;
}

.rce-container-mbox:hover .rce-mbox-forward-right {
  opacity: 1;
  visibility: visible;
}

.rce-mbox {
  position: relative;
  flex-direction: column;
  float: left;
  padding: 10px 25px;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  min-width: 250px;
  margin: 24px 30px 24px 20px !important;
  max-width: calc(100% - 60px);
}

.rce-mbox.message-focus {
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-duration: 1s;
  animation-name: message-box-default-focus;
  animation-duration: 1s;
}

@-webkit-keyframes message-box-default-focus {
  from {
    background-color: #fff;
  }
  to {
    background-color: #dfdfdf;
  }
}

.rce-mbox-body {
  margin: 0;
  padding: 0;
  position: relative;
}

.rce-mbox.rce-mbox-right {
  float: right;
}

.rce-mbox-text {
  word-break: break-word;
  color: #1a2028;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.rce-mbox-text:after {
  content: '\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0';
}

.rce-mbox-time.non-copiable:before {
  content: attr(data-text);
}

.rce-mbox-time {
  right: 0;
}

.rce-mbox-status {
  margin-left: 3px;
  font-size: 15px;
}

.rce-mbox-photo {
  margin-top: -3px;
  margin-right: -6px;
  margin-left: -6px;
}

.rce-mbox-photo .rce-mbox-text {
  padding: 5px 0;
  max-width: 300px;
  margin: auto;
}

.rce-mbox-photo--img {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  border-radius: 5px;
  max-height: 300px;
}

.rce-mbox-photo--img__block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* border-radius: 5px; */
  display: flex;
}

.rce-mbox-photo--img img {
  height: 100%;
  min-height: 100px;
  user-select: none;
  width: 100%;
}

.rce-mbox-photo--img__block-item {
  margin: auto;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.rce-mbox-photo--download {
  color: #efe;
  display: none;
  justify-content: center;
  background: none;
  border: none;
  font-size: 3.2em;
  outline: none;
  border: 1px solid #eee;
  border-radius: 100%;
  height: 100px;
  width: 100px;
}

.rce-mbox-photo--download:hover {
  /* opacity: .7; */
}

.rce-mbox-photo--download:active {
  /* opacity: .3; */
}

.rce-mbox-photo--error {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  font-size: 70px;
  color: #eaeaea;
}

.rce-mbox-file {
  padding-bottom: 13px;
}

.rce-mbox-file > button {
  background: #e9e9e9;
  display: flex;
  border-radius: 5px;
  margin-top: -3px;
  margin-right: -6px;
  margin-left: -6px;
  align-items: center;
  min-height: 52px;
  max-width: 500px;
  padding: 5px 0;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
}

.rce-mbox-file > button > * {
  padding: 0 10px;
}

.rce-mbox-file--icon {
  font-size: 30px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.rce-mbox-file--size {
  font-size: 10px;
  margin-top: 3px;
  max-width: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rce-mbox-file--text {
  font-size: 13.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rce-mbox-file--buttons {
  font-size: 30px;
  align-items: center;
  display: flex;
}

.rce-mbox-file--buttons .rce-error-button {
  display: inherit;
}

.rce-mbox-file--loading {
  font-size: 15px;
  width: 40px;
  height: 40px;
}

.rce-container-smsg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rce-smsg {
  position: relative;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  padding: 6px 9px 8px 9px;
  float: left;
  max-width: 70%;
  align-items: center;
  justify-content: center;
}

.rce-smsg-text {
  text-align: center;
  display: inline-block;
  font-size: 15px;
}

.rce-mbox-location {
  position: relative;
  width: 250px;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  margin-right: -6px;
  margin-left: -6px;
  border-radius: 5px;
}

.rce-mbox-location-img {
  width: 100%;
}

.rce-mbox-location-text {
  padding: 5px 0;
  width: 250px;
  margin-left: -6px;
  margin-right: -6px;
}

.rce-mbox-spotify {
  margin-top: -2px;
  overflow: hidden;
  margin-right: -6px;
  margin-left: -6px;
  display: flex;
  border-radius: 5px;
}

.rce-avatar-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rce-avatar-container .rce-avatar {
  width: 100%;
  height: 100%;
}

.rce-avatar-container.flexible .rce-avatar {
  height: auto !important;
  width: 100% !important;
  border-radius: unset !important;
  overflow: unset !important;
}

.rce-avatar-container.default {
  width: 25px;
  height: 25px;
}

.rce-avatar-container.rounded {
  border-radius: 5px;
}

.rce-avatar-container.circle {
  border-radius: 100%;
}

.rce-avatar-container.xsmall {
  width: 30px;
  height: 30px;
}

.rce-avatar-container.small {
  width: 35px;
  height: 35px;
}

.rce-avatar-container.medium {
  width: 40px;
  height: 40px;
}

.rce-avatar-container.large {
  width: 45px;
  height: 45px;
}

.rce-avatar-container.xlarge {
  width: 55px;
  height: 55px;
}

@keyframes avatarLazy {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.rce-avatar-lazy {
  animation: avatarLazy normal 2s infinite ease-in-out;
}

.rce-container-citem {
  flex-direction: column;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
}

.rce-citem {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 72px;
  cursor: pointer;
  user-select: none;
  max-width: 100%;
  overflow: hidden;
  min-width: 100%;
}

.rce-citem-avatar {
  display: none;
}

.rce-citem-status {
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
}

.rce-citem-avatar img {
  width: 50px;
  height: 50px;
  border: none !important;
  background: #ccc;
  border-radius: 100%;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rce-citem-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 1px; /* reduced for IM*/
  overflow: hidden;
  color: #14192e;
}

.rce-citem-body--top {
  display: flex;
}

.rce-citem-body--bottom {
  margin-top: 4px;
  display: flex;
}

.rce-citem-body--bottom-title,
.rce-citem-body--top-title {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100vw - 70px);
}

.rce-citem-body--top-title {
  font-size: 16px;
}

.rce-citem-body--bottom-title {
  color: #555;
  font-size: 15px;
}

.rce-citem-body--top-time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.rce-citem-body--bottom-status {
  margin-left: 3px;
}

.rce-citem-body--bottom-status span {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  background: red;
}

.rce-container-clist {
  display: block;
  overflow: auto;
}

.rce-container-mlist {
  position: relative;
  display: flex;
}

.rce-mlist {
  display: block;
  overflow: auto;
  position: relative;
  flex: 1;
}

.rce-mlist-down-button {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  cursor: pointer;
  transition: 200ms;
}

.rce-mlist-down-button:hover {
  opacity: 0.7;
}

.rce-mlist-down-button--badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.rce-container-input {
  display: flex;
  min-width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  background: #fff;
  align-items: center;
}

.rce-input {
  flex: 1;
  height: 40px;
  padding: 0 5px;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}

.rce-input-textarea {
  height: 37px;
  padding: 10px 5px;
  resize: none;
}

.rce-input-buttons {
  display: flex;
  flex-direction: row;
  margin: 5px;
}

.rce-input-buttons > * {
  display: flex;
  flex-direction: row;
}

.rce-input-buttons .rce-button:nth-child(even) {
  margin-left: 5px;
  margin-right: 5px;
}

.rce-input-buttons .rce-button:last-child {
  margin-right: 0;
}

.rce-left-padding {
  padding-left: 10px;
  padding-right: 0 !important;
}

.rce-right-padding {
  padding-right: 10px;
  padding-left: 0 !important;
}

.rce-input::placeholder {
  color: #afafaf;
}

.rce-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  background: #3979aa;
  color: white;
  transition: all 0.15s ease;
  user-select: none;
  border: none;
  outline: none;
  position: relative;
}

.rce-button-icon--container {
  display: flex;
  align-items: center;
}

.rce-button:hover {
  opacity: 0.8;
}

.rce-button:active {
  opacity: 0.6;
}

.rce-button.outline {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #3979aa;
  color: #3979aa;
}

.rce-button.outline:hover {
  opacity: 0.6;
}

.rce-button.outline:active {
  opacity: 0.3;
}

.rce-button.transparent {
  background: rgba(0, 0, 0, 0) !important;
}

.rce-button.transparent:hover {
  opacity: 0.6;
}

.rce-button.transparent:active {
  opacity: 0.3;
}

.rce-button-icon {
  position: relative;
  font-size: 18px;
  display: flex;
  padding: 0 3px;
}

.rce-button-badge {
  border-radius: 4px;
  padding: 4px;
  background: #f64b34;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 10px;
}

.rce-button.circle {
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #3979aa;
  border-radius: 100%;
}

.rce-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}

.rce-navbar.light {
  background: #f4f4f4;
}

.rce-navbar.dark {
  background: #2f414c;
}

.rce-navbar-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.rce-navbar-item > * {
  display: flex;
  flex-direction: row;
}

.rce-navbar-item > * > * {
  margin-left: 5px;
}

.rce-dropdown-container {
  position: relative;
}

.rce-dropdown {
  min-width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  background: #fff;
  border-radius: 5px;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  position: absolute;
  box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
  transform-origin: left top;
  z-index: 99999;
}

.rce-dropdown.dropdown-show {
  animation: dropdown-scaling 0.2s ease forwards;
  display: flex;
}

@keyframes dropdown-scaling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.rce-dropdown.dropdown-hide {
  animation: dropdown-reverse-scaling 0.2s ease forwards;
  display: flex;
}

@keyframes dropdown-reverse-scaling {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.rce-dropdown-open__nortwest {
  transform-origin: left top;
  left: 0;
  top: 100%;
  margin-top: 5px;
}

.rce-dropdown-open__norteast {
  transform-origin: right top;
  right: 0;
  top: 100%;
  margin-top: 5px;
}

.rce-dropdown-open__southwest {
  transform-origin: left bottom;
  left: 0;
  bottom: 100%;
  margin-bottom: 5px;
}

.rce-dropdown-open__southeast {
  transform-origin: right bottom;
  right: 0;
  bottom: 100%;
  margin-bottom: 5px;
}

.rce-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rce-dropdown ul li {
  white-space: nowrap;
  color: #767676;
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  user-select: none;
}

.rce-dropdown ul li:last-child {
  border: none;
}

.rce-dropdown ul li:hover a {
  color: #3a6d8c;
}

.rce-dropdown.fade {
  opacity: 0;
  transform: scale(1);
  animation: dropdown-fade 0.5s ease forwards;
}

@keyframes dropdown-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rce-sbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  min-height: 100%;
}

.rce-sbar.light {
  background: #f4f4f4;
}

.rce-sbar.dark {
  background: #2f414c;
}

.rce-sbar-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

.rce-sbar-item > * {
  display: flex;
  flex-direction: column;
}

.rce-sbar-item__center {
  margin: 15px 0;
}

.rce-popup-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rce-popup {
  background: #fff;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  width: 400px;
  min-height: 100px;
  box-shadow: 0px 0px 25px -2px rgba(79, 79, 79, 1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  animation: popup-scaling 0.4s ease forwards;
  box-sizing: border-box;
}

@keyframes popup-scaling {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.rce-popup-header {
  padding: 18px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.rce-popup-content {
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.rce-popup-content * {
  margin: 0;
}

.rce-popup-footer {
  padding: 18px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.rce-popup-footer > * {
  margin-left: 5px;
}

.back-button,
.upload-button {
  line-height: 34px;
  background-color: #d2d2d2;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.upload-button {
  justify-content: space-evenly;
  min-width: 190px;
}

.pic-upload,
.preview-container {
  margin: 32px 0;
  outline: none;
}

.preview-container {
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .home-page {
    font-size: 16px;
  }

  .content-block,
  .content-block:nth-child(even),
  .content-block:nth-child(odd) {
    padding: 75px 30px;
    font-size: 16px;
  }

  .content-block h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .content-block.rose-bg h4 {
    max-width: 60%;
  }

  .content-block h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .content-header {
    line-height: 42px;
  }

  .content-header::after {
    background-position: right center;
  }

  .content-header h4 {
    font-size: 32px;
    max-width: 70%;
  }

  .content-header > ::after {
    top: 20px;
  }

  .content-header > ::before {
    bottom: 55px;
  }

  .request-demo-box {
    max-width: 100%;
    padding: 75px 80px;
    display: block;
    height: auto;
    text-align: center;
    font-size: 20px;
    margin: 0;
  }

  .request-demo-box * {
    font-size: 20px;
  }

  .request-demo-box .text-block {
    display: block;
    padding: 0 0 60px 0;
  }

  .content-block .text-block {
    margin-bottom: 25px;
  }

  .authorization-portal .image-block {
    text-align: center;
  }

  .content-block.clinical-portal-benefits .grid-item {
    padding: 25px 8px;
  }

  .content-block.clinical-portal-benefits {
    padding: 0;
  }

  .content-block.clinical-portal-benefits .heading-text {
    margin-top: 50px;
  }

  .content-block.clinical-portal-benefits .grid-container {
    margin: 50px 0;
  }

  .footer-grid-item .footer-block {
    margin-bottom: 50px;
  }

  .workflow-block .workflow-block_text {
    padding: 0 0 60px;
  }

  .workflow-block .workflow-block_image {
    margin: auto;
  }

  .workflow-block .workflow-block_image img {
    max-width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 60px 30px;
  }

  .footer-grid-item {
    padding: 0;
  }

  .footer .footer-grid-item:first-child .footer-block span {
    display: block;
  }

  .footer .footer-grid-item:first-child .footer-block span:first-child::after {
    display: none;
  }

  .footer .footer-grid-item .footer-block {
    font-size: 16px;
  }

  .footer .footer-grid-item .footer-block a {
    display: block;
    line-height: 28px;
    margin: 10px 0;
    font-size: 16px;
  }

  .footer-grid-item .footer-block a:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1199px) {
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 575px) {
  .clinical-portal .grid-container {
    flex-direction: column-reverse;
  }

  .rose-bg {
    padding: 55px 30px !important;
    text-align: center;
  }

  .content-header h4 {
    max-width: 100%;
  }
}

.react-phone-number-input__input {
  height: 60px;
  border: 0 none;
}

.react-phone-number-input__icon {
  border: 0 none;
}

.react-phone-number-input__error {
  position: absolute;
  bottom: -25px;
  left: 0;
  margin: 0;
  right: 0;
}
