/**
 * @file
 * Subtheme specific CSS.
 */
 @font-face {
  font-family: CeraPro;
  src: url(../fonts/Cera_Pro_Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: CeraPro;
  src: url(../fonts/Cera_Pro_Bold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: CeraPro;
  src: url(../fonts/Cera_Pro_Medium.otf);
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: Montserrat,sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #f8f9fa;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
}
.alert-wrapper {
  display:  none;
}

/* Home page */
.page-node-2 .welcome-message,
.path-welcome-video .welcome-message {
  font-weight: 700;
  text-align: center;
}

.page-user-reset-header {
  display: none;
}

.page-user-reset .page-user-reset-header {
  display:  block;
}

.page-user-reset .header-nav {
  display: none !important;
}

.page-user-reset .user-form__submit {
  visibility: visible !important;
}

@media (min-width: 769px){
  .page-user-reset .js-form-item {
    width: 100% !important;
  }
}

.page-user-reset .profile-edit--header {
  display: none;
}
/* login module fix */
.ui-dialog .ui-dialog-title {
  color: #000;
}
.component-login .login-form__remember-me label strong,
.component-login .login-form__remember-me .remember-info,
.component-login .forgot-password,
.component-reset-password .password-form-msg,
.component-reset-password .forgot-password-cancel,
.component-reset-success #drupal-modal,
.component-reset-success #close-button {
  color: #1F1F1F;
}
/* Profile page */
.profile {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  margin: 0 auto;
}
.profile .header-buttons {
  padding-top: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.profile .header-button {
  max-width: 400px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  border-radius: 25px;
  border: 2px solid #8544D8;
  display: block;
}
.profile .header-button:hover {
  border: 2px solid #6a36ad;
  background-color: #f2f2f2;;
}
.profile .header-button a {
  color: #8041D2;
}
.profile .purple-button {
  background-color: #8544D8;
}
.profile .purple-button:hover {
  background-color: #6a36ad;
}
.profile .purple-button a {
  color: #fff;
}
.profile .profile--header {
  position: relative;
  padding: 0;
}
.profile .profile-header-contents {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-flow: column;
}
.profile .profile--header--details {
  background-color: #8544D8;
  border-bottom-left-radius: 2.8rem;
  border-bottom-right-radius: 2.8rem;
  display: flex;
  flex-flow: column;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 88px;
  margin-bottom: 120px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.profile .profile--header--details .sub-menu {
  text-align: left;
}
.profile .profile-picture > div {
  margin: 0 auto;
}
.profile .profile--header--details .company-logo .field--name-field-company-logo {
  max-width: 80%;
  width: auto;
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
.profile .profile--header--details .name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 24px;
}
.profile .profile--header--details .position .field--name-field-position {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.profile .profile--header--details .qr-code a > div > div{
  width: 130px;
  height: 130px;
  border-radius: 16px;
  background-size: cover;
  position: absolute;
  bottom: -65px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15)
}
.profile .profile--header--details .field--name-field-profile-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.profile .mobile-name {
  display: none;
}
.profile .mobile-name #mobile-header-name {
  color: #fff;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.profile .profile-info-category-title {
  background-color: #f0f1f2;
  width: 100%;
  height: 40px;
  border-radius: 16px;
  color: #000;
  font-size: 16px;
  /* line-height: 40px; */
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media(max-width:1000px){
  .profile .profile-header-contents {
    max-width: 333px;
  }
}
@media(max-width:770px){
  .profile {
    flex-flow: column;
    margin-top: -32px;
  }
  .profile .profile--header {
    width: 100%;
  }

  .profile .profile--body {
    width: 100%;
  }
  .profile .profile-header-contents {
    position: relative;
    width: 100%;
    max-width: none;
  }
  .profile .profile--header--details {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 64px;
    margin-bottom: 0;
    padding-top: 60px;
  }
  .profile .profile--header--details .field--name-field-profile-image {
    width: 112px;
    height: 112px;
  }
  .profile .profile--header--details .name {
    font-size: 20px;
    line-height: 28px;
  }
  .profile .profile--header--details .position .field--name-field-position {
    font-size: 14px;
    line-height: 20px;
  }
  .profile .header-buttons {
    padding-top: 105px;
    padding-bottom: 40px;
  }
  .profile .header-buttons.collapsed {
    padding-top: 190px;
  }
  .profile .header-button {
    width: 90%;
    margin: 0 auto;
  }
  .profile .profile--header--details.collapsed {
    height: 60px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
  }
  .profile .profile--header--details.collapsed .mobile-name {
    display: block;
    line-height: 60px;
    position: relative;
  }
  .profile .profile--header--details.collapsed .mobile-name .open-header {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/icon.png);
    cursor: pointer;
  }
  .profile .profile--header--details.collapsed .mobile-name .open-header a {
    width: 20px;
    height: 20px;
    display: block;
  }
  .profile .profile--header--details.collapsed .name,
  .profile .profile--header--details.collapsed .position,
  .profile .profile--header--details.collapsed .qr-code,
  .profile .profile--header--details.collapsed .profile-picture-container,
  .profile .profile--header--details.collapsed .company-logo {
    display: none;
  }
  .profile .hamburger-lines.collapsed {
    position: fixed;
  }
}

/* Profile header layouts */
.checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.checkbox--edit {
  display: block;
  height: 32px;
  width: 32px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.hamburger-lines {
  display: block;
  height: 14px;
  width: 20px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: white;
}

.hamburger-lines .line-purple {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: white;
}

.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines--edit {
  position: absolute;
  top: 24px;
}

@media (min-width: 420px) {
  .hamburger-lines .line-purple {
    background: #8544D8;
  }

}

input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ .sidenav-menu {
  transform: translateX(0);
}

.sidenav-menu {
  position: fixed;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  height: 100vh;
  width: 100vw;
  transform: translateX(-150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background: white;
  margin-top: 0;
  top: 0;
  left: 0;
  z-index: 10;
}

@media(min-width:500px){
  .sidenav-menu {
    width: 50vw;
    margin-top: 0;
  }
}

@media(min-width:769px){
  .sidenav-menu {
    width: 35vw;
  }
}

.active {
  transform: translateX(0);
}

.sidenav-menu > div > * > * {
  list-style-type: none;
  text-align: left;
}

.sidenav-menu > div > ul > ul {
  padding: 0
}

.close {
  cursor: pointer;
  background-image: url('../images/close.svg');
  width: 16px;
  height: 16px;
  opacity: 0.3;
  align-self: self-end;
  margin: 20px 20px 0 0;
}

.close:hover {
  opacity: 1;
}


.sidenav-tree {
  /*margin: 0*/
}
.menu-title {
  margin-right: 2rem;
  margin-top: 32px;
}


.menu-title:after {
  display: block;
  content: '';
  border-top: 1px dashed #CBCBCB;
  margin-top: 8px;
  margin-bottom: 16px;
}

.no-border:after {
  content: none;
}

.menu-title > a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #8544D8;
}

.menu-border {
  padding-bottom: 10px;
  border-bottom: 1px dashed #CBCBCB;
  margin-bottom: 20px;
}

.menu-subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #545454;
}

.menu-item > a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1F1F1F;
}

.menu-item {
  margin-bottom: 16px;
}

.powered-by {
  background-image: url('../images/powered-by.png');
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: right;
  margin-left: 2rem;
  margin-right: 2rem;
  background-size: contain;
  margin-top: 72px;
}

.profile .field-icon {
  margin-right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  width: 10%;
}

@media(min-width:769px){
  .profile .field-icon {
    width: auto;
  }
}

.profile .field-icon svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: #7536C7;
}

