/*
    Variables:
*/
/*
    Base colours:
*/
/* Header/footer: */
/* Subfooter, header, social links, contact us etc.: */
/* Log in, log out, submit etc.: */
/* Left hand nav: */
/* Links: */
/* Main content: */
/* Errors: */
/* Messages: */
/* Colours */
/* Dimensions */
/* Neatphone */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #e0e0e0;
  /* Light gray background */
  border-top: 5px solid #BE4A96;
  /* Pink highlight */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  vertical-align: middle;
  display: inline-block; }
  .loader.small {
    height: 25px;
    width: 25px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
    Elements:
*/
#google_translate_element {
  position: fixed;
  bottom: 0;
  right: 10px; }

.submit-button {
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none; }
  .submit-button:hover {
    background-color: #af3f89; }

.btn:not(.btn-neatphone) {
  border-radius: 2px; }
  .btn:not(.btn-neatphone).btn-secondary {
    background-color: #BE4A96;
    border: 1px solid transparent; }
    .btn:not(.btn-neatphone).btn-secondary:hover, .btn:not(.btn-neatphone).btn-secondary:active, .btn:not(.btn-neatphone).btn-secondary:focus {
      background-color: #c55da1;
      border-color: transparent; }

#heading-left {
  float: left; }

#heading-right {
  padding-top: 40px;
  margin-left: 120px; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

body {
  margin: auto;
  overflow-x: hidden;
  font-family: Roboto, "Myriad Pro", "Helvetica", "Arial", sans-serif; }

#page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

header {
  /*
        Fix for elements that would stretch full width on a bigger screen,
        but that make the page too wide on mobile.
    */
  background: #051367;
  position: relative;
  color: white; }
  @media only screen and (max-width: 35em) {
    header {
      margin: 0;
      padding: 0; } }
  header .logo {
    padding-right: 1.08vw;
    margin-top: 10px;
    max-width: 140px; }
  header .nav_menu {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    padding: 0px 20px 0px 0px; }
  header .site-version-details {
    color: #051367;
    top: 0px;
    text-align: right;
    font-size: small; }

nav#access_nav {
  /* Sign up, login in, log out, country select etc.: */
  text-align: right;
  position: relative; }
  nav#access_nav a {
    text-decoration: none;
    padding: 0.36vw 1.71vw 0.36vw 1.71vw;
    font-size: 16px;
    display: inline-block; }
    nav#access_nav a:not(.btn-neatphone) {
      border-radius: 2vw;
      background-color: #FFFFFF;
      color: #051367; }
      nav#access_nav a:not(.btn-neatphone).btn-sign-in {
        background-color: #051367;
        color: #FFFFFF; }
        nav#access_nav a:not(.btn-neatphone).btn-sign-in:hover, nav#access_nav a:not(.btn-neatphone).btn-sign-in:active, nav#access_nav a:not(.btn-neatphone).btn-sign-in:focus {
          background-color: #A0A9DA;
          color: #051367; }
      nav#access_nav a:not(.btn-neatphone):hover, nav#access_nav a:not(.btn-neatphone):active, nav#access_nav a:not(.btn-neatphone):focus {
        background-color: #f2f2f2; }
  nav#access_nav p {
    font-size: 0.8em; }

#main_nav {
  width: 20%;
  display: block;
  float: left; }
  @media only screen and (max-width: 35em) {
    #main_nav {
      /* Mobile menu */
      display: block;
      float: none;
      width: 95%;
      max-height: 38px;
      overflow: hidden;
      margin: auto;
      margin-bottom: 15px;
      /* Space content below menu. */
      position: relative;
      transition: max-height 1s ease-out; }
      #main_nav:target {
        max-height: 3000px;
        transition: max-height 1s ease-in; }
        #main_nav:target .active {
          position: relative; }
        #main_nav:target a.menu-open {
          display: none !important; }
        #main_nav:target a.menu-close {
          display: block !important; }
        #main_nav:target:after {
          content: "\25B2"; }
      #main_nav:after {
        content: "\25BC";
        position: absolute;
        top: 8px;
        right: 10px;
        color: #fff;
        z-index: 100;
        font-size: 0.8em; }
      #main_nav .main-nav-spacer {
        display: none !important; }
      #main_nav a {
        z-index: 0; }
        #main_nav a.menu-open {
          display: block !important; }
        #main_nav a.menu-close {
          display: none !important; }
      #main_nav.expanded {
        height: auto; }
        #main_nav.expanded a {
          position: relative; }
        #main_nav.expanded:after {
          content: ""; } }
  #main_nav a {
    border-radius: 2rem;
    border: 1px solid #1266cd;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3em;
    text-decoration: none;
    padding: 0.5em 1em;
    font-size: 14px;
    transition: all 0.2s ease; }
    #main_nav a:hover {
      background-color: #0E4F9E;
      color: #FFFFFF;
      border: 1px solid #0c4387;
      background-position: left -3px; }
      #main_nav a:hover:not(.btn-neatphone) {
        background-color: #A0CAED;
        color: #0E4F9E;
        border: 1px solid #A0CAED; }
    #main_nav a.active {
      background-color: #0E4F9E;
      color: #FFFFFF;
      border: 1px solid #0c4387; }
      #main_nav a.active:not(.btn-neatphone) {
        background-color: #A0CAED;
        color: #0E4F9E;
        border: 1px solid #A0CAED; }
    #main_nav a.menu {
      display: none; }
  #main_nav .badge {
    vertical-align: initial;
    font-size: 85%;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #0E4F9E;
    color: gray; }

