@charset "UTF-8";
:root {
  --background-color: #ffffff;
  --white: #fff;
}

.no-pointer {
  cursor: default;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body {
  font-family: "Inter", sans-serif !important;
  overflow: auto !important;
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
  font-size: 16px;
  height: 100vh;
}
@media (max-width: 991px) {
  body {
    max-width: 100vw;
  }
}

.container {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-content {
  padding: 0;
}

#page {
  position: relative;
  z-index: 101;
  padding: 0;
  padding: 60px;
}
@media (max-width: 991px) {
  #page {
    padding: 10px;
  }
}

#primary {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1), 0px 7px 25px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1), 0px 7px 25px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -100px;
  background: white;
  border-radius: 15px;
  padding: 60px;
  background: white;
  min-height: 700px;
}
@media (max-width: 991px) {
  #primary {
    padding: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    top: -50px;
    min-height: 500px;
  }
}

.betterdocs-ia-launcher-wrapper {
  z-index: 999999999 !important;
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
  -webkit-margin-after: 20px !important;
          margin-block-end: 20px !important;
}

.site-header {
  background: url("../images/envera-bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
}

.btn {
  line-height: 28px;
  border-radius: 6px;
}
.btn.btn-main {
  color: white !important;
  background: #1B45C6;
  font-weight: 700 !important;
}
.btn.btn-main:hover {
  background: #153599;
}
.btn.btn-large {
  line-height: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-ghost {
  border: solid 1px rgba(221, 221, 221, 0);
  background: #1B45C6;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 0.76);
}
.btn.btn-ghost:hover {
  border: solid 1px rgb(221, 221, 211);
  background: rgb(255, 255, 255);
  color: #1B45C6;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header .fs_create_ticket_btn,
.fs_client_portal .fs_submit_button_container .fs_create_ticket_button,
.fs_client_portal .fs_customer_response_actions .fs_reply_btn {
  background: #1B45C6 !important;
  height: 42px !important;
  border-radius: 6px !important;
}
.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header .fs_create_ticket_btn:hover,
.fs_client_portal .fs_submit_button_container .fs_create_ticket_button:hover,
.fs_client_portal .fs_customer_response_actions .fs_reply_btn:hover {
  background: #0A1A5D !important;
}

.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) {
  background: #1B45C6;
  height: 50px !important;
  border-radius: 6px;
}
.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):hover {
  background: #0A1A5D;
}

.site-header .container {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .site-header .container {
    padding-top: 60px;
    padding-top: calc(60px + env(safe-area-inset-bottom));
    padding-bottom: 60px;
  }
}

.site-identity {
  padding: 0;
}
.site-identity h1 {
  font-size: 26px;
  margin-bottom: 0;
}

.admin-nav {
  display: inline-block;
  width: 275px;
  max-height: 100vh;
  min-height: 100vh;
  position: fixed;
  background: #0b1544;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 35px;
  color: white;
  overflow: auto;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 7px 25px 0 rgba(0, 0, 0, 0.07), 0 4px 12px 0 rgba(0, 0, 0, 0.07) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 7px 25px 0 rgba(0, 0, 0, 0.07), 0 4px 12px 0 rgba(0, 0, 0, 0.07) !important;
}
.admin-nav .envera-logo {
  margin-bottom: 40px;
  display: block;
  height: 23px;
}
.admin-nav .envera-logo svg {
  height: 23px;
}
.admin-nav .user-info {
  margin-bottom: 35px;
}
.admin-nav .user-info .username {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.admin-nav .user-info .user-email {
  font-size: 14px;
  opacity: 0.67;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.admin-nav .nav-label {
  font-size: 11px;
  opacity: 0.4;
  margin-bottom: 15px;
}
.admin-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.admin-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  height: 55px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  padding: 18px;
}
.admin-nav ul li a .icon {
  opacity: 0.5;
}
.admin-nav ul li a .icon svg {
  height: 21px;
}
.admin-nav ul li a .chevron svg {
  height: 14px;
  opacity: 0;
}
.admin-nav ul li a.active, .admin-nav ul li a:hover {
  color: white;
}
.admin-nav ul li a.active .icon, .admin-nav ul li a:hover .icon {
  opacity: 1;
}
.admin-nav ul li a.active .chevron svg, .admin-nav ul li a:hover .chevron svg {
  opacity: 0.3;
}
.admin-nav ul li a.active {
  background: #192253;
}
.admin-nav ul li a.active .chevron svg {
  opacity: 0.5;
}
.admin-nav ul .icon {
  width: 30px;
}
.admin-nav ul .icon,
.admin-nav ul .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-nav ul .title {
  margin-left: 8px; /* space between icon and title */
}
.admin-nav ul .chevron {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .admin-nav {
    display: block;
    width: 100vw;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 100px;
    max-height: calc(100px + env(safe-area-inset-bottom));
    min-height: calc(100px + env(safe-area-inset-bottom));
    height: calc(100px + env(safe-area-inset-bottom));
    background: white;
    padding-bottom: env(safe-area-inset-bottom);
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
    z-index: 999999;
    border-top: solid 1px #ddd;
  }
  .admin-nav .envera-logo {
    display: none;
  }
  .admin-nav .nav-label {
    display: none;
  }
  .admin-nav .user-info {
    display: none;
  }
  .admin-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 0;
    margin-left: 0;
    min-height: 100px;
    margin-bottom: 0;
  }
  .admin-nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
  }
  .admin-nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-top: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
  }
  .admin-nav ul li a .title {
    margin-left: 0;
    margin-top: 4px;
    font-size: 10px;
  }
  .admin-nav ul li a .icon {
    color: #6A6A6A;
    width: auto;
  }
  .admin-nav ul li a .chevron {
    display: none;
  }
  .admin-nav ul li a svg {
    height: 24px;
    width: 24px;
  }
  .admin-nav ul li a.active, .admin-nav ul li a:hover {
    background: white;
    color: #1B45C6;
  }
  .admin-nav ul li a.active svg, .admin-nav ul li a:hover svg {
    color: #1B45C6;
  }
}