.profile .vcard {
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0;
  height: 3.9375rem;
  width: 100%;
  z-index: 2;
}

#menu.up{
	position:relative;
	top:-66px;
}

@media(min-width:769px){
  .profile .vcard {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}

@media(min-width:992px){
  .profile .vcard {
    width: 45%;
    max-width: 576px;
  }
}

.footer-menu-bar {
  display: none;
}

.path-user .footer-menu-bar {
  height: 200px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: inline-flex;
  z-index: 1;
}

.path-user .footer-menu-bar .footer-content {
  max-width: 1000px;
  width: 100%;
  height: 32px;
  margin: auto;
  background-image: url(../images/powered-by.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media(max-width:769px){
  .path-user .footer-menu-bar {
    height: 100px;
  }
  .path-user .footer-menu-bar .footer-content {
    display: none;
  }
}
/*------------------- START Add to contacts----------*/
.profile .vcard #menu ul {
  padding:0;
  margin: 0;
  list-style-type:none;
}

.profile .vcard #menu a:link,
.profile .vcard #menu a:active,
.profile .vcard #menu a:visited,
.profile .vcard #menu a:hover
{
  color: #fff;
}

.profile .vcard #menu  {
  width: 100%;
  display: flex;
}

.profile .vcard #menu .link-contact  {
  width: 82%;
  padding-top: 1rem;
  background: #8041D2;
  border-top-left-radius: 1rem;
}