address {
  white-space: pre;
  text-align: left; }

/*
* Neatphone
*/
header#neatphone-header {
  background: transparent; }
  header#neatphone-header .logo {
    max-width: 174px; }
    @media only screen and (min-width: 576px) {
      header#neatphone-header .logo {
        max-width: unset; } }
footer {
  background: white; }
  footer h6 {
    color: var(--Brand-800, #17257C);
    line-height: 1.5rem; }
  footer a {
    text-decoration: none; }
  footer .footer-content {
    border-top: 0.5px solid var(--Grey-100, #9DA2AA); }
  footer .footer-text {
    color: var(--Grey-600, #212326);
    font-weight: 400;
    line-height: 1.5rem; }
  footer .accordion {
    border-bottom: 0.5px solid var(--Grey-100, #9DA2AA); }
  footer .accordion-button, footer .accordion-body {
    padding: 0.5rem 0; }
    footer .accordion-button p, footer .accordion-body p {
      margin: 0.5rem 0; }
  footer .social-icon {
    width: 24px;
    width: 24px;
    aspect-ratio: 1;
    width: 24px;
    aspect-ratio: 1;
    object-fit: contain; }

#neatphone-background-shape {
  width: 100%;
  height: 50rem;
  top: 40rem;
  transform: rotate(-3.614deg);
  flex-shrink: 0;
  border-radius: 1.875rem;
  background: #E3F2FD80; }
  @media only screen and (min-width: 576px) {
    #neatphone-background-shape {
      height: 33rem;
      top: 33rem; } }
#neatphone-background-container {
  position: relative;
  z-index: 1; }

#neatphone-content {
  display: block; }
  #neatphone-content:after {
    clear: both;
    content: " ";
    display: block; }

h1.hero {
  font-weight: 700; }
  @media only screen and (min-width: 576px) {
    h1.hero {
      font-size: 3.5rem; } }
.text-dark-blue {
  color: var(--Brand-800, #17257C); }

.background-light-blue {
  background-color: #E3F2FD80; }

#neatphone-image-balloon {
  flex-shrink: 0;
  height: 9rem; }
  @media only screen and (min-width: 768px) {
    #neatphone-image-balloon {
      position: absolute;
      top: 8rem;
      left: -3rem;
      height: 20rem; } }
#neatphone-image-women-chat {
  height: 6rem;
  flex-shrink: 0; }
  @media only screen and (min-width: 768px) {
    #neatphone-image-women-chat {
      height: 15rem; } }
#neatphone-image-grandma {
  height: 6rem;
  flex-shrink: 0; }
  @media only screen and (min-width: 768px) {
    #neatphone-image-grandma {
      position: absolute;
      top: 10rem;
      right: 0;
      height: 16rem; } }
#neatphone-image-couple-phone {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 15rem;
  flex-shrink: 0; }
  @media only screen and (min-width: 768px) {
    #neatphone-image-couple-phone {
      position: relative;
      float: right; } }
#neatphone-info-section {
  background-color: #E3F2FD80;
  border-radius: 1.875rem; }
  @media only screen and (min-width: 576px) {
    #neatphone-info-section {
      background-color: transparent; } }
@media only screen and (min-width: 1200px) {
  #neatphone-list-two-columns {
    column-count: 2; } }

/*
* Neatphone - FAQ
*/
h1.neatphone-header-text {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.045rem;
  color: var(--Brand-800, #17257C); }

#content {
  display: block;
  width: 78%;
  margin-left: 2%; }
  @media only screen and (max-width: 35em) {
    #content {
      width: 100%;
      margin-left: 0%; } }
  #content:after {
    clear: both;
    content: " ";
    display: block; }
  #content h2,
  #content h3 {
    color: #7f7f7f; }
    #content h2 a,
    #content h3 a {
      color: #08c;
      text-decoration: none; }
    #content h2 form,
    #content h2 select,
    #content h3 form,
    #content h3 select {
      display: inline; }
  #content p,
  #content li {
    color: #636363; }
    #content p a,
    #content li a {
      color: #08c;
      text-decoration: none; }
      #content p a.button,
      #content li a.button {
        border-radius: 2rem;
        display: inline-block;
        background-color: #BE4A96;
        color: #FFFFFF;
        padding: 0.3em 0.5em;
        text-transform: uppercase;
        font-size: 0.8em; }
  #content .page-item.active .page-link {
    color: white; }
  #content input[type=submit],
  #content select[type=submit] {
    border-radius: 2rem; }
    @media only screen and (max-width: 35em) {
      #content input[type=submit].sps,
      #content select[type=submit].sps {
        background: none;
        display: inline;
        border: none;
        padding: 0;
        color: #08c;
        font-size: 1em; } }
