/**
*    Background Image Mixin
*
*    @param {string}          [$file-name]
*    @param {number}          [$height]
*    @param {number}          [$width]
*    @param {number number}   [$position]
*
*    returns  Returns background-image, height, width
*/
/**
*    Vertical And Horizontal Alignment Mixin
*
*    @param {string}          [$align-item]
*    @param {string}          [$justify-content]
*
*    Returns display and optional align-items and justify-content
*/
/**
*    Inline Vertical And Horizontal Alignment Mixin
*
*    @param {string}          [$align-item]
*    @param {string}          [$justify-content]
*
*    Returns display and optional align-items and justify-content
*/
/**
* Un order list Mixin
*/
/**
*    Add ellipsis in the element
*
*    @param {string}          [$max-width]
*
*    Returns overflow, text-overflow, white-space and optional max-width
*/
@font-face {
  font-family: "launcher-icomoon";
  src: url("../fonts/launcher-icomoon.eot?cv8h0f");
  src: url("../fonts/launcher-icomoon.eot?cv8h0f#iefix") format("embedded-opentype"), url("../fonts/launcher-icomoon.ttf?cv8h0f") format("truetype"), url("../fonts/launcher-icomoon.woff?cv8h0f") format("woff"), url("../fonts/launcher-icomoon.svg?cv8h0f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^=launcher-], [class*=" launcher-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "launcher-icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.launcher-youtube:before {
  content: "\e91d"; }

.launcher-chevron-left1:before {
  content: "\e901"; }

.launcher-chevron-right:before {
  content: "\e902"; }

.launcher-chevron-down:before {
  content: "\e904"; }

.launcher-chevron-left:before {
  content: "\e905"; }

.launcher-envelope:before {
  content: "\e906"; }

.launcher-phone:before {
  content: "\e907"; }

.launcher-paly:before {
  content: "\e908"; }

.launcher-plus-circle:before {
  content: "\e909"; }

.launcher-question:before {
  content: "\e90a"; }

.launcher-calendar:before {
  content: "\e910"; }

.launcher-chevron-up:before {
  content: "\e911"; }

.launcher-reddit:before {
  content: "\e912"; }

.launcher-pinterest:before {
  content: "\e913"; }

.launcher-linkedin:before {
  content: "\e914"; }

.launcher-twitter:before {
  content: "\e915"; }

.launcher-instagram:before {
  content: "\e916"; }

.launcher-facebook:before {
  content: "\e917"; }

.launcher-trash:before {
  content: "\e918"; }

.launcher-cross:before {
  content: "\e919"; }

.launcher-search:before {
  content: "\e91a"; }

.launcher-plus:before {
  content: "\e91b"; }

.launcher-tick:before {
  content: "\e91c"; }

.launcher-youtube1:before {
  content: "\ea9d"; }

.launcher-youtube2:before {
  content: "\ea9e"; }

.launcher-play:before {
  content: "\e91e"; }

.launcher-x-altx-alt:before {
  content: "\e960"; }

.launcher-spinner3:before {
  content: "\e97c"; }

.launcher-snapchat-ghost:before {
  content: "\f2ac"; }

.launcher-threads:before {
  content: "\e923"; }

.launcher-x:before {
  content: "\e925"; }

.launcher-linkedin1:before {
  content: "\e926";
  color: #0077b5; }

.launcher-facebook1:before {
  content: "\e927";
  color: #1877f2; }

.launcher-tiktok:before {
  content: "\e924"; }

body.account-page .actions-button__list #main-submit {
  display: none; }

/* ToolTip updated Style */
.account-page #lp-video-modal .modal-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #0f101a; }

.account-page input::-webkit-outer-spin-button,
.account-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.account-page input[type=number] {
  -moz-appearance: textfield; }

.account-page .header .info-bar {
  padding-right: 25px; }
  @media (min-width: 1600px) {
    .account-page .header .info-bar {
      padding-right: 40px; } }

.account-page .client-setting {
  margin: 0; }

.account-page .client-setting__profile {
  padding: 0; }

/* header image style update */
.account-setting__info .user-info .user-image {
  border-radius: 50% !important; }

/* Profile main section style */
.profile-main-section {
  position: relative; }

/* Profile sidebar style */
.profile-sidebar {
  position: fixed;
  left: 80px;
  top: 72px;
  padding: 0 0 25px;
  background: #fff;
  height: calc(100vh - 72px);
  width: 340px;
  z-index: 100; }
  @media (min-width: 1600px) {
    .profile-sidebar {
      left: 100px;
      width: 390px; } }
  .profile-sidebar .profile-heading-area:before {
    background: #ededed;
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 1px; }

/* Profile heading area */
.profile-heading-area {
  width: 100%;
  height: 78px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 25px; }
  @media (min-width: 1600px) {
    .profile-heading-area {
      padding: 10px 40px;
      height: 92px; } }
  .profile-heading-area h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #0f101a;
    margin: 0; }
    @media (min-width: 1600px) {
      .profile-heading-area h2 {
        font-size: 24px;
        line-height: 30px; } }

/* Profile nav list holder style */
.profile-nav-list-holder {
  position: relative;
  max-height: calc(100vh - 164px); }
  .profile-nav-list-holder .mCSB_inside > .mCSB_container {
    margin-right: 0; }

/* Profile nav list area style */
.profile-nav-list-area {
  position: relative;
  padding: 0 40px; }

/* Sidebar Open Close style */
.sidebar-open-close {
  position: relative; }
  .sidebar-open-close:first-child .sidebar-opener {
    border-top: none; }
  .sidebar-open-close.active .sidebar-opener .arrow {
    transform: translateY(-50%) rotate(180deg); }

/* Sidebar Opener style */
.sidebar-opener {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 17px 22px 17px 28px;
  border-top: 1px solid #ededed;
  letter-spacing: 0.07em;
  transition: color 0.4s ease-in-out;
  color: #0f101a; }
  .sidebar-opener .icon {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 2px;
    top: 50%;
    color: #3355ff;
    transform: translateY(-50%); }
  .sidebar-opener .app-ico-team-fill {
    font-size: 13px;
    left: 0; }
  .sidebar-opener .app-ico-team {
    font-size: 19px; }
  .sidebar-opener .arrow {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    color: #b4bbbc;
    transform: translateY(-50%);
    transition: transform 0.4s ease-in-out; }
  .sidebar-opener:hover, .sidebar-opener:focus {
    color: #3355ff; }

/* Sidebar Slide style */
.sidebar-slide {
  display: none; }

/* Sidebar List Style */
.side-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #ededed;
  padding: 18px 0 0; }
  .side-nav-list li {
    position: relative;
    margin: 0 0 18px; }
    .side-nav-list li.active a {
      font-weight: 700;
      color: #0f101a;
      padding-left: 12px; }
      .side-nav-list li.active a:before {
        opacity: 1;
        visibility: visible; }
  .side-nav-list a {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #6e7c81;
    padding: 1px 0;
    transition: all 0.4s ease-in-out; }
    .side-nav-list a:before {
      background: #3355ff;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      visibility: hidden; }
    .side-nav-list a:hover {
      color: #0f101a; }

/* Profile Content style */
.profile-content {
  position: relative;
  padding: 78px 0 0 340px; }
  @media (min-width: 1600px) {
    .profile-content {
      padding: 92px 0 0 390px; } }
  .profile-content .profile-heading-area {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    position: fixed;
    left: 420px;
    right: 0;
    top: 72px;
    width: auto;
    z-index: 999; }
    @media (min-width: 1600px) {
      .profile-content .profile-heading-area {
        left: 490px; } }
  .profile-content .video-wrap {
    position: relative;
    padding: 7px 3px 0 0; }
  .profile-content .video-link {
    position: relative;
    display: block;
    transition: color 0.4s ease-in-out;
    color: #b4bbbc; }
    .profile-content .video-link .icon {
      font-size: 12px;
      line-height: 16px;
      display: block; }
    .profile-content .video-link:hover {
      color: #3355ff; }
  .profile-content #step1 .onboarding-content__area, .profile-content #step2 .onboarding-content__area, .profile-content #step3 .onboarding-content__area, .profile-content #step4 .onboarding-content__area {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0; }
    @media (max-width: 1601px) {
      .profile-content #step1 .onboarding-content__area, .profile-content #step2 .onboarding-content__area, .profile-content #step3 .onboarding-content__area, .profile-content #step4 .onboarding-content__area {
        padding-left: 0;
        padding-right: 0; } }
  .profile-content #step1 .onboarding-content__frame, .profile-content #step2 .onboarding-content__frame, .profile-content #step3 .onboarding-content__frame, .profile-content #step4 .onboarding-content__frame {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 1601px) {
      .profile-content #step1 .onboarding-content__frame, .profile-content #step2 .onboarding-content__frame, .profile-content #step3 .onboarding-content__frame, .profile-content #step4 .onboarding-content__frame {
        padding-left: 0;
        padding-right: 0; } }
    .profile-content #step1 .onboarding-content__frame [data-image-dropzone-upload], .profile-content #step2 .onboarding-content__frame [data-image-dropzone-upload], .profile-content #step3 .onboarding-content__frame [data-image-dropzone-upload], .profile-content #step4 .onboarding-content__frame [data-image-dropzone-upload] {
      margin-right: 0;
      margin-left: 0; }
      .profile-content #step1 .onboarding-content__frame [data-image-dropzone-upload] [data-images-area], .profile-content #step2 .onboarding-content__frame [data-image-dropzone-upload] [data-images-area], .profile-content #step3 .onboarding-content__frame [data-image-dropzone-upload] [data-images-area], .profile-content #step4 .onboarding-content__frame [data-image-dropzone-upload] [data-images-area] {
        margin-left: 0;
        margin-right: 0; }
    .profile-content #step1 .onboarding-content__frame .upload-image-button, .profile-content #step2 .onboarding-content__frame .upload-image-button, .profile-content #step3 .onboarding-content__frame .upload-image-button, .profile-content #step4 .onboarding-content__frame .upload-image-button {
      width: auto; }
      @media (max-width: 1401px) {
        .profile-content #step1 .onboarding-content__frame .upload-image-button, .profile-content #step2 .onboarding-content__frame .upload-image-button, .profile-content #step3 .onboarding-content__frame .upload-image-button, .profile-content #step4 .onboarding-content__frame .upload-image-button {
          width: auto; } }
    @media (max-width: 1601px) {
      .profile-content #step1 .onboarding-content__frame .onboarding-business-hours-row .onboarding-days-row__item .checkbox-tile, .profile-content #step2 .onboarding-content__frame .onboarding-business-hours-row .onboarding-days-row__item .checkbox-tile, .profile-content #step3 .onboarding-content__frame .onboarding-business-hours-row .onboarding-days-row__item .checkbox-tile, .profile-content #step4 .onboarding-content__frame .onboarding-business-hours-row .onboarding-days-row__item .checkbox-tile {
        width: 42px;
        height: 42px;
        font-size: 14px; } }
  .profile-content #step1 .onboarding__fields-area, .profile-content #step2 .onboarding__fields-area, .profile-content #step3 .onboarding__fields-area, .profile-content #step4 .onboarding__fields-area {
    padding-bottom: 0;
    padding-top: 0; }
  .profile-content #step1 .onboarding-select-holder .onboarding-selected-option, .profile-content #step2 .onboarding-select-holder .onboarding-selected-option, .profile-content #step3 .onboarding-select-holder .onboarding-selected-option, .profile-content #step4 .onboarding-select-holder .onboarding-selected-option {
    text-transform: capitalize; }
  .profile-content #step1 .onboarding-achievement-row .onboarding-input-field, .profile-content #step1 .onboarding-proposition-row .onboarding-input-field, .profile-content #step2 .onboarding-achievement-row .onboarding-input-field, .profile-content #step2 .onboarding-proposition-row .onboarding-input-field, .profile-content #step3 .onboarding-achievement-row .onboarding-input-field, .profile-content #step3 .onboarding-proposition-row .onboarding-input-field, .profile-content #step4 .onboarding-achievement-row .onboarding-input-field, .profile-content #step4 .onboarding-proposition-row .onboarding-input-field {
    width: 94%; }
  .profile-content #social-media .social-label {
    display: flex;
    gap: 10px;
    align-items: center; }
    .profile-content #social-media .social-label__icons {
      background: transparent;
      font-size: 20px; }
      .profile-content #social-media .social-label__icons.launcher-twitter {
        color: #19A7FF; }
      .profile-content #social-media .social-label__icons.launcher-instagram {
        color: #DD2A7B; }
      .profile-content #social-media .social-label__icons.launcher-youtube2 {
        color: #CE1E21; }