@media (min-width: 769px){
.profile .vcard #menu .link-contact  {
    width: 90%;
  }
}
.profile .vcard #menu .link-contact > a,
.profile .vcard #menu .link-contact > a:active,
.profile .vcard #menu .link-contact > a:link,
.profile .vcard #menu .link-contact > a:hover,
.profile .vcard #menu .link-contact > a:visited {
  width: 100%;
  padding-left: 2rem !important;
  padding: 0.4rem 0;
  float: left;
  text-align: left;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.profile #menu .arrow-nav-container {
  width: 18%;
  background-color: #9551EE;
  border-top-right-radius: 1rem;
}

@media (min-width: 769px){
  .profile #menu .arrow-nav-container {
    width: 10%;
  }
}

.profile .vcard #menu .link-bar {
  width: 100%;
  display:  flex;
  border: none;
  color: inherit;
}

.profile .vcard #menu.up .sub-menu {
  display: block;
  height: 8rem;
  /*height: 12rem; */
  padding-left: 2rem;
  text-align: left;
  font-size: 0.9rem;
}

.profile .vcard #menu .sub-menu {
  width: 100%;
  display: none;
  text-align: left;
  padding-left: 2rem;
}

.profile .vcard #menu .sub-menu ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.profile .vcard #menu .sub-menu ul li {
  width: 100%;
  padding: 0.4rem 0;
}

.profile .vcard #menu .sub-menu ul li a,
.profile .vcard #menu .sub-menu ul li a:link,
.profile .vcard #menu .sub-menu ul li a:active,
.profile .vcard #menu .sub-menu ul li a:hover,
.profile .vcard #menu .sub-menu ul li a:visited {
  color: #ffffff;
  border: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25rem;
}

.profile .vcard #menu .link-bar {
  display: flex;
  align-items: center;
  height: 3.9375rem;
}

.profile .vcard #menu .link-bar label {
  width: 80%;
  font-size: 1rem;
  text-align: left;
  padding-left: 2rem;
  font-weight: bold;
}

.profile .vcard #menu .link-bar .chevron {
  width: 100%;
  height:  100%;
}

.profile .vcard #menu.up .chevron {
  border: none;
}

.profile .vcard #menu.up .chevron svg {
  transform: rotate(180deg);
}

/*------------------- END Add to contacts----------*/

.profile .user-edit-link {
  text-align: center;
  width:  100%;
}

.profile .user-edit-link a,
.profile .user-edit-link a:link,
.profile .user-edit-link a:active,
.profile .user-edit-link a:hover,
.profile .user-edit-link a:visited {
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 1rem;
  width: 15rem;
  padding: 1rem;
  font-weight: 500;
}
.profile .field .field-label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  display: none;
}


/* Edit Profile page  */
.profile .field--name-field-company {
  font-weight: bold;
  text-align: center;
  line-height: 1.3rem;
}

.profile .profile--header--details .field--name-field-position {
  font-size: 1rem;
  color: #C49FF4;
  line-height: 1.3rem;
  text-align: center;
}

.profile .profile--header--details .field--name-field-profile-image {
  background-size:  cover;
  background-position:  center;
  background-repeat: no-repeat;
}