.envera-content {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
  overflow: auto !important;
}
.envera-content.is-admin {
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  background: white;
  min-height: 100vh;
  padding-left: 275px;
}
@media (max-width: 991px) {
  .envera-content.is-admin {
    padding-left: 0;
    width: 100vw;
    padding-bottom: 150px;
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }
}
.envera-content.is-admin .betterdocs-ia-launcher-wrapper {
  z-index: 999999999 !important;
}
@media (max-width: 991px) {
  .envera-content.is-admin .betterdocs-ia-launcher-wrapper {
    bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .envera-content.is-admin .betterdocs-ia-main-wrapper {
    bottom: 180px !important;
  }
}

.betterdocs-page #page,
.tax-doc_category #page {
  padding: 0;
}
.betterdocs-page .site-header .container,
.tax-doc_category .site-header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .betterdocs-page .site-header .container,
  .tax-doc_category .site-header .container {
    padding-top: 60px;
    padding-top: calc(60px + env(safe-area-inset-bottom));
    padding-bottom: 60px;
  }
}

.page-template-page-betterdocs-home #page {
  padding: 0 !important;
}
.page-template-page-betterdocs-home #page .betterdocs-content-wrapper {
  padding: 45px 60px !important;
}
@media (max-width: 767px) {
  .page-template-page-betterdocs-home #page .betterdocs-content-wrapper {
    padding: 20px !important;
  }
}
.page-template-page-betterdocs-home #page .betterdocs-search-form-wrapper {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 767px) {
  .page-template-page-betterdocs-home #page .betterdocs-search-form-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.tax-doc_category .text-container {
  display: none;
}