.photo_box {
  display: inline-block;
  max-width: 100%;
  padding: 9px;
  background: #f8f9fa; }
  @media only screen and (max-width: 35em) {
    .photo_box {
      width: 94%;
      margin-bottom: 10px; } }
.home_image {
  width: 220px; }
  @media only screen and (max-width: 35em) {
    .home_image {
      width: 100%; } }
.main_heading {
  color: #FFFFFF;
  font-weight: normal; }

.emates_header {
  width: 100%;
  min-height: 300px;
  background-image: data-uri("${path_image}emates_main_header_image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #364390;
  background-blend-mode: screen;
  padding-top: 100px;
  padding-bottom: 100px; }
  .emates_header .main_heading {
    margin-bottom: 35px;
    margin-top: 0px;
    font-weight: bold;
    margin-left: 5.5%;
    font-size: 3.5300925925925926vw; }
    .emates_header .main_heading .subheading {
      font-weight: normal;
      font-size: 2.7777777777777777vw; }
  .emates_header .header-btn {
    margin-left: 5.5%;
    margin-top: 15px;
    background-color: #051367;
    color: #FFFFFF;
    border-radius: 2vw;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 22.5px; }
    .emates_header .header-btn:hover, .emates_header .header-btn:active, .emates_header .header-btn:focus {
      background-color: #A0A9DA;
      color: #051367; }
  .emates_header hr {
    position: absolute;
    color: #051367;
    border-top: 4px solid;
    width: 120px;
    margin-left: 5.5%;
    margin-top: 0px; }
  .emates_header .subheading-text {
    width: 400px;
    color: #FFFFFF;
    margin-top: 69px;
    margin-left: 5.5%;
    font-size: 16px;
    line-height: 1.2; }

.emates_app {
  width: 100%;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1034px) {
    .emates_app {
      height: 100%; } }
  .emates_app .main_heading {
    margin-bottom: 35px;
    margin-left: 14%;
    font-weight: bold;
    font-size: 39.06px; }
  .emates_app hr {
    position: absolute;
    color: #051367;
    border-top: 4px solid;
    width: 120px;
    margin-left: 14%;
    margin-top: 0px; }
  .emates_app .subheading {
    color: #051367;
    margin-left: 14%;
    margin-top: 65px;
    font-weight: normal;
    font-size: 25px; }
  .emates_app .subheading-text {
    width: 387px;
    color: #051367;
    margin-top: 25px;
    margin-left: 14%;
    font-size: 16px; }
    @media only screen and (max-width: 1034px) {
      .emates_app .subheading-text {
        margin-left: 2%; } }
  .emates_app .download-btn-container {
    margin-left: 14%;
    margin-top: 15px;
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center; }
    .emates_app .download-btn-container .google-play-btn {
      background-image: data-uri("${path_image}google-play-badge.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-position: center; }
    .emates_app .download-btn-container .app-store-btn {
      background-image: data-uri("${path_image}app-store-badge.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 80%;
      height: 100%;
      background-position: center; }
  .emates_app .download-btn {
    margin-left: 14%;
    margin-top: 15px;
    background-color: #051367;
    color: #FFFFFF;
    border-radius: 2vw;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 26px; }
    .emates_app .download-btn:hover, .emates_app .download-btn:active, .emates_app .download-btn:focus {
      background-color: #A0A9DA;
      color: #051367; }
  .emates_app .image {
    max-width: 100%; }

.emates_services {
  width: 100%;
  background: #F4FCFF; }
  @media screen and (max-width: 1022px) {
    .emates_services {
      height: 100%; }
      .emates_services p {
        margin-bottom: 20px; } }
  .emates_services .main_heading {
    margin-bottom: 35px;
    margin-left: 6%;
    font-size: 48.83px; }
  .emates_services .section-content {
    display: flex;
    justify-content: center;
    margin-left: 3%; }
    .emates_services .section-content .image {
      width: 270px;
      height: 270px;
      border-radius: 20px;
      margin-bottom: 50px;
      margin-right: 40px; }
    .emates_services .section-content .subheading {
      color: #051367;
      margin-left: 1.5%;
      margin-top: 6%;
      margin-bottom: 5px;
      font-weight: normal;
      font-size: 25px; }
    .emates_services .section-content .subheading-text {
      width: 295px;
      font-size: 16px;
      margin-left: 1.5%; }

.other_services {
  width: 100%;
  background-color: #FFFFFF; }
  @media screen and (max-width: 1022px) {
    .other_services {
      height: 100%; } }
  .other_services .main_heading {
    margin-bottom: 90px;
    margin-left: 6%;
    font-size: 48.83px; }
  .other_services .section-content {
    display: flex;
    justify-content: center;
    margin-left: 3%; }
    .other_services .section-content .image {
      width: 295px;
      height: 270px;
      border-radius: 20px;
      margin-bottom: 40px;
      margin-right: 40px; }
    .other_services .section-content .subheading {
      width: 202px;
      color: #051367;
      margin-left: 5%;
      margin-top: 6%;
      margin-bottom: 10px;
      font-weight: normal;
      font-size: 25px;
      line-height: 1.2; }
      .other_services .section-content .subheading .new_tab_image {
        position: absolute;
        margin-left: 200px;
        width: 24px;
        height: 24px; }
    .other_services .section-content .subheading-text {
      width: 295px;
      font-size: 16px;
      margin-left: 1.5%; }

.reviews {
  width: 100%;
  background-color: #051367; }
  .reviews img {
    width: 150px;
    margin-left: auto;
    display: block;
    margin-right: auto; }
  .reviews .centered-content {
    width: 636px;
    height: 100%;
    font-size: 24px;
    margin-left: 28%;
    margin-bottom: 5%;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF; }
    @media only screen and (max-width: 992px) {
      .reviews .centered-content {
        margin-left: 0%;
        width: 100%;
        height: 100%;
        font-size: 16px;
        margin-bottom: 10%; } }
footer {
  /*
        Fix for elements that would stretch full width on a bigger screen,
        but that make the page too wide on mobile.
    */ }
  @media only screen and (max-width: 35em) {
    footer {
      margin: 0;
      padding: 0; } }
  @media only screen and (max-width: 35em) {
    footer {
      margin-top: 1em; } }
  footer #title {
    margin: 65px 0px 30px 0px;
    color: #051367;
    white-space: nowrap;
    font-size: 20px; }
  footer #main-links {
    color: #6c757d;
    white-space: nowrap; }
  footer #other-links {
    color: #6c757d;
    white-space: nowrap; }
  footer #copyright {
    color: #6c757d;
    font-size: 12px; }
  footer .footer-hr {
    border-top: 1px solid #ccc;
    width: 100%; }

.services_page_heading {
  width: 100%;
  background-image: data-uri("${path_image}services_page_header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #364390;
  background-blend-mode: screen; }
  .services_page_heading .main_heading {
    margin-bottom: 2.05vw;
    font-weight: bold;
    margin-top: 10.4vw;
    margin-left: 5.75vw;
    font-size: 4.35vw; }
  .services_page_heading hr {
    color: #051367;
    border-top: 4px solid;
    width: 8.75vw;
    margin-left: 5.75vw; }

.services_page_sectionOne {
  width: 100%;
  background: #FFFFFF; }
  .services_page_sectionOne .section-content .image {
    border-radius: 20px;
    margin-bottom: 20px; }
  .services_page_sectionOne .section-content .text_box {
    background-color: #F4FCFF;
    border-radius: 20px;
    border: 1px solid #eeeded;
    width: 100%;
    padding: 2vw;
    align-content: space-between;
    column-gap: 1.15vw;
    flex-wrap: wrap;
    box-shadow: 0px 0px 1px 0px rgba(33, 37, 41, 0.32), 0px 4px 6px 0px rgba(33, 37, 41, 0.2); }
    .services_page_sectionOne .section-content .text_box .subheading {
      color: #051367;
      margin-left: 1.5%;
      margin-bottom: 0.6vw;
      font-weight: 300;
      line-height: normal;
      font-size: 25px; }
    .services_page_sectionOne .section-content .text_box .subheading-text {
      font-size: 16px;
      margin-left: 1.5%;
      color: #323377;
      font-weight: 300;
      line-height: normal; }
    .services_page_sectionOne .section-content .text_box #sectionOne_box_btn {
      background-color: #051367;
      color: #FFFFFF;
      border-radius: 12px;
      text-decoration: none;
      font-size: 18px;
      padding: 5px 10px 5px 10px; }
    .services_page_sectionOne .section-content .text_box #sectionOne_box_btn:hover,
    .services_page_sectionOne .section-content .text_box #sectionOne_box_btn:active,
    .services_page_sectionOne .section-content .text_box #sectionOne_box_btn:focus {
      background-color: #A0A9DA;
      color: #051367; }
  .services_page_sectionOne .section-content .center_text_box {
    margin-top: 0; }

.services_page_sectionTwo {
  width: 100%;
  background-color: #C4DFFF; }
  .services_page_sectionTwo .section-content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .services_page_sectionTwo .section-content img {
      width: 100%; }
    .services_page_sectionTwo .section-content .verticle_line1 {
      height: 100%;
      width: 2px;
      background: #A9ACAE; }
    .services_page_sectionTwo .section-content .verticle_line2 {
      height: 5vw;
      width: 2px;
      background: #A9ACAE;
      margin-left: 3.02vw; }

.services_page_sectionThree {
  width: 100%;
  background: #FFFFFF; }
  .services_page_sectionThree .main_heading {
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .services_page_sectionThree .main_heading a {
    color: #051367;
    text-decoration: none; }
  .services_page_sectionThree .subheading_text {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #4B4E4F; }
  .services_page_sectionThree .image {
    width: 3.44vw;
    height: 3.93vw; }
  .services_page_sectionThree hr {
    color: #051367;
    border-top: 1px solid; }

.resources_page_heading {
  width: 100%;
  height: 35.8vw;
  background-image: data-uri("${path_image}services_page_header.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #364390;
  background-blend-mode: screen; }
  .resources_page_heading .main_heading {
    margin-bottom: 2.05vw;
    font-weight: normal;
    margin-top: 10.4vw;
    margin-left: 17vw;
    font-size: 4.35vw; }
  .resources_page_heading .subheading-text {
    color: #051367;
    margin-left: 17vw;
    font-size: 1.42vw; }
  .resources_page_heading .rounded-search {
    border-radius: 100px;
    width: 65vw;
    margin-left: 17vw;
    height: 5vw;
    font-size: 1.6vw; }
  .resources_page_heading .rounded-search::placeholder {
    color: #7C7D87;
    font-weight: 300;
    padding-left: 2.5vw; }
  .resources_page_heading .image {
    margin-left: -8.5vw;
    width: 1.5vw; }

.resources_page_sectionOne {
  width: 100%;
  height: auto;
  background: #FFFFFF; }
  .resources_page_sectionOne .section-content {
    display: grid;
    justify-content: center;
    margin-left: 3vw;
    padding-top: 64px; }
    .resources_page_sectionOne .section-content .image {
      margin-top: -4.5vw;
      width: 29.8vw;
      border-radius: 20px;
      margin-bottom: 20px; }
    .resources_page_sectionOne .section-content .text_box {
      margin-top: 2.5vw;
      width: 35.5vw;
      display: flex;
      padding: 24px 48px;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 24px;
      flex-wrap: wrap;
      border-radius: 20px;
      background: #F4FCFF;
      box-shadow: 0px 0px 1px 0px rgba(33, 37, 41, 0.08), 0px 2px 2px 0px rgba(33, 37, 41, 0.06); }
      .resources_page_sectionOne .section-content .text_box .resource_logo_image {
        position: absolute;
        margin-top: 1vw;
        width: 5vw; }
      .resources_page_sectionOne .section-content .text_box .subheading {
        color: #051367;
        margin-left: 7vw;
        margin-top: 0.5vw;
        margin-bottom: 0.6vw;
        font-weight: 300;
        line-height: normal;
        font-size: 2vw; }
      .resources_page_sectionOne .section-content .text_box .subheading-text {
        font-size: 16px;
        margin-left: 7vw;
        color: #323377;
        font-weight: 300;
        line-height: normal; }
    .resources_page_sectionOne .section-content #sectionOne_box_btn {
      background-color: #051367;
      color: #FFFFFF;
      border-radius: 2vw;
      text-decoration: none;
      font-size: 18px;
      padding: 5px 10px 5px 10px;
      margin-top: 3.5vw;
      margin-left: 50%;
      transform: translateX(-50%);
      margin-bottom: 7vw; }
    .resources_page_sectionOne .section-content #sectionOne_box_btn:hover,
    .resources_page_sectionOne .section-content #sectionOne_box_btn:active,
    .resources_page_sectionOne .section-content #sectionOne_box_btn:focus {
      background-color: #A0A9DA;
      color: #051367; }

/* Forms: */
.uuid {
  display: none; }

.form_field {
  width: 45%;
  display: inline-block; }
  @media only screen and (max-width: 35em) {
    .form_field {
      width: 90%; } }
.form-check-label {
  margin-left: 10px; }

.form_help {
  font-size: 0.8em;
  margin: 0; }

.choice-preview {
  max-width: 100%; }

input[type=checkbox] {
  transform: scale(1.5);
  cursor: pointer; }

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .selector:not(*:root),
  input[type=checkbox] {
    visibility: hidden;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    -moz-appearance: initial; }
    .selector:not(*:root):after,
    input[type=checkbox]:after {
      content: " ";
      background-color: #fff;
      display: inline-block;
      padding-bottom: 5px;
      color: #08c;
      width: 18px;
      height: 18px;
      visibility: visible;
      border: 1px solid #ced4da;
      padding-left: 0px;
      border-radius: 2px; }
    .selector:not(*:root):checked:after,
    input[type=checkbox]:checked:after {
      content: " ";
      display: block;
      background-image: data-uri("${path_image}/svg/check-symbol-white.svg");
      background-size: 12px 12px;
      background-color: #08c;
      height: 18px;
      width: 18px;
      font-weight: bold;
      background-repeat: no-repeat;
      background-position: center center; } }

.errorlist {
  border-radius: 2rem;
  background: #f08080;
  margin: 0;
  margin-top: 1em;
  padding: 1em;
  width: 100%;
  display: inline-block; }
  @media only screen and (max-width: 35em) {
    .errorlist {
      width: 100%; } }
  .errorlist li {
    color: black !important;
    list-style: none;
    margin: 0px; }

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* Resolve uneven padding if wrapping alert around checkbox */
.alert > .form-check > .form-group {
  margin-bottom: 0px; }

.highlight {
  border-radius: 2rem;
  background: #F0F07F;
  padding: 1em;
  font-weight: bold; }
  .highlight.success {
    background: #7FF07F; }
  .highlight.error {
    background: #f08080;
    color: black !important; }
  .highlight.info {
    background: #7FB8F0; }
  .highlight.warning {
    background: #f0ad4e;
    color: black !important; }

.messages {
  margin: 0;
  margin-bottom: 1em;
  padding: 0; }
  .messages li {
    border-radius: 2rem;
    width: 100%;
    padding: 1em;
    list-style: none; }
    .messages li.success {
      background: #7FF07F; }
    .messages li.error {
      background: #f08080;
      color: black !important; }
    .messages li.info {
      background: #7FB8F0; }
    .messages li.warning {
      background: #f0ad4e;
      color: black !important; }

.table-container {
  display: inline-block;
  position: relative;
  overflow-x: scroll;
  width: 100%; }

.table a[data-bs-toggle="collapse"] {
  display: block; }

.table .table {
  margin-bottom: 0px; }
  .table .table td {
    border-top: 0px; }

table.details {
  width: 100%; }
  table.details.phone_setup {
    max-width: 60%; }
    @media only screen and (max-width: 35em) {
      table.details.phone_setup {
        max-width: 100%; } }
  @media only screen and (max-width: 35em) {
    table.details.large-only {
      /* Converted to responsive by stackable.js */
      display: none; } }
  @media only screen and (min-width: 35em) {
    table.details.small-only {
      /* Converted to responsive by stackable.js */
      display: none; } }
  table.details thead th {
    background: #cdcdcd; }
  table.details td,
  table.details th {
    padding: 1em;
    background: #efefef;
    border: 3px solid #fff; }
    @media only screen and (max-width: 35em) {
      table.details td,
      table.details th {
        padding: 3px; } }
    table.details td p a,
    table.details th p a {
      color: #08c;
      text-decoration: none; }
    table.details td a.submit-button,
    table.details th a.submit-button {
      color: white; }
    table.details td input[type=submit],
    table.details th input[type=submit] {
      width: 100%; }
      table.details td input[type=submit].edit,
      table.details th input[type=submit].edit {
        background-color: #BE4A96;
        color: #FFFFFF; }
  table.details .col_action a {
    display: block;
    text-align: center; }
    table.details .col_action a.button {
      border-radius: 2rem;
      background-color: #BE4A96;
      color: #FFFFFF;
      text-decoration: none; }
      table.details .col_action a.button:hover {
        background-color: #af3f89; }
    table.details .col_action a.secondary:not(.btn-neatphone) {
      background-color: #C0C0C0;
      border-color: #CCCCCC;
      color: #000; }

#date-table {
  overflow: scroll;
  width: 100%; }

table.time-slots {
  /* Fix left column so you can always see the dates: */
  /* End left column fix. */
  margin-bottom: 15px; }
  table.time-slots th,
  table.time-slots td:first-child {
    padding: 10px;
    z-index: 1000;
    background: inherit;
    width: 80px; }
  table.time-slots td:first-child {
    position: absolute; }
  table.time-slots th:first-child {
    min-width: 80px; }
  table.time-slots tr {
    text-align: center; }
  table.time-slots thead th {
    border-right: solid 1px #CCCCCC;
    padding: 5px;
    font-size: 14px; }
  table.time-slots tbody tr:hover {
    background-color: #f2f2f2;
    outline: solid 1px #CCCCCC; }
  table.time-slots tbody td {
    padding: 10px 0px 10px 0px;
    border-right: solid 1px #CCCCCC; }
    table.time-slots tbody td input {
      display: inline-block;
      margin: 0px; }
  table.time-slots tbody tr:nth-child(odd) {
    background-color: white; }
  table.time-slots tbody tr:first-child {
    border-top: solid 1px #CCCCCC; }
  table.time-slots tbody tr:nth-child(even) {
    background-color: #f2f2f2; }

.pagination_form .pagination {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .pagination_form .pagination .prev,
  .pagination_form .pagination .next {
    border-radius: 2rem;
    background-color: #BE4A96;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.5em 1em;
    margin: 1em; }
    .pagination_form .pagination .prev:hover,
    .pagination_form .pagination .next:hover {
      background-color: #af3f89; }
    @media only screen and (max-width: 35em) {
      .pagination_form .pagination .prev,
      .pagination_form .pagination .next {
        margin: 0; } }
  .pagination_form .pagination .page-current select {
    display: inline !important; }

#compose_form input,
#compose_form textarea,
#compose_form select {
  /* For loading gif */
  background-repeat: no-repeat;
  background-position: center center; }

#compose_form .recipient p {
  width: 100%; }
  #compose_form .recipient p select {
    width: 100%; }

#compose_form .recipient_name,
#compose_form .recipient_identifier,
#compose_form .establishment,
#compose_form .number_replies_prepaid {
  display: inline-block;
  vertical-align: top;
  width: 48%; }
  #compose_form .recipient_name:nth-child(odd),
  #compose_form .recipient_identifier:nth-child(odd),
  #compose_form .establishment:nth-child(odd),
  #compose_form .number_replies_prepaid:nth-child(odd) {
    margin-right: 2%; }
  #compose_form .recipient_name .form_field,
  #compose_form .recipient_identifier .form_field,
  #compose_form .establishment .form_field,
  #compose_form .number_replies_prepaid .form_field {
    width: 100%; }
  #compose_form .recipient_name input[type=checkbox],
  #compose_form .recipient_identifier input[type=checkbox],
  #compose_form .establishment input[type=checkbox],
  #compose_form .number_replies_prepaid input[type=checkbox] {
    display: inline-block;
    margin-right: 1em; }
  @media only screen and (max-width: 35em) {
    #compose_form .recipient_name,
    #compose_form .recipient_identifier,
    #compose_form .establishment,
    #compose_form .number_replies_prepaid {
      display: block;
      width: 100%; } }
#compose_form .identifier,
#compose_form .recipient_identifier {
  text-transform: uppercase; }

#compose_form .text {
  width: 100%;
  white-space: nowrap; }
  #compose_form .text .form_field {
    width: 100%;
    position: relative; }
    #compose_form .text .form_field textarea {
      width: 100%;
      border: 1px solid #CCCCCC;
      padding: 1em;
      box-sizing: border-box; }
  #compose_form .text .char_limit,
  #compose_form .text .line_limit {
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
    border-top: none;
    width: calc(50% - 2px);
    box-sizing: border-box;
    padding: 0;
    overflow: hidden; }
    @media only screen and (max-width: 35em) {
      #compose_form .text .char_limit,
      #compose_form .text .line_limit {
        display: block;
        float: none;
        width: 100%; } }
    #compose_form .text .char_limit i,
    #compose_form .text .line_limit i {
      display: block;
      background: lightblue;
      width: 0;
      height: 100%;
      position: absolute;
      z-index: -1;
      box-sizing: border-box;
      background-color: #7FF07F; }
      #compose_form .text .char_limit i.bad,
      #compose_form .text .line_limit i.bad {
        background-color: #f08080; }

#compose_form #attachment_wrapper p {
  border: 0.3em dashed #CCCCCC;
  border-radius: 20px;
  width: 150px;
  height: 120px;
  margin-right: 1em;
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  #compose_form #attachment_wrapper p.dragging {
    border-color: #7FF07F; }
  #compose_form #attachment_wrapper p.error {
    border-color: #f08080; }
  @media only screen and (max-width: 35em) {
    #compose_form #attachment_wrapper p {
      width: 130px; } }
  #compose_form #attachment_wrapper p label {
    position: absolute;
    top: 30%;
    display: block;
    text-align: center;
    width: 100%;
    color: #ccc;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer; }
  #compose_form #attachment_wrapper p input {
    width: 200px;
    height: 200px;
    margin: 0;
    cursor: pointer;
    opacity: 0; }
  #compose_form #attachment_wrapper p img,
  #compose_form #attachment_wrapper p canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  #compose_form #attachment_wrapper p .processing {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    z-index: 50;
    width: 50px;
    height: 50px; }
  #compose_form #attachment_wrapper p .remove {
    border-radius: 2rem;
    position: absolute;
    top: 5px;
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
    left: 5%;
    z-index: 100;
    padding: 1px; }
  #compose_form #attachment_wrapper p .edit {
    border-radius: 2rem;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
    left: 5%;
    z-index: 100;
    padding: 1px; }

.table-ajax-view .ajax_content td {
  border-bottom-width: 0.5em;
  background-repeat: no-repeat;
  background-position: center center; }
  .table-ajax-view .ajax_content td .loader {
    margin: auto;
    left: 0;
    text-align: center;
    right: 0; }

.table-ajax-view .unread td {
  background: #B8F07F;
  transition: all 1s ease; }

.ajax_content_wrapper img {
  max-width: 100%; }

.inline_actions form {
  display: inline-block; }

.inline_actions input {
  display: inline-block !important;
  margin-right: 1em; }

.inline_actions .back {
  background: #BE4A96;
  color: #FFFFFF; }

.inline_actions a {
  text-decoration: none; }

.message_preview {
  width: 100%; }

.featherlight-next span,
.featherlight-previous span {
  color: #BE4A96 !important; }

.payment-type {
  display: table-cell;
  width: 45%;
  padding: 0 1em; }
  .payment-type.payment-type--right {
    border-left: 1px solid #bebebe; }
  .payment-type .sps {
    background-color: #FF6600;
    color: #FFFFFF; }
  @media only screen and (max-width: 35em) {
    .payment-type {
      display: block;
      width: 95%;
      border: none !important; } }
#realex_frame {
  border: 0;
  width: 100%;
  min-height: 500px; }

.compose_submit input[type=submit],
.compose_submit p {
  display: inline-block !important; }

#draft_status {
  display: block;
  font-size: 0.8em; }
  #draft_status .loader {
    display: inline-block;
    vertical-align: middle; }

.news_wrapper {
  border-radius: 2rem;
  background: #F0F07F;
  width: 90%;
  padding: 1em; }
  .news_wrapper h3,
  .news_wrapper h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #636363 !important; }
  .news_wrapper h4 {
    font-size: 0.9em; }
  .news_wrapper .news_item p {
    margin-bottom: 0;
    line-height: 1em; }

.photo_attachment_wrapper {
  width: 200px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  position: relative; }
  .photo_attachment_wrapper .photo_attachment {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .photo_attachment_wrapper .photo_attachment img {
      height: 100%; }
  .photo_attachment_wrapper .status {
    float: left;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000; }
    .photo_attachment_wrapper .status .badge {
      position: relative;
      top: 75%; }

.status + .photo_attachment {
  opacity: 0.4; }

#popup_content {
  display: none; }
  #popup_content input[type=button] {
    border-radius: 2rem;
    background-color: #BE4A96;
    color: #FFFFFF;
    text-decoration: none; }
    #popup_content input[type=button]:hover {
      background-color: #af3f89; }
  #popup_content .popup_actions {
    text-align: center; }

.ok_cancel_wrapper {
  display: none; }

.ok_cancel input[type=button] {
  border-radius: 2rem;
  background-color: #BE4A96;
  color: #FFFFFF;
  text-decoration: none; }
  .ok_cancel input[type=button]:hover {
    background-color: #af3f89; }

blockquote {
  background: #efefef;
  padding: 1em;
  margin-left: 0;
  width: 70%; }
  @media only screen and (max-width: 35em) {
    blockquote {
      width: auto;
      margin-right: 0; } }
/*
    ==========================================================================
        HTML5 boilerplate below:
    ==========================================================================
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
    A better looking default horizontal rule:
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
    Remove the gap between audio, canvas, iframes,
    images, videos and the bottom of their containers:
    https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
    Remove default fieldset styles:
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
    Allow only vertical resizing of textareas:
*/
textarea {
  resize: vertical; }

/*
    ==========================================================================
        Browser Upgrade Prompt:
    ==========================================================================
*/
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
    ==========================================================================
        Helper classes:
    ==========================================================================
*/
/*
    Hide visually and from screen readers:
*/
.hidden {
  display: none !important; }

/*
    Hide only visually, but have it available for screen readers:
    http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
    Extends the .visuallyhidden class to allow the element
    to be focusable when navigated to via the keyboard:
    https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
    Hide visually and from screen readers, but maintain layout:
*/
.invisible {
  visibility: hidden; }

/*
    Clearfix: contain floats:
    For modern browsers
    1. The space content is one way to avoid an Opera bug when the
        `contenteditable` attribute is included anywhere else in the document.
        Otherwise it causes space to appear at the top and bottom of elements
        that receive the `clearfix` class.
    2. The use of `table` rather than `block` is only necessary if using
        `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*
    ==========================================================================
        Media Queries for Responsive Design.
        These override the primary (mobile first) styles:
    ==========================================================================
*/
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition... */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices... */ }

/*
    ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        http://www.phpied.com/delay-loading-your-print-css/
    ==========================================================================
*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
        Do not show links that are fragment identifiers,
        or use the `javascript:` pseudo protocol:
    */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
        Printing Tables:
        http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#video-monitor-display {
  display: none; }
  #video-monitor-display.active {
    display: block; }
  @media only screen and (min-width: 35em) {
    #video-monitor-display.active {
      display: flex; } }
  #video-monitor-display .left,
  #video-monitor-display .right {
    background-color: lightgrey;
    flex: 1;
    min-height: 180px;
    width: 100%; }
    @media only screen and (min-width: 35em) {
      #video-monitor-display .left,
      #video-monitor-display .right {
        width: 50%; } }
  @media only screen and (min-width: 35em) {
    #video-monitor-display .left {
      margin-right: 20px;
      width: calc(50% - 20px); } }