.profile .profile--header--details .field--name-field-company-logo {
  display: block;
  width: 22.22222222222222vw;
  max-width: 70px;
  margin-left: 80px;
  padding-top: 25px;
}

.field--name-field-company-logo-v2 {
  text-align: center;
  position: relative;
  width: 100%;
}

.field--name-field-company-logo-v2 > img {
  display: inline-block;
  width: 22.22222222222222vw;
  max-width: 130px;
}

.profile .field--name-field-qr-code {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
}


@media (min-width:  769px){
  .profile .profile--header-layout-1 {
    padding-bottom: 3.5rem;
  }
}

@media (min-width:  769px){
  .profile .profile--header-layout-1 .field--name-field-qr-code {
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 100%;
  }
}

@media (min-width:  769px){
  .profile .profile--header-layout-1 .field--name-field-qr-code .btn-link-qr-code {
    float: initial;
  }
}

@media (max-width: 768px){
  .profile .field--name-field-qr-code {
    width: 100%;
  }
}

@media (min-width:  769px){
  .profile .field--name-field-qr-code {
    position: relative;
    width: 30%;
    bottom: 0;
  }

}

.profile .profile--body--field.container {
  margin-bottom: 0.5rem;
}
.profile .profile--body--field > .field {
  border-bottom: 1px dashed #999;
}
.profile .profile--body--field > .field.about-me {
  border: none;
}
.profile .profile--body--field > .field .field-icon-nav {
  align-self: center;
  width: 8%;
}

@media (min-width:  769px){
  .profile .profile--body--field > .field .field-icon-nav {
    text-align: right;
  }
}

.profile .profile--body--field > .field .field-icon-nav a {
  width: 100%;
  height: 100%;
  float: left;
}
.profile .profile--body .field-contents {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  margin: 12px 0;
  min-height: 76px;
}
.profile .profile--body .field-contents:hover {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
}
.profile .profile--body .about-me .field-contents:hover {
  box-shadow: none;
  background-color: #f8f9fa;
}
.profile .profile--body .about-me .field-contents .field {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}
.profile .profile--body .field {
  color: #52545F;
}

.profile .profile--body .field-group {
  /* width:  100%; */
  display: flex;
  width: calc(100% - 100px);
}
.profile .profile--body .about-me .field-group {
  width: 100%;
}
.profile .profile--body .field-group .field-content {
  width:  100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile .profile--body .field-content a,
.profile .profile--body .field-content .field {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1F1F1F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 95%;
}
.profile .profile--body .about-me .field-content a,
.profile .profile--body .about-me .field-content .field {
  overflow: visible;
  white-space: normal;
  width: 100%;
}
.qr-code-trigger {
  align-self: center;
  cursor: pointer;
}
@media (max-width:  769px){
  .profile .profile--body .about-me .field-contents .field {
    font-size: 14px;
    line-height: 20px;
  }
  .profile .profile--body .field-contents {
    padding: 4px 8px;
    min-height: 66px;
  }
  .profile .profile--body--field > .field {
    border-bottom: none;
  }
  .field-icon-nav {
    display: none;
  }
}

/* Password Reset - Check Email Page  */
.page-node-3 .password-reset-confirmation svg {
  width: 5rem;
}

.page-node-3 .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Page user reset passsword - confirm passwords  */
.page-user-reset .password-parent,
.page-user-reset .confirm-parent {
  max-width: 100%;
}

/* Buttons  */
.button,
.btn,
.profile .user-edit-link a,
.profile-edit--header .instruction-link a,
.page-home .user-view-link a,
.login-dialog.ui-dialog .login-form__submit .button {
  color: #ffffff;
  background: #8041D2;
  border: none;
  padding: 0.9rem 2rem 0.9em 2rem;
  border-radius: 0.4375rem;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -ms-border-radius: 0.4375rem;
  width: 100%;
  text-align: center;
  border-radius: 200px;
}

/* QR Code Modal */
#qrCodeModal .modal-dialog {
  max-width: 400px;
  max-height: 430px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
#qrCodeModal .modal-content {
  border-radius: 16px;
  position: relative;
}
#qrCodeModal .modal-content .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}
#qrCodeModal .modal-body {
  display: flex;
  justify-content:  center;
  align-items: center;
  padding-bottom: 0;
}
#qrCodeModal .qcardLogo {
  max-width:  295px;
  width: 100% ;
  height: 32px;
  background-image: url(../images/powered-by.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: auto;
  margin-bottom: 10px;
}
#qrCodeModal .nfchc-qr {
  max-height: 304px;
  max-width: 304px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
}
#qrCodeModal .nfchc-qr .image-container {
  height:  100%;
  width:  100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}