.post-type-archive-docs .site-header,
.page-template-page-betterdocs-home .site-header,
.page-template-polls-archive-php .site-header {
  display: none;
}
@media (min-width: 992px) {
  .post-type-archive-docs .betterdocs-wrapper.betterdocs-docs-archive-wrapper .betterdocs-content-wrapper,
  .page-template-page-betterdocs-home .betterdocs-wrapper.betterdocs-docs-archive-wrapper .betterdocs-content-wrapper,
  .page-template-polls-archive-php .betterdocs-wrapper.betterdocs-docs-archive-wrapper .betterdocs-content-wrapper {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.post-type-archive-docs .category-grid,
.page-template-page-betterdocs-home .category-grid,
.page-template-polls-archive-php .category-grid {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 12px 0 rgba(0, 0, 0, 0.03) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 12px 0 rgba(0, 0, 0, 0.03) !important;
  border: none !important;
  border-radius: 8px !important;
  overflow: hidden;
}
.post-type-archive-docs .category-grid:hover,
.page-template-page-betterdocs-home .category-grid:hover,
.page-template-polls-archive-php .category-grid:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 30px rgba(0, 0, 0, 0.1) !important;
}
.post-type-archive-docs .betterdocs-category-header .betterdocs-category-header-inner,
.page-template-page-betterdocs-home .betterdocs-category-header .betterdocs-category-header-inner,
.page-template-polls-archive-php .betterdocs-category-header .betterdocs-category-header-inner {
  border-bottom: solid 1px #ddd !important;
}
.post-type-archive-docs .betterdocs-category-header .betterdocs-category-icon,
.page-template-page-betterdocs-home .betterdocs-category-header .betterdocs-category-icon,
.page-template-polls-archive-php .betterdocs-category-header .betterdocs-category-icon {
  display: none !important;
}

.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1,
.betterdocs-search-form-wrapper {
  background: url("../images/envera-bg.jpg") no-repeat center center !important;
  background-size: cover;
  color: white;
  margin-top: 0 !important;
  padding-top: 150px !important;
  padding-bottom: 120px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .heading,
.betterdocs-search-form-wrapper .heading {
  color: white !important;
}
@media (max-width: 767px) {
  .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .heading,
  .betterdocs-search-form-wrapper .heading {
    font-size: 32px !important;
  }
}
.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-button,
.betterdocs-search-form-wrapper .search-button {
  height: 50px !important;
  line-height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #1B45C6 !important;
}
.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-button:hover,
.betterdocs-search-form-wrapper .search-button:hover {
  background: #0A1A5D !important;
}
.betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar,
.betterdocs-search-form-wrapper .search-bar {
  padding: 8px !important;
  padding-left: 20px !important;
}

body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] {
  color: white;
  background: #192253;
}
body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] .icon {
  opacity: 1;
}
body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] .chevron svg {
  opacity: 0.3;
}
body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] .chevron svg {
  opacity: 0.5;
}
@media (max-width: 991px) {
  body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] {
    background: white;
    color: #1B45C6;
  }
  body.betterdocs-page .admin-nav ul li a[href*="/knowledge-base"] svg {
    color: #1B45C6;
  }
}

.docs-search-result {
  width: 100%;
  -webkit-box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.0784313725);
          box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.0784313725);
}
.docs-search-result a {
  display: block;
  width: 100%;
}

.betterdocs-search-field {
  height: 75px;
}

.betterdocs-searchform {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-polls-archive-php {
  /* Full width by default */
  /* Breakpoint for large screens (≥992px like Bootstrap's lg) */
  /* Optional card styling for consistency */
}
.page-template-polls-archive-php #page {
  padding: 0 !important;
}
.page-template-polls-archive-php .betterdocs-search-form-wrapper {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.page-template-polls-archive-php .container {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  max-width: none;
}
.page-template-polls-archive-php .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -45px;
}
.page-template-polls-archive-php [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-polls-archive-php .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-polls-archive-php .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .page-template-polls-archive-php .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.page-template-polls-archive-php .card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media (min-width: 992px) {
  .page-template-polls-archive-php .card {
    padding: 45px;
  }
}
.page-template-polls-archive-php .card h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.page-template-polls-archive-php .card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: solid 1px rgba(221, 221, 221, 0.5);
}
.page-template-polls-archive-php .card ul li + li {
  margin-top: 0.5rem;
}
.page-template-polls-archive-php .card ul li + li:last-of-type a {
  border-bottom: none !important;
}
.page-template-polls-archive-php .card ul a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
}
.page-template-polls-archive-php .card ul a:hover {
  text-decoration: underline;
}

.betterdocs-searchform-input-wrap input {
  border: none !important;
  height: 60px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.betterdocs-searchform-input-wrap {
  height: 60px !important;
}