/* Profile Content Slide style */
.profile-content-slide {
  position: relative;
  display: none; }

/* Profile Tabs area */
.profile-tabs-area {
  position: relative;
  padding: 30px 25px; }
  @media (min-width: 1600px) {
    .profile-tabs-area {
      padding: 30px 40px; } }
  .profile-tabs-area__content {
    position: relative;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }

/* Profile List area style */
.profile-list-area {
  position: relative;
  border-bottom: 1px solid #ededed; }

/* Profile Tabs style */
.profile-tabs {
  position: relative;
  border: none;
  margin: 0;
  gap: 50px; }
  @media (max-width: 1401px) {
    .profile-tabs.personal-data-tabs {
      gap: 30px; } }
  .profile-tabs .nav-item {
    position: relative;
    padding: 0; }
  .profile-tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #6e7c81;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: color 0.4s ease-in-out;
    padding: 25px 0; }
    .profile-tabs .nav-link:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      background: #3355ff;
      transition: width 0.4s ease-in-out; }
    .profile-tabs .nav-link:hover {
      color: #0f101a; }
    .profile-tabs .nav-link.active {
      color: #0f101a; }
      .profile-tabs .nav-link.active:before {
        width: 100%; }

/* Question Mark Tooltip style */
.question-mark-tooltip {
  width: 14px;
  height: 14px;
  background: #f2f3f3;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 5px 0 0 6px; }
  .question-mark-tooltip i {
    font-size: 10px;
    line-height: 14px;
    position: relative;
    display: block;
    color: #6e7c81; }

/* Profile Tab Content style */
.profile-tab-content {
  position: relative; }

/* Account Fields Frame style */
.account-fields-frame {
  position: relative;
  max-width: 900px;
  padding: 70px 0 31px;
  margin: 0 auto; }

/* Account Fields Row style */
.account-fields-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px; }
  .account-fields-row.address-row {
    align-items: flex-start; }
    .account-fields-row.address-row .account-field-label {
      padding: 16px 0 0; }
    .account-fields-row.address-row .account-input-holder label.error {
      position: relative; }
      .account-fields-row.address-row .account-input-holder label.error:empty {
        margin: 0 !important;
        position: absolute; }

/* Account Field label style */
.account-field-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  max-width: 260px;
  color: #6e7c81;
  width: 100%; }
  @media (min-width: 1600px) {
    .account-field-label {
      max-width: 360px; } }
  .account-field-label .label-text {
    display: inline-block;
    vertical-align: top;
    max-width: 296px;
    position: relative;
    margin: 0; }
  .account-field-label .account-required {
    color: #f15347; }
  .account-field-label .question-mark-tooltip i {
    top: 1px; }

/* Account Field holder style */
.account-field-holder {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0; }
  .account-field-holder .account-btn-primary {
    text-transform: uppercase; }
  .account-field-holder.success .password-status-info {
    opacity: 1;
    visibility: visible; }
    .account-field-holder.success .password-status-info .app-ico-close {
      opacity: 0;
      visibility: hidden; }
  .account-field-holder.error .password-status-info {
    opacity: 1;
    visibility: visible; }
    .account-field-holder.error .password-status-info .app-ico-close {
      opacity: 1;
      visibility: visible; }
    .account-field-holder.error .password-status-info .app-ico-tick {
      opacity: 0;
      visibility: hidden; }

/* Account Input Holder style */
.account-input-holder {
  position: relative; }
  .account-input-holder label {
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 16px;
    top: 16px;
    color: #8e9a9e;
    pointer-events: none;
    margin: 0; }
    .account-input-holder label.error {
      margin: 6px 0 0 !important;
      font-size: 13px !important;
      line-height: 16px !important;
      left: 0 !important;
      top: 100% !important;
      transition: none !important; }
  .account-input-holder .account-field-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #b4bbbc;
    cursor: pointer;
    transition: all 0.4s ease-in-out; }
    .account-input-holder .account-field-icon .app-ico-hide {
      font-size: 11px;
      line-height: 14px;
      position: relative;
      display: block; }
    .account-input-holder .account-field-icon:hover {
      color: #0f101a; }
    .account-input-holder .account-field-icon.account-field-icon-active .app-ico-hide {
      font-size: 14px; }
      .account-input-holder .account-field-icon.account-field-icon-active .app-ico-hide:before {
        content: "\e91a"; }
  .account-input-holder .account-form-control {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 23px 16px 8px;
    color: #0f101a;
    border: 1px solid #d9dddf;
    border-radius: 3px;
    height: 51px; }
    .account-input-holder .account-form-control[data-search-field]:focus.error {
      border-color: #3355ff !important; }
    .account-input-holder .account-form-control[readonly] {
      background: #ccc !important;
      border-color: #ccc !important; }
      .account-input-holder .account-form-control[readonly] ~ .account-field-icon {
        opacity: 0;
        visibility: hidden; }
    .account-input-holder .account-form-control:focus:not(.error):not(.error-validate) {
      border-color: #3355ff !important; }
    .account-input-holder .account-form-control.error-validate {
      border-color: #cc0b0b !important; }
    .account-input-holder .account-form-control:disabled {
      background: #f6f8f8 !important;
      border-color: #f6f8f8 !important;
      color: #8e9a9e !important; }
      .account-input-holder .account-form-control:disabled ~ .number-forward-button {
        color: #b4bbbc; }
  .account-input-holder [account-field-password] {
    padding-right: 62px; }
  .account-input-holder.focused label, .account-input-holder.filled label {
    font-size: 10px;
    line-height: 14px;
    top: 8px; }
  .account-input-holder.focused [data-phone-mask], .account-input-holder.filled [data-phone-mask] {
    color: #0f101a !important; }
    .account-input-holder.focused [data-phone-mask]:disabled, .account-input-holder.filled [data-phone-mask]:disabled {
      color: #8e9a9e !important; }
  .account-input-holder .label-icon-wrap {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 55px;
    pointer-events: none;
    color: #8e9a9e;
    border-right: 1px solid #d9dddf;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .account-input-holder .label-icon-wrap i {
      font-size: 20px;
      line-height: 24px;
      position: relative;
      display: block;
      left: 1px;
      top: 2px; }
    .account-input-holder .label-icon-wrap .app-ico-call {
      font-size: 18px;
      top: 0;
      left: 1px; }
    .account-input-holder .label-icon-wrap .app-ico-trace {
      font-size: 24px;
      top: 1px;
      color: #f22f46; }
  .account-input-holder + .account-input-holder {
    margin: 20px 0; }
  .account-input-holder .number-forward-button {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    outline: none;
    box-shadow: none;
    transition: color 0.4s ease-in-out;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 50px;
    color: #6e7c81; }
    .account-input-holder .number-forward-button:before {
      background: #d9dddf;
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      width: 1px; }
    .account-input-holder .number-forward-button:disabled {
      cursor: not-allowed; }
  .account-input-holder.email-holder label, .account-input-holder.phone-holder label {
    left: 74px;
    top: 19px; }
  .account-input-holder.email-holder .account-form-control, .account-input-holder.phone-holder .account-form-control {
    padding-left: 74px;
    padding-top: 20px;
    height: 56px; }
  .account-input-holder.email-holder.focused label, .account-input-holder.email-holder.filled label, .account-input-holder.phone-holder.focused label, .account-input-holder.phone-holder.filled label {
    top: 8px; }
  .account-input-holder.email-holder .account-form-control.error-message-hide + label.error {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .account-input-holder.email-holder label.error {
    display: none !important; }
  .account-input-holder.email-holder.error-show label.error {
    display: block !important; }
  .account-input-holder.phone-holder .account-form-control {
    padding-right: 0; }

/* Account Edit Button wrap style */
.account-edit-btn-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px 0 0;
  z-index: 3; }

/* Account Edit Button style */
.account-edit-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 24px;
  color: #3355ff; }
  .account-edit-btn i {
    position: absolute;
    left: 2px;
    top: 3px; }

/* Google Sign In link Style */
.google-sign-in-link {
  font-size: 15px;
  line-height: 20px;
  width: 244px;
  height: 56px;
  font-weight: 700;
  position: relative;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #4285f4;
  padding: 2px;
  transition: all 0.4s ease-in-out;
  color: #fff; }
  .google-sign-in-link__img {
    width: 52px;
    height: 52px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 3px; }
    .google-sign-in-link__img img {
      display: block;
      width: 23px; }
  .google-sign-in-link__text {
    position: relative;
    padding: 0 0 0 20px;
    display: block; }
  .google-sign-in-link:hover, .google-sign-in-link:focus {
    background: #3355ff;
    color: #fff; }

/* Account Button wrap style */
.account-btn-wrap {
  position: relative;
  display: block; }

/* Account Button style */
.account-btn-primary {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 23px;
  border-radius: 3px;
  border: 1px solid #3355ff;
  background: #3355ff;
  transition: all 0.4s ease;
  outline: none;
  height: 42px; }
  .account-btn-primary:hover, .account-btn-primary:focus {
    background: #3355ff;
    border-color: #3355ff;
    color: #fff; }

/* App Radio list style */
.app-radio-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px; }
  .app-radio-list li {
    position: relative;
    padding: 0 15px; }
  .app-radio-list .radio-label-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0; }
  .app-radio-list .radio-text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    font-weight: 400;
    color: #8e9a9e;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 24px; }
    .app-radio-list .radio-text .icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #d9dddf;
      transition: border 0.4s ease-in-out;
      position: absolute;
      left: 0;
      top: 2px; }
      .app-radio-list .radio-text .icon:before {
        width: 10px;
        height: 10px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: #3355ff;
        border-radius: 50%;
        margin: -5px 0 0 -5px;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden; }
  .app-radio-list input[type=radio] {
    position: fixed;
    opacity: 0;
    visibility: hidden; }
    .app-radio-list input[type=radio]:checked + .radio-text {
      color: #0f101a; }
      .app-radio-list input[type=radio]:checked + .radio-text .icon {
        border-color: #3355ff; }
        .app-radio-list input[type=radio]:checked + .radio-text .icon:before {
          opacity: 1;
          visibility: visible; }

/* Account Select Opener style */
.account-select-opener {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 23px 55px 8px 16px;
  border: 1px solid #d9dddf;
  position: relative;
  border-radius: 3px;
  height: 51px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0f101a; }
  .account-select-opener .arrow {
    font-size: 8px;
    line-height: 12px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform 0.4s ease-in-out;
    color: #b4bbbc; }
  .account-select-opener:hover, .account-select-opener:focus {
    color: #8e9a9e; }
    .account-select-opener:hover .account-selected-option, .account-select-opener:focus .account-selected-option {
      color: #0f101a; }

/* Account Select placeholder style */
.account-select-placeholder {
  font-size: 14px;
  line-height: 18px;
  transition: all 0.4s ease;
  position: absolute;
  left: 16px;
  top: 16px;
  color: #8e9a9e; }

/* Account Select Holder style */
.account-select-holder {
  position: relative; }
  .account-select-holder.error .account-select-opener {
    border-color: #cc0b0b; }
  .account-select-holder.account-select-active .account-select-opener {
    border-color: #3355ff; }
  .account-select-holder.account-select-active .account-select-dropdown {
    opacity: 1;
    visibility: visible; }
  .account-select-holder.account-option-selected .account-select-placeholder {
    font-size: 10px;
    line-height: 13px;
    top: 6px; }
  .account-select-holder .account-selected-option {
    font-size: 14px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600; }

/* Account Select Dropdown style */
.account-select-dropdown {
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 251px;
  left: 0;
  top: calc(100% + 11px);
  border-radius: 4px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08), 0 30px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  .data-list-tags-parent .account-select-dropdown {
    left: -27px; }
  .account-select-dropdown.account-select-dropdown-up {
    bottom: calc(100% + 11px);
    top: auto;
    z-index: 1040; }
    .data-list-tags-parent .account-select-dropdown.account-select-dropdown-up {
      bottom: calc(100% + 20px); }
    .account-select-dropdown.account-select-dropdown-up:before {
      top: auto;
      bottom: -8px; }
  .account-select-dropdown.account-select-dropdown-right {
    left: auto;
    right: -27px; }
    .account-select-dropdown.account-select-dropdown-right:before {
      left: auto;
      right: 33px; }
  .account-select-dropdown:before {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    top: -8px;
    content: '';
    background: #fff;
    left: 33px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08), 0 30px 40px rgba(0, 0, 0, 0.1); }
  .account-select-dropdown__wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    padding: 21px 0;
    z-index: 2; }
    .account-select-dropdown__wrap [account-custom-scroll] {
      max-height: 305px; }
      .account-select-dropdown__wrap [account-custom-scroll] .mCSB_container {
        margin: 0; }
  .account-select-dropdown__title-wrap {
    position: relative;
    padding: 0 30px; }
  .account-select-dropdown__title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0 0 18px;
    border-bottom: 1px solid #ededed;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0f101a; }

/* Phone Mask Style */
[data-phone-mask] {
  color: #fff !important; }
  [data-phone-mask]:focus {
    color: #0f101a !important; }
  [data-phone-mask]:disabled {
    color: #8e9a9e !important; }

/* Account Custom Scroll style */
[account-custom-scroll] .mCSB_scrollTools {
  width: 10px; }

[account-custom-scroll] .mCSB_scrollTools {
  opacity: 1; }
  [account-custom-scroll] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c4c4c4 !important;
    width: 4px !important; }
  [account-custom-scroll] .mCSB_scrollTools .mCSB_draggerRail {
    background: none; }

/* Account Select List wrap style */
.account-select-list-wrap {
  position: relative;
  padding: 0 30px; }

/* Account Select list style */
.account-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6e7c81; }
  .account-select-list__item {
    position: relative;
    margin: 22px 0 0;
    cursor: pointer;
    transition: all 0.4s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .account-select-list__item:hover, .account-select-list__item.active {
      color: #3355ff; }

/* Account Clear Button */
.account-clear-btn {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: #3355ff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin: 1px 0 0;
  z-index: 6; }

.account-option-selected [account-clear-btn] {
  opacity: 1;
  visibility: visible; }

/* Account Two Fields row style */
.account-two-fields {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px; }

/* Account Field col style */
.account-fields-col {
  position: relative;
  padding: 0 6px;
  width: 50%;
  margin: 0 0 20px; }
  .account-fields-col:last-child {
    margin-bottom: 0; }

/* Account Modal Select area style */
.account-select-modal-area {
  position: relative; }

/* Account Select Modal Opener Style style */
.account-select-modal-opener {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 21px 35px 8px 16px;
  border: 1px solid #d9dddf;
  border-radius: 3px;
  height: 51px;
  color: #0f101a; }
  .account-select-modal-opener .arrow {
    font-size: 8px;
    line-height: 12px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform 0.4s ease-in-out;
    color: #b4bbbc; }
  .account-select-modal-opener .placeholder-text {
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease;
    position: absolute;
    left: 16px;
    top: 16px;
    color: #8e9a9e; }

/* Submit Button area style */
.submit-btn-area {
  position: relative;
  padding: 21px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ededed; }
  .submit-btn-area .submit-btn-wrap {
    position: relative;
    display: block; }

/* Account Save Button style */
.account-save-btn {
  font-size: 13px;
  line-height: 18px;
  width: 80px;
  height: 42px;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #68ce45;
  background: #68ce45; }
  .account-save-btn:disabled {
    background: #d9dddf;
    border-color: #d9dddf;
    cursor: not-allowed;
    color: #fff; }
    .account-save-btn:disabled:hover, .account-save-btn:disabled:focus {
      background: #d9dddf;
      border-color: #d9dddf;
      color: #fff; }
  .account-save-btn:hover, .account-save-btn:focus {
    background: #27c24c;
    border-color: #27c24c;
    color: #fff; }

/* Webhooks Save Button style */
.webhooks-save-btn {
  font-size: 13px;
  line-height: 18px;
  width: 130px;
  height: 42px;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #68ce45;
  background: #68ce45; }
  .webhooks-save-btn:disabled {
    background: #d9dddf;
    border-color: #d9dddf;
    cursor: not-allowed;
    color: #fff; }
    .webhooks-save-btn:disabled:hover, .webhooks-save-btn:disabled:focus {
      background: #d9dddf;
      border-color: #d9dddf;
      color: #fff; }
  .webhooks-save-btn:hover, .webhooks-save-btn:focus {
    background: #27c24c;
    border-color: #27c24c;
    color: #fff; }

/* Xverify Save Button style */
.xverify-save-btn {
  font-size: 13px;
  line-height: 18px;
  width: 80px;
  height: 42px;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #68ce45;
  background: #68ce45; }
  .xverify-save-btn:disabled {
    background: #d9dddf;
    border-color: #d9dddf;
    cursor: not-allowed;
    color: #fff; }
    .xverify-save-btn:disabled:hover, .xverify-save-btn:disabled:focus {
      background: #d9dddf;
      border-color: #d9dddf;
      color: #fff; }
  .xverify-save-btn:hover, .xverify-save-btn:focus {
    background: #27c24c;
    border-color: #27c24c;
    color: #fff; }

/* Account Search Input area style */
.search-input-area {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #ededed; }

/* Account Search field style */
.search-input-holder {
  overflow: hidden; }
  .search-input-holder .account-clear-btn {
    right: 42px; }
  .search-input-holder .account-form-control {
    padding-right: 58px;
    height: 48px; }
  .search-input-holder .account-btn-search {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.4s ease-in-out;
    padding: 0;
    border: none !important;
    background: none;
    outline: none !important;
    pointer-events: none;
    color: #b4bbbc;
    z-index: 2; }
    .search-input-holder .account-btn-search i {
      position: relative;
      display: block; }
  .search-input-holder.filled [clear-search-item] {
    opacity: 1;
    visibility: visible; }

/* Account Circle Button style */
.account-circle-btn {
  font-size: 14px;
  line-height: 20px;
  width: 28px;
  height: 28px;
  font-weight: 400;
  position: relative;
  border: 1px solid #3355ff;
  color: #3355ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out; }
  .account-circle-btn i {
    position: relative;
    display: block; }
  .account-select-active .account-circle-btn {
    background: #3355ff;
    color: #fff; }
  .account-circle-btn:hover, .account-circle-btn:focus {
    background: #3355ff;
    color: #fff; }

/* Account states select style */
.account-state-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .account-state-list__item {
    position: relative;
    margin: 22px 0 0; }

/* Account checkbox buttons style */
.account-custom__check {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 24px;
  color: #8e9a9e;
  font-weight: 400;
  cursor: pointer;
  margin: 0; }
  .account-custom__check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    .account-custom__check input[type="checkbox"]:checked + .account-fake-check {
      border-color: #3355ff;
      background: #3355ff; }
      .account-custom__check input[type="checkbox"]:checked + .account-fake-check:before {
        opacity: 1;
        visibility: visible; }
  .account-custom__check .account-fake-check {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #d9dddf;
    transition: all 0.4s ease-in-out; }
    .account-custom__check .account-fake-check:before {
      position: absolute;
      left: 50%;
      top: 50%;
      font: 10px/12px 'app-icomoon';
      content: "\e90c";
      color: #fff;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease-in-out; }
  .account-custom__check .account-check-text {
    transition: all 0.4s ease-in-out;
    display: inline-block;
    vertical-align: top; }

/* Data list tags parent style */
.data-list-tags-parent .account-state-list {
  padding: 0 0 22px; }

.data-list-tags-parent .account-select-dropdown {
  width: 387px; }

.data-list-tags-parent .account-select-dropdown__wrap [account-custom-scroll] {
  max-height: 360px; }

/* Account List button area style */
.account-list-btns-area {
  position: relative;
  padding: 0 30px; }
  .account-list-btns-area__holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 0 0;
    position: relative;
    border-top: 1px solid #ededed; }

/* Account List button style */
.account-list-btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 -10px; }
  .account-list-btns li {
    position: relative;
    padding: 0 10px; }

/* Default Account button style */
.account-button {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 22px;
  border-radius: 3px;
  border: 1px solid;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background: #fff;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  min-width: 78px;
  height: 42px; }
  .account-button:disabled {
    background: #d9dddf !important;
    border-color: #d9dddf !important;
    cursor: not-allowed;
    color: #fff !important; }
  .account-button:hover, .account-button:focus {
    opacity: 0.9; }

/* Account Cancel button style */
.account-cancel-button {
  border-color: #ededed;
  color: #8e9a9e; }
  .account-cancel-button:hover, .account-cancel-button:focus {
    color: #fff;
    background: #ec394a;
    border-color: #ec394a; }

/* Account Save button style */
.account-save-button {
  border-color: #3355ff;
  background: #3355ff;
  color: #fff; }
  .account-save-button:hover, .account-save-button:focus {
    color: #fff; }

/* Account State list style */
.account-states-list {
  position: relative; }
  .account-states-list > div {
    position: relative;
    display: inline-block;
    vertical-align: middle; }

/* Account tag text style */
.account-tag-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ededed;
  border-radius: 3px;
  min-width: 65px;
  height: 39px;
  text-transform: uppercase;
  color: #8e9a9e;
  padding: 9px 12px;
  transition: all 0.4s ease-in-out;
  margin: 2px 2px 2px 0; }
  .account-tag-text .cancel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #d9dddf;
    font-size: 16px;
    line-height: 1;
    margin: -1px 0 0 6px; }
  .account-tag-text:hover {
    border-color: #f15347; }
    .account-tag-text:hover .cancel {
      color: #f15347; }

/* Time Zone Field style */
.time-zone-area .account-select-dropdown {
  width: 100%; }

.time-zone-area .account-time-zone-list {
  padding: 20px 0; }

.time-zone-area .account-select-dropdown__wrap [account-custom-scroll] {
  max-height: 360px; }

.time-zone-area .account-save-button {
  min-width: 95px; }

.time-zone-area .account-selected-option .icon {
  display: none; }

/* Account time zone list style */
.account-time-zone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .account-time-zone-list li {
    position: relative;
    margin: 0 0 18px; }
    .account-time-zone-list li:last-child {
      margin-bottom: 0; }

/* Account Radio Label style */
.account-radio-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0; }
  .account-radio-label .radio-text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    font-weight: 400;
    color: #6e7c81;
    display: inline-block;
    transition: color 0.4s ease-in-out;
    vertical-align: top;
    padding: 0 0 0 24px; }
    .account-radio-label .radio-text .zone-text {
      font-weight: 600; }
    .account-radio-label .radio-text .icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #d9dddf;
      transition: border 0.4s ease-in-out;
      position: absolute;
      left: 0;
      top: 2px; }
      .account-radio-label .radio-text .icon:before {
        width: 10px;
        height: 10px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: #3355ff;
        border-radius: 50%;
        margin: -5px 0 0 -5px;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden; }
    .account-radio-label .radio-text:hover {
      color: #3355ff; }
  .account-radio-label input[type=radio] {
    position: fixed;
    opacity: 0;
    visibility: hidden; }
    .account-radio-label input[type=radio]:checked + .radio-text {
      color: #0f101a; }
      .account-radio-label input[type=radio]:checked + .radio-text .icon {
        border-color: #3355ff; }
        .account-radio-label input[type=radio]:checked + .radio-text .icon:before {
          opacity: 1;
          visibility: visible; }
  .account-radio-label.active .radio-text {
    color: #0f101a; }
    .account-radio-label.active .radio-text .icon {
      border-color: #3355ff; }
      .account-radio-label.active .radio-text .icon:before {
        opacity: 1;
        visibility: visible; }

/* Account Exit Confirmation modal Style */
.account-exit-confirmation-modal .modal-dialog {
  max-width: 575px;
  min-width: 575px;
  margin: 50px auto; }

.account-exit-confirmation-modal .modal-content {
  padding: 24px 30px; }

.account-exit-confirmation-modal .modal-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #0f101a; }

.account-exit-confirmation-modal .modal-body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #6e7c81;
  padding: 22px 0;
  max-height: inherit !important; }
  .account-exit-confirmation-modal .modal-body p {
    margin: 0 0 23px; }
    .account-exit-confirmation-modal .modal-body p:last-child {
      margin-bottom: 0; }

.account-exit-confirmation-modal .modal-footer {
  padding: 20px 0 0; }

.account-exit-confirmation-modal .btns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px; }
  .account-exit-confirmation-modal .btns-list li {
    position: relative;
    padding: 0 10px; }

/* Account Modal Close style */
.account-modal-close {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
  color: #fff;
  z-index: 5; }
  .account-modal-close i {
    position: relative;
    display: block; }
  .account-modal-close:hover {
    color: #0f101a; }

/* Account Message Block style */
.account-message-block {
  position: fixed;
  right: 30px;
  top: 105px;
  border-radius: 4px;
  color: #fff;
  padding: 21px 0;
  transition: all 0.4s ease-in-out;
  display: none;
  z-index: 1039; }
  .fixed-header .account-message-block {
    top: 30px; }
  .account-message-block__wrap {
    position: relative;
    padding: 0 83px 0 68px; }
  .account-message-block__status-info {
    font-size: 19px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: -5px;
    width: 54px;
    padding: 5px 0;
    text-align: center; }
    .account-message-block__status-info:before {
      background: rgba(255, 255, 255, 0.3);
      content: '';
      position: absolute;
      right: 0;
      top: 3px;
      bottom: 1px;
      width: 1px; }
    .account-message-block__status-info i {
      position: relative;
      display: block; }
  .account-message-block__message {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    display: block; }
  .account-message-block__close {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    right: 20px;
    top: 2px;
    cursor: pointer;
    transition: color 0.4s ease-in-out;
    outline: none;
    color: #fff; }
  .account-message-block.success-message-block {
    background: #68ce45; }
  .account-message-block.error-message-block {
    background: #f15347; }

/* Account Main Image style */
.account-main-image {
  width: 141px;
  height: 115px;
  background: url("/lp_assets/theme_admin3/rackspace/default/app/account-image-bg.png") no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto 60px; }
  .account-main-image i {
    font-size: 62px;
    line-height: 66px;
    position: relative;
    display: block;
    color: #4e5df4; }
  .account-main-image .app-ico-email-plus {
    font-size: 43px;
    top: 4px; }
  .account-main-image .app-ico-phone-arrow {
    font-size: 48px;
    left: -3px; }

/* Password Status info style */
.password-status-info {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1bb96f;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  .password-status-info i {
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%); }
  .password-status-info .app-ico-close {
    font-size: 17px;
    color: #f15347;
    right: -2px;
    opacity: 0;
    visibility: hidden; }

/* Account Password Dropdown style */
.account-password-dropdown {
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 385px;
  left: 0;
  top: calc(100% + 11px);
  border-radius: 4px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08), 0 30px 40px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: none;
  z-index: 10; }
  .account-password-dropdown.up {
    bottom: calc(100% + 11px);
    top: auto; }
    .account-password-dropdown.up:before {
      top: auto;
      bottom: -8px; }
  .account-password-dropdown:before {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    top: -8px;
    content: '';
    background: #fff;
    left: 33px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08), 0 30px 40px rgba(0, 0, 0, 0.1); }
  .account-password-dropdown__wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    padding: 24px 30px;
    z-index: 2; }
  .account-password-dropdown__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    display: block;
    color: #0f101a;
    margin: 0 0 12px; }
  .account-password-dropdown__list {
    font-size: 15px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 0 12px; }
    .account-password-dropdown__list li {
      position: relative;
      color: #8e9a9e;
      padding: 0 0 0 25px;
      transition: all 0.4s ease-in-out;
      font-weight: 400;
      margin: 0 0 8px; }
      .account-password-dropdown__list li i {
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        transition: all 0.4s ease-in-out;
        left: 0;
        top: 1px;
        color: #b4bbbc; }
      .account-password-dropdown__list li.account-success {
        color: #6e7c81;
        font-weight: 600; }
        .account-password-dropdown__list li.account-success i {
          color: #1bb96f; }
          .account-password-dropdown__list li.account-success i:before {
            content: "\e918"; }
  .account-password-dropdown__bars-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px; }
    .account-password-dropdown__bars-list li {
      position: relative;
      width: 20%;
      padding: 0 5px; }
      .account-password-dropdown__bars-list li.p-very-weak .account-password-dropdown__bar {
        background: #f15347; }
      .account-password-dropdown__bars-list li.p-weak .account-password-dropdown__bar {
        background: #fb854b; }
      .account-password-dropdown__bars-list li.p-medium .account-password-dropdown__bar {
        background: #ffbb3e; }
      .account-password-dropdown__bars-list li.p-good .account-password-dropdown__bar {
        background: #68ce45; }
      .account-password-dropdown__bars-list li.p-awesome .account-password-dropdown__bar {
        background: #1bb96f; }
  .account-password-dropdown__bar {
    width: 100%;
    height: 5px;
    position: relative;
    border-radius: 5px;
    display: block;
    background: #ededed;
    transition: all 0.4s ease-in-out; }
    .account-password-dropdown__bar.p-very-weak {
      background: #f15347; }
    .account-password-dropdown__bar.p-weak {
      background: #fb854b; }
    .account-password-dropdown__bar.p-medium {
      background: #ffbb3e; }
    .account-password-dropdown__bar.p-good {
      background: #68ce45; }
    .account-password-dropdown__bar.p-awesome {
      background: #1bb96f; }
  .account-password-dropdown__text-wrap {
    position: relative;
    text-align: center;
    padding: 10px 0 0; }
  .account-password-dropdown__text {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    color: #6e7c81; }

/* Profile Image Section style */
.profile-image-section {
  position: relative;
  padding: 58px 0 55px; }
  .profile-image-section.image-added .account-profile-image-holder {
    display: block; }
  .profile-image-section.image-added .upload-btn-wrap.upload-button-wrap {
    display: none; }
  .profile-image-section.image-added .upload-btn-wrap.delete-button-wrap {
    display: block; }

/* Profile Image style */
.profile-image-wrap {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-in-out; }
  .profile-image-wrap .profile-image-name-area {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    background: #f6f8f8;
    border: 1px solid #d9dddf;
    z-index: 2; }
    .profile-image-wrap .profile-image-name-area:hover {
      background: rgba(50, 189, 252, 0.1);
      border-color: rgba(50, 189, 252, 0.1); }
      .profile-image-wrap .profile-image-name-area:hover .image-text {
        opacity: 0;
        visibility: hidden; }
      .profile-image-wrap .profile-image-name-area:hover .image-icon {
        opacity: 1;
        visibility: visible; }
  .profile-image-wrap .image-icon,
  .profile-image-wrap .image-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 2; }
  .profile-image-wrap .image-text {
    font-size: 108px;
    line-height: 110px;
    color: #8e9a9e;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
    border-radius: 50%;
    z-index: 2; }
  .profile-image-wrap .image-icon {
    color: #3355ff;
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
    .profile-image-wrap .image-icon i {
      font-size: 76px;
      line-height: 76px;
      position: relative;
      display: block; }
  .profile-image-wrap img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    z-index: 3; }

/* Upload Image button wrap style */
.upload-image-btn-area {
  position: relative;
  text-align: center;
  margin: 20px 0 0; }
  .upload-image-btn-area .upload-btn-wrap {
    position: relative;
    display: block; }
  .upload-image-btn-area .account-button {
    padding: 5px 24px; }
  .upload-image-btn-area .delete-image-button {
    background: #f15347;
    border-color: #f15347;
    color: #fff; }
    .upload-image-btn-area .delete-image-button:hover {
      background: #ed2718;
      border-color: #ed2718; }
  .upload-image-btn-area .delete-button-wrap {
    display: none; }

/* Account Profile Image modal Style */
.account-profile-image-modal input[type=file],
.account-profile-image-modal input[type=file]::-webkit-file-upload-button {
  cursor: pointer; }

.account-profile-image-modal .modal-dialog {
  max-width: 780px;
  min-width: 780px;
  margin: 35px auto; }

.account-profile-image-modal .modal-content {
  padding: 24px 30px; }

.account-profile-image-modal .modal-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #0f101a; }

.account-profile-image-modal .mCSB_inside > .mCSB_container {
  margin-right: 0; }

.account-profile-image-modal .modal-body {
  padding: 22px 0;
  margin: 0 -30px;
  overflow: auto;
  max-height: calc(100vh - 190px) !important; }

.account-profile-image-modal .inner-body-wrap {
  position: relative;
  padding: 0 30px; }

.account-profile-image-modal .modal-footer {
  padding: 20px 0 0;
  justify-content: space-between;
  overflow: hidden; }

.account-profile-image-modal .image-options-list-wrap {
  position: relative;
  overflow: hidden; }

.account-profile-image-modal .image-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .account-profile-image-modal .image-options-list li {
    position: relative;
    padding: 0 14px; }
    .account-profile-image-modal .image-options-list li:before {
      background: #ededed;
      content: '';
      position: absolute;
      left: 0;
      top: -2px;
      bottom: -2px;
      width: 1px; }
    .account-profile-image-modal .image-options-list li:first-child:before {
      display: none; }
  .account-profile-image-modal .image-options-list .image-option-button {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    display: block;
    transition: opacity 0.4s ease-in-out;
    padding: 0 0 0 23px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
    color: #3355ff; }
    .account-profile-image-modal .image-options-list .image-option-button .icon {
      font-size: 16px;
      line-height: 20px;
      position: absolute;
      left: 0;
      top: 1px; }
    .account-profile-image-modal .image-options-list .image-option-button .app-ico-add-plus {
      font-size: 14px; }
    .account-profile-image-modal .image-options-list .image-option-button:hover {
      opacity: 0.9; }

.account-profile-image-modal .btns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px; }
  .account-profile-image-modal .btns-list li {
    position: relative;
    padding: 0 10px; }

.account-profile-image-modal .preview-image-block {
  position: relative;
  border-radius: 3px;
  margin: 0 0 58px;
  z-index: 4;
  display: none; }

.account-profile-image-modal .profile-image-upload-block {
  min-height: inherit;
  background: none;
  border: none;
  position: relative;
  padding: 0; }
  .account-profile-image-modal .profile-image-upload-block.image-upload .preview-image-block {
    display: block; }
  .account-profile-image-modal .profile-image-upload-block:hover, .account-profile-image-modal .profile-image-upload-block.drag-hover {
    background: rgba(50, 189, 252, 0.1);
    border-color: #3355ff; }
    .account-profile-image-modal .profile-image-upload-block:hover .profile-image-upload-block__wrap, .account-profile-image-modal .profile-image-upload-block.drag-hover .profile-image-upload-block__wrap {
      background: rgba(50, 189, 252, 0.1);
      border-color: #3355ff; }
  .account-profile-image-modal .profile-image-upload-block__wrap {
    border: 1px dashed #d9dddf;
    background: #fff;
    border-radius: 3px;
    height: 100%;
    transition: all 0.4s ease-in-out; }
    .account-profile-image-modal .profile-image-upload-block__wrap:hover, .account-profile-image-modal .profile-image-upload-block__wrap.dz-drag-hover, .account-profile-image-modal .profile-image-upload-block__wrap.drag-hover {
      background: rgba(50, 189, 252, 0.1);
      border-color: #3355ff; }
  .account-profile-image-modal .profile-image-upload-block .dz-preview {
    background: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    margin: 0;
    display: block;
    z-index: 5; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview.dz-complete .dz-image {
      opacity: 1;
      visibility: visible; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview:hover .dz-remove {
      opacity: 1;
      visibility: visible; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-wrap {
      width: 100%;
      height: 100%; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-remove {
      background: rgba(50, 189, 252, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      display: none;
      opacity: 0;
      visibility: hidden;
      text-decoration: none !important;
      transition: all 0.4s ease-in-out;
      border-radius: 3px;
      z-index: 10; }
      .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-remove .remove-dropzone-image {
        font-size: 34px;
        line-height: 40px;
        font-weight: 700;
        display: block;
        color: #fff; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-image {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      border-radius: 0; }
      .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-image img {
        width: 100%;
        height: 100%;
        transform: none !important;
        filter: none !important;
        object-fit: cover; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-progress {
      width: 448px;
      height: 4px;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 4px;
      margin: 0;
      overflow: visible;
      transform: translate(-50%, -50%);
      background: #e8e8e8; }
      .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-progress .dz-upload {
        background: #3355ff;
        border-radius: 4px; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-progress-title {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      position: absolute;
      left: 50%;
      bottom: 100%;
      margin: 0 0 16px;
      transform: translate(-50%, 0);
      color: #8e9a9e; }
    .account-profile-image-modal .profile-image-upload-block .dz-preview .dz-uploaded-progress {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      position: absolute;
      left: 50%;
      top: 100%;
      margin: 10px 0 0;
      transform: translate(-50%, 0);
      color: #6e7c81; }

.account-profile-image-modal .profile-image-field {
  width: 100%;
  height: auto;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
  padding: 0;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  opacity: 0;
  z-index: 5; }

.account-profile-image-modal .croppie-container .cr-slider-wrap {
  position: absolute;
  left: 50%;
  bottom: -51px;
  width: 432px;
  margin: 0 0 0 -216px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 5; }
  .account-profile-image-modal .croppie-container .cr-slider-wrap .slider.slider-horizontal {
    width: 380px;
    height: 10px;
    margin: 0 auto; }
    .account-profile-image-modal .croppie-container .cr-slider-wrap .slider.slider-horizontal .slider-track {
      height: 6px; }
    .account-profile-image-modal .croppie-container .cr-slider-wrap .slider.slider-horizontal .slider-handle {
      top: -8px; }
      .account-profile-image-modal .croppie-container .cr-slider-wrap .slider.slider-horizontal .slider-handle:before {
        width: 6px;
        height: 6px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -3px 0 0 -3px;
        border-radius: 50%;
        background: #3355ff; }
    .account-profile-image-modal .croppie-container .cr-slider-wrap .slider.slider-horizontal .slider-selection {
      background: #3355ff; }

.account-profile-image-modal .croppie-container .minus,
.account-profile-image-modal .croppie-container .plus {
  font-size: 11px;
  line-height: 14px;
  position: relative;
  display: block;
  cursor: pointer;
  color: #6e7c81;
  transition: color 0.4s ease-in-out; }
  .account-profile-image-modal .croppie-container .minus:before,
  .account-profile-image-modal .croppie-container .plus:before {
    font-family: 'app-icomoon' !important;
    display: block; }
  .account-profile-image-modal .croppie-container .minus:hover,
  .account-profile-image-modal .croppie-container .plus:hover {
    color: #3355ff; }

.account-profile-image-modal .croppie-container .minus {
  top: -1px; }
  .account-profile-image-modal .croppie-container .minus:before {
    content: "\e91e"; }

.account-profile-image-modal .croppie-container .plus {
  top: -2px; }
  .account-profile-image-modal .croppie-container .plus:before {
    content: "\e91f"; }

/* Profile image upload area style */
.profile-image-upload-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px 0 0;
  overflow: hidden;
  cursor: pointer;
  height: 405px; }
  .profile-image-upload-area__image-holder {
    width: 141px;
    height: 115px;
    background: url("/lp_assets/theme_admin3/rackspace/default/app/account-image-bg.png") no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 19px 0 0;
    margin: 0 auto 33px; }
    .profile-image-upload-area__image-holder .app-ico-avatar {
      font-size: 62px;
      line-height: 66px;
      position: relative;
      display: block;
      color: #4e5df4; }
    .profile-image-upload-area__image-holder .upload-icon-wrap {
      width: 28px;
      height: 28px;
      background: #3355ff;
      position: absolute;
      border-radius: 50%;
      color: #fff;
      left: 50%;
      bottom: 20px;
      padding: 6px 0 0;
      margin: 0 0 0 -14px;
      z-index: 2; }
    .profile-image-upload-area__image-holder .app-ico-upload {
      font-size: 14px;
      line-height: 16px;
      position: relative;
      text-align: center;
      display: block; }
  .profile-image-upload-area__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    display: block;
    color: #6e7c81;
    text-align: center;
    margin: 0 0 8px; }
  .profile-image-upload-area__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: center;
    color: #6e7c81; }
  .profile-image-upload-area__image-text {
    font-weight: 600;
    color: #3355ff; }

/* Profile Progress block Style */
.profile-progress-block {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 6; }
  .profile-progress-block__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    overflow: visible;
    transform: translate(-50%, -50%);
    width: 448px; }
  .profile-progress-block__progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #e8e8e8; }
  .profile-progress-block__progress-upload-bar {
    background: #3355ff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    z-index: 3; }
  .profile-progress-block__progress-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 16px;
    transform: translate(-50%, 0);
    color: #8e9a9e; }
  .profile-progress-block__progress-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 10px 0 0;
    transform: translate(-50%, 0);
    color: #6e7c81; }

/* Error Account Message style */
.error-account-message {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #cc0b0b;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 6px 0 0;
  white-space: nowrap;
  pointer-events: none;
  display: none !important; }

/* Forward Number Section style */
.forward-number-section {
  position: relative;
  padding: 0 0 50px; }

/* Account Forwar text area style */
.account-forward-text-area {
  position: relative; }
  .account-forward-text-area .account-main-image {
    width: 211px;
    height: 170px;
    background: url("/lp_assets/theme_admin3/rackspace/default/app/account-image-bg-large.png") no-repeat;
    background-size: cover;
    margin-top: 30px; }
    .account-forward-text-area .account-main-image .app-ico-phone-arrow {
      font-size: 70px;
      left: -4px;
      top: 2px; }

/* Account Forward Text Block style */
.account-forward-text-block {
  position: relative;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 0 0; }
  .account-forward-text-block__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #0f101a;
    margin: 0 0 13px; }
  .account-forward-text-block__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    display: block;
    color: #6e7c81;
    margin: 0 0 40px; }
  .account-forward-text-block__btn-wrap {
    position: relative;
    display: block; }
  .account-forward-text-block .account-button {
    min-width: 258px; }

/* Forward Number Slide style */
.forward-number-slide__wrap {
  position: relative; }

/* Account Footer style */
.account-footer-area {
  position: relative;
  padding: 0 25px 0 365px; }
  @media (min-width: 1600px) {
    .account-footer-area {
      padding: 0 40px 0 430px; } }
  .account-footer-area .footer {
    padding: 10px 0 50px;
    margin: 0; }
    @media (min-width: 1600px) {
      .account-footer-area .footer {
        padding: 10px 0 95px; } }

/* Account Profile image holder style */
.account-profile-image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f6f8f8;
  border: 1px solid #d9dddf;
  display: none;
  z-index: 5; }

/* Login page passsword fields style */
.login-block .password-status-info {
  right: 20px; }

.login-block .account-field-holder .form-control:focus {
  border-color: #3355ff !important; }

.login-block .account-field-holder.error .form-control {
  border-color: #ec394a !important; }
  .login-block .account-field-holder.error .form-control:focus {
    border-color: #3355ff !important; }

.login-block .btn-primary:disabled {
  background: #d9dddf;
  border-color: #d9dddf;
  cursor: not-allowed;
  color: #fff; }

/* Profile payment area style */
.profile-payment-area {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .profile-payment-area .button-wrap {
    position: relative;
    padding: 0 30px 0 0; }
    .profile-payment-area .button-wrap:before {
      background: #ededed;
      content: '';
      position: absolute;
      right: 15px;
      top: -20px;
      bottom: -20px;
      width: 1px; }
      @media (min-width: 1600px) {
        .profile-payment-area .button-wrap:before {
          top: -25px;
          bottom: -25px; } }
  .profile-payment-area .button-payment {
    display: flex; }
  .profile-payment-area .video-wrap {
    padding: 0; }

/* xverify-confirm-modal */
.xverify-confirm-modal .inner-body-wrap p {
  line-height: 24px;
  margin: 0; }

.xverify-confirm-modal .modal-footer {
  padding: 20px 0 0; }

.xverify-confirm-modal .btns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px; }
  .xverify-confirm-modal .btns-list li {
    position: relative;
    padding: 0 10px; }

.header-current-plan {
  padding-top: 20px; }

.header-current-plan h4 {
  font-weight: bold;
  color: black; }

.header-current-plan p {
  color: #909090;
  font-weight: 500; }

.header-current-plan p a {
  font-weight: 800; }

.leads-section {
  padding-top: 15px;
  padding-bottom: 80px; }

.leads-section h5 {
  font-weight: bold;
  color: black; }

.lead-progress-container {
  font-size: 15px;
  color: #cdcdcd;
  font-weight: 700;
  text-align: right;
  margin-bottom: 4px; }

.lead-progress {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 2px;
  height: 15px; }

.progress-bar {
  background-color: #35f;
  border-radius: 18px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.billing-payment-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding-top: 25px; }

.billing-info,
.payment-method {
  margin-bottom: 20px;
  flex-basis: 33%;
  max-width: 50%;
  font-weight: 700; }

.billing-info h4,
.payment-method h4 {
  font-size: 1.25rem;
  color: black;
  margin-bottom: 10px;
  font-weight: 700; }

.billing-info p,
.payment-method p,
.info-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: black;
  font-weight: 700; }

.button-invoice {
  background-color: #0062cc;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 5px;
  text-decoration: none; }

.button-invoice:hover {
  background-color: #0056b3;
  color: white !important; }

.chargebee-modal-a-container {
  margin-top: 35px; }

.hidden {
  display: none; }

#invoicesEmail,
.highlighted-text {
  color: #00cee2;
  font-weight: 700; }

.strong-text {
  color: #7d7c7c;
  font-weight: 600; }

#loading-my-invoices {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.arrows-container {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.arrow {
  font-size: 10px;
  cursor: pointer;
  user-select: none;
  color: #bfbfbf; }

.arrow.asc {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-100%); }

.arrow.desc {
  position: absolute;
  left: 3px;
  top: 50%; }

.arrow.active {
  color: #35f; }

.modal-loader {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 18px 0 0; }

.modal-loader div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #35f;
  border-radius: 50%;
  animation: modal-loader 1.2s linear infinite; }

.modal-loader div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px; }

.modal-loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px; }

.modal-loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px; }

.modal-loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px; }

.modal-loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px; }

.modal-loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px; }

.modal-loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px; }

.modal-loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px; }

.modal-loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px; }

.modal-loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px; }

.modal-loader div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px; }

.modal-loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px; }

@keyframes modal-loader {
  0%, 20%, 80%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }

#plan3 {
  overflow-y: scroll;
  height: 400px; }

#plan3::-webkit-scrollbar {
  width: 12px; }

#plan3::-webkit-scrollbar-track {
  background: #f0f0f0; }

#plan3::-webkit-scrollbar-thumb {
  background: #35f;
  border-radius: 6px; }

#plan3::-webkit-scrollbar-thumb:hover {
  background: #2c9; }

.column-invoice-headers {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000; }

#my-invoice-table {
  width: 100%;
  border-collapse: collapse; }

.th-invoice-header {
  padding: 20px;
  border-bottom: 2px solid #e0e0e0;
  color: #bfbfbf;
  font-weight: 400;
  width: 16%; }

.th-membership-header {
  padding: 20px 20px 20px 20px;
  border-bottom: 2px solid #e0e0e0;
  color: #bfbfbf;
  font-weight: 400; }

.th-date-amount-header {
  padding: 20px 20px 20px 20px;
  border-bottom: 2px solid #e0e0e0;
  color: #bfbfbf;
  font-weight: 400;
  width: 14%; }

.td-invoice-rows {
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
  color: #909090;
  font-weight: 500; }

.td-download-invoices {
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
  font-weight: 500; }

.view-invoice-link {
  color: #02abec; }

.no-invoice-rows {
  padding: 10px;
  background-color: #e6e6e6;
  text-align: center;
  font-weight: 700;
  color: black; }

.no-invoice-row-p {
  margin: 5px;
  color: #939292;
  font-weight: 600;
  font-size: 15px; }

.hide-invoice-emails {
  visibility: hidden; }

.disabled-link {
  pointer-events: none;
  background: #d9dddf;
  border-color: #d9dddf;
  cursor: not-allowed;
  color: #fff; }

/* Xverify styles */
.xverify-content-area {
  position: relative; }
  .xverify-content-area .row {
    padding: 5px 0px; }
    .xverify-content-area .row p {
      line-height: 23px; }

.xverify-body h3 {
  color: #58666e; }

.xverify-body h4 {
  font-size: 19px;
  font-weight: 600;
  color: #707d84; }

.xverify-body small {
  line-height: 20px; }

.xverify-body [type=checkbox] + label {
  font-weight: 300; }

.xverify-display-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .xverify-display-block .xverify-header-element {
    font-size: 19px;
    font-weight: 600;
    color: #707d84; }
  .xverify-display-block .xverify-verification {
    position: relative;
    margin: 0 0 0 30px; }

.xverify-verification-body {
  position: relative;
  padding: 25px 0 0; }

.xverify-verification-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }

.xverify-list-item {
  position: relative;
  margin: 0 0 25px; }
  .xverify-list-item:last-child {
    margin-bottom: 0; }
  .xverify-list-item .xverify-label {
    font-weight: 600; }

.xverify-description-block {
  position: relative;
  padding: 13px 0 0 35px; }
  .xverify-description-block p {
    margin: 0; }

.xverify-body-deactivated {
  position: relative;
  padding: 25px 0 0;
  display: none; }
  .xverify-body-deactivated p {
    margin: 0; }

.xverify-check-list-area {
  position: relative; }

.xverify-title-holder {
  position: relative; }
  .xverify-title-holder .xverify-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #707d84;
    margin: 0; }

.xverify-check-list-holder {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0; }

.xverify-check-list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -25px; }
  .xverify-check-list li {
    position: relative;
    padding: 0 25px; }

.rebeliq-api-pane .lp-panel__body {
  padding-bottom: 30px; }

.rebeliq-api-pane .riq-auth-btn-holder {
  margin-top: 20px; }

.riq-api-documentation {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px; }
  .riq-api-documentation .api-title {
    font-size: 28px;
    color: #58666e;
    font-weight: 600;
    margin-bottom: 15px; }
  .riq-api-documentation .api-subtitle {
    font-size: 24px;
    color: #58666e;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600; }
  .riq-api-documentation .api-list {
    font-size: 16px;
    line-height: 1.5;
    color: #707d84;
    padding-left: 20px; }
    .riq-api-documentation .api-list code {
      font-family: monospace;
      background-color: #f4f4f4;
      color: #3355ff;
      padding: 2px 4px;
      border-radius: 4px; }
  .riq-api-documentation p {
    font-size: 16px;
    line-height: 1.5;
    color: #707d84;
    margin-bottom: 15px; }
    .riq-api-documentation p code {
      font-family: monospace;
      background-color: #f4f4f4;
      color: #3355ff;
      padding: 2px 4px;
      border-radius: 4px; }
  .riq-api-documentation .api-param-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 25px; }
    .riq-api-documentation .api-param-table th, .riq-api-documentation .api-param-table td {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: left; }
    .riq-api-documentation .api-param-table th {
      background-color: #f2f2f2;
      font-weight: bold;
      color: #58666e; }
    .riq-api-documentation .api-param-table td {
      background-color: #fff;
      color: #707d84; }
    .riq-api-documentation .api-param-table code {
      background-color: #eef;
      color: #3355ff;
      padding: 2px 4px;
      border-radius: 4px; }
  .riq-api-documentation .api-example-code {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .riq-api-documentation .api-example-code pre {
      background: #282a36;
      color: #ffffff;
      padding: 0 15px;
      border-radius: 5px;
      overflow-x: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 22px; }