#qrCodeModal .nfchc-qr .image-container canvas {
  width: 90%;
  height: 90%;
  margin: 5%;

}
#qrCodeModal .modal-body:empty {
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width:  769px){
  #qrCodeModal .modal-dialog {
    max-width: 352px;
    max-height: 424px;
  }
  #qrCodeModal .nfchc-qr {
    box-shadow: none;
  }
}

.edit-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.edit-title > h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;

}

.edit-title > span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

/* Forms */

#textarea_message {
  color: #DD2C00;
  font-size: 16px;
  display: block;
  /* margin-bottom: 16px; */
}

form .form-control {
  border: none;
  background: transparent;
  margin-top: 0.3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

form .form-control:focus {
  background-color: #f8f9fa;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

.fieldset-focused {
  box-shadow: 0 0 0 0.25rem #8544D8;
  border: none;
}

form fieldset {
  width:  100%;
  max-width: 100% !important;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  position: relative;
}

form fieldset > label {
  position: absolute;
  margin-top: -12px;
  background: #f8f9fa;
  margin-left: 20px;
  top: 25px;
  padding: 0;
  font-size: 16px;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* Home Page  */
.page-home .user-view-link {
  float: left;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.page-home .user-view-link a {
  width: 100%;
  float: left;
}

@media(min-width:769px){

  .page-home .video-instruction .heading {
    margin-bottom: 2rem;
  }

  .page-home .user-view-link {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .page-home .user-view-link a {
    float: initial;
    width: auto;
  }

}

/* Typography  */
.heading {
  font-size: 1.625rem;
  color: #5426A0;
  font-weight: bold;
  line-height: 1.875rem;
  font-weight: 700;
}

.profile-edit {
  margin-top: 4rem;
}

.profile-edit .edit-form-title {
  font-size: 1.625rem;
  color: #5426A0;
}

.row-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.row-location {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

@media (min-width: 420px){
  .row-form {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}

.focused {
  top: 0;
  padding: 0 4px;
  font-size: 14px;
  margin-left: 16px;
}

.with-text {
  top: 0;
  padding: 0 4px;
  font-size: 14px;
  margin-left: 16px;
}

.alert-remove {
  position: relative;
  float: right;
  left: 25px;
  color: #cc0000;
  top: -20px;
  font-size: 20px;
  padding: 0 0 0 8px;
  cursor: pointer;
}

.edit-form-subtitle {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}
.edit-form-subtitle:first-of-type {
  margin-top: 24px;
}
.separator--edit {
  width: 100%;
  border-bottom: 1px dashed #CBCBCB;
  margin-top: 24px;
  margin-bottom: 24px;
}

#edit-field-about-me-wrapper > fieldset > label {
  display: none;
}

.profile-edit .field--type-* {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem !important;
}

.profile-edit .field--name-path .js-form-item,
.profile-edit .field--name-field-scanned .js-form-item,
.profile-edit .form-type-password-confirm {
  width: 100% !important;
}

/* qr-reader  */
.profile-edit #qr-reader {
  width: 100%;
  margin-bottom: 1rem;
}

.profile-edit .field--type-image .img-desc::before {
  display:none;
}

@media (min-width:769px){
  .profile-edit .field--type-image .img-desc::before {
    text-align: left;
    padding: 0 0 0.3rem 0;
  }
}

.profile-edit .field--name-field-profile-pic .img-desc::before {
  content: "Upload a profile photo in JPG or PNG format. Must be below 5mb.";
}

.profile-edit .field--name-field-company-logo .img-desc::before {
  content: "Upload a company logo in JPG or PNG format. Width should be 276px and height no more than 100px. White company logos on a transparent background look best.";
}

.profile-activation form.custom-nfchc-co-activate-nfchc-card-owner-activate .form-item-co-confirm-terms a {
  text-decoration: underline;
}

.profile-edit .header-nav {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 3;
  height: 62px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #8544D8;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  justify-content: center;
}

.profile-edit .header-nav .header-nav--inner {
  display: flex;
  justify-content: center;
  align-items: center;
}



.profile-edit .header-nav .btn-back-container {
  width: 15%;
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: flex-start;
}


@media (max-width: 768px){
  .profile-edit .header-nav .btn-back-container {
    width: 20%;
  }
}

.profile-edit .header-nav .btn-back-container .btn-back,
.profile-edit .header-nav .btn-back-container .btn-back:link,
.profile-edit .header-nav .btn-back-container .btn-back:active,
.profile-edit .header-nav .btn-back-container .btn-back:hover,
.profile-edit .header-nav .btn-back-container .btn-back:visited {
  width: 100%;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  align-items: center;
}

@media (max-width: 768px){
  .profile-edit .header-nav .btn-back-container .btn-back {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 420px){
  .profile-edit .header-nav .btn-back-container .btn-back {
    font-size: 12px;
    line-height: 16px;
  }
}

.profile-edit .header-nav .btn-back-container .btn-back label {
  padding-left: 0.8rem;
}

.profile-edit .header-nav .header-nav--title {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-family: 'Montserrat', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: white;
}

@media (min-width: 420px){
  .profile-edit .header-nav {
    background-color: #FFFFFF;
    justify-content: flex-start;
  }
  .profile-edit .header-nav .header-nav--inner {
    justify-content: flex-start;
  }
  .profile-edit .header-nav .header-nav--title {
    color: #1F1F1F;
    padding-left: 3rem;
  }
}

@media (max-width: 1200px){
  .profile-edit .header-nav .header-nav--title {
    font-size: 23px;
    line-height: 28px;
  }
}

@media (max-width: 768px){
  .profile-edit .header-nav .header-nav--title {
    width:  60%;
    font-size: 14px;
    line-height: 24px;
  }
}

.profile-edit .header-nav .btn-save-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2rem;
}

@media (max-width: 768px){
  .profile-edit .header-nav .btn-save-container {
    width: 20%;
  }
}

.profile-edit .header-nav .btn-save-container .btn-save,
.profile-edit .header-nav .btn-save-container .btn-save:focus {
  font-size: 16px;
  line-height: 16px;
  color: #8544D8;
  padding: 0.3rem 1.5rem;
  border: none;
  background: #FFFFFF;
  border: 2px solid #8544D8;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  width: 100%;
}

@media (max-width: 768px){
  .profile-edit .header-nav .btn-save-container .btn-save {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 420px){
  .profile-edit .header-nav .btn-save-container .btn-save {
    font-size: 12px;
    line-height: 12px;
    padding: 0.2rem;
  }
}

.header-nav-container {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.profile-edit .user-form__submit {
  position: absolute;
  left: 0;
  width: 100%;
}

.user-form__submit_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
  -webkit-box-shadow: 0 -4px 12px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 -4px 12px rgb(0 0 0 / 5%);
  box-shadow: 0 -4px 12px rgb(0 0 0 / 5%);
  background-color: white;
}

@media (min-width: 500px) {
  .user-form__submit_container {
    padding: 24px 0;
  }
}



#edit-cancel {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 4px;
  background: #FFFFFF;
  border: 2px solid #8544D8;
  border-radius: 200px;
  color: #8544D8;
  width: 20%;
}

#edit-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 4px;
  width: 20%;
  background: #8544D8;
  border-radius: 200px;
  color: white;
}

@media(max-width:420px){
  .user-form__submit_container {
    gap: 16px;
  }
  #edit-cancel {
    width: 40%;
  }
  #edit-submit {
    width: 40%;
  }
}

.login-pass {
  margin-top: 130px;
}

.login-form > .container,
.login-pass > .container {
  position: relative;
  height: 90vh;
}

/* Form bottom links */
#resetvpp {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  min-height: 50px;
  height: calc(100vh - 305px);
  align-items: center;
}

#activation {
  text-align: center;
}