.img-thumbnail.small {
  width: 200px; }

/* Eway: */
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH,
#eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR {
  width: 20%;
  display: inline-block; }
  #eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH .form_field,
  #eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR .form_field {
    width: 100%; }
    #eway_payment_form #wrapper_id_EWAY_CARDEXPIRYMONTH .form_field input,
    #eway_payment_form #wrapper_id_EWAY_CARDEXPIRYYEAR .form_field input {
      width: 50%; }

#eway_payment_form #wrapper_id_EWAY_CARDCVN input {
  width: 5em; }

#card_wrapper {
  float: right; }

#image-editor {
  display: none;
  position: relative; }

.id-doc-item {
  border: 1px solid lightgray;
  margin: 1rem auto;
  border-radius: 6px; }

.address-scan-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.stuck-reply-image {
  cursor: pointer;
  transition: all .2s ease-in-out; }

.actionareawrapper {
  display: grid;
  place-items: relative;
  position: relative; }

.actionarea {
  position: absolute;
  display: none; }

.actionareawrapper:hover .actionarea {
  display: flex;
  z-index: 9999;
  gap: 0.5em;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 170px; }

.placebutton {
  position: absolute;
  right: 100px;
  bottom: 0px; }

.image-blur {
  width: 240px;
  -webkit-filter: blur(10px);
  filter: blur(10px); }
  .image-blur:hover {
    -webkit-filter: blur(0);
    filter: blur(0); }