#loginvpp {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  min-height: 50px;
  height: calc(100vh - 500px);
  align-items: center;
}

#profile-edit-activation {
  position: relative;
}

.form-bottom-nav > div {
  position: absolute;
  bottom: 0;
}

.form-bottom-nav > div > p {
  margin-bottom: unset;
}

#edit-co-pass-fields-pass2 .form-control.is-invalid {
  background-image: unset;
}

/* Accordion FAQ */
.section-faq {
  float: left;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: 10px;
  margin-right: 10px;
}

.section-faq .heading {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

#accordion-faq .accordion-button {
  text-align: left;
  font-weight: 500;
  border-left: none;
  border-right: none;
  padding-right: 0;
  padding-left: 0;
}

#accordion-faq .accordion-button label {
  margin-right: 1rem;
}

#accordion-faq .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-color: #F1F1F1;
}

#accordion-faq .accordion-button:not(.collapsed){
  background: none;
  color: #5426A0;
  border: none;
}

#accordion-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordion-faq .accordion-collapse {
  border: none;
}

#accordion-faq .accordion-body {
  padding: 1rem 0;
}

.header-bar {
  /**background: #ffffff;**/
  height: 28px;
  width: 100%;
}

@media(max-width:768px){
  .header-bar {
    display: none;
  }
}