.custom_plain_container {
  max-width: 1400px; }

.custom_HPA_image {
  transform: rotate(-90deg);
  width: 250px;
  height: auto; }

/* Bot Message loader spinner styling: */
@keyframes loader {
  0% {
    opacity: 0.9;
    transform: scale(0.5); }
  100% {
    opacity: 0.1;
    transform: scale(1); } }

.supportbot_loader {
  margin-left: -30px;
  text-align: center;
  background-color: #FFFFFF;
  background: none;
  width: 100px;
  border-radius: none;
  border: none; }

.supportbot_loader span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #051367;
  border-radius: 20px;
  animation: loader 0.8s infinite alternate; }

.supportbot_loader span:nth-of-type(2) {
  animation-delay: 0.2s; }

.supportbot_loader span:nth-of-type(3) {
  animation-delay: 0.6s; }

/* User and AI Message styling: */
.sup-bot-user-message {
  text-align: right;
  margin-right: 40px;
  margin-bottom: 10px; }

.sup-bot-user-message p {
  display: inline-block;
  background-color: #051366;
  color: #FFFFFF !important;
  padding: 8px 12px;
  border-radius: 10px;
  max-width: 30em;
  position: relative;
  text-align: left; }

.sup-bot-user-message p::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  right: -7px;
  margin-top: -0.5rem;
  border: .5rem solid transparent;
  border-left: none;
  border-right-color: #051366;
  transform: rotate(180deg); }

.bot-message {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 30px;
  max-width: 40vw;
  position: relative; }

.bot-message p {
  display: inline-block;
  background-color: #E5E5EA;
  padding: 8px 12px;
  border-radius: 10px;
  position: relative;
  max-width: 30em; }

.bot-message p::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: -7px;
  margin-top: -0.5rem;
  border: .5rem solid transparent;
  border-left: none;
  border-right-color: #E5E5EA; }

/* Submit button */
#supportBot_submitButton {
  margin-left: 20px !important;
  height: 40px !important; }

/*# sourceMappingURL=base.css.map */