/* Login Form */
/* .login-form .page-header-container,
.login-pass .page-header-container {
  margin-bottom: 2rem;
} */

.login-form .container {
  max-width: 500px;
}

.login-form .heading {
  color: #1F1F1F;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.login-form .login-form-msg {
  margin: 16px auto;
  width: 270px;
}

#login-dialog-container .main-content {
  padding: 0;
}

.login-form .login-form__remember-me #remember-me {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
  text-align: center;
}

.login-form .login-form__remember-me #remember-me:checked:before {
	color: black !important;
  content: '    ';
  white-space: pre;
  background-image: url('../images/check.svg');
  background-position: center;
  background-size: 24px 24px;
}


.login-form .login-form__remember-me label {
  display: flex;
  gap: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
}

.login-form .login-form__remember-me span {
  font-size: 14px;
  color: #1F1F1F;
  font-style: normal;
  font-weight: 400;
  margin-left: 28px;
}

.login-dialog.ui-dialog {
  border-radius: 16px;
}

.login-dialog.ui-dialog .ui-dialog-titlebar {
  border: none;
  background-color: transparent;
}

.login-dialog.ui-dialog .ui-button {
  border: none;
  background-color: transparent;
}

.login-dialog.ui-dialog .ui-button .close {
  margin: 0;
}
/* @media(min-width:769px){
  .login-form .page-header-container,
  .login-pass .page-header-container {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
} */


/** SMS Trigger page style **/
.trigger-content {
  position: relative;
}
.trigger-content, .trigger-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  max-width: 470px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  color: #1F1F1F;
  margin-bottom: 16px;
}
.trigger-content h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-top: 56px;
  margin-bottom: 16px;
}
#sms-trigger-powered-by {
  content: "";
  position: absolute;
  bottom: -25%;
  width: 102px;
  height: 24px;
  background: transparent  url(../images/powered-by.svg) top left no-repeat;
  background-size: cover;
  left: calc(50% - 51px);
}
/** END SMS Trigger page style **/
.section-edit-image .edit-images-actions {
  text-align: center;
}
#img-field_company_logo {
  max-width: 80%;
  max-height: 65px;
  margin: 0 10%;
  display: block;
  padding: 5px;
  border: 1px dotted #f0f0f0;
  border-radius: 16px;
  object-fit: contain !important;
}
#img-field_show_company_logo_square {
  margin-left: 10%;
  margin-top: 15px;
  padding: 5px;
  border: 1px dotted #f0f0f0;
  border-radius: 16px;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumb-separator {
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb > ol {
  display: flex;
}

.breadcrumb > ol > li{
  list-style: none;
}
.breadcrumb > ol > li > a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

