﻿:root {
  --container-max-width: 920px;
  --white: #fff;
  --gray: #6c757d;
  --primary: #007bff;
  --secondary: var(--gray);
  --red: #dc3545;
  --success: var(--green);
  --info: var(--cyan);
  --warning: var(--yellow);
  --danger: var(--red);
  --hover-opacity: .8;
  --sidebar-width: 20rem;
  --bs-body-color: #2c3e50;
  --bs-body-bg: #fff;
  --bs-body-text-align: left;
  --bs-border-color: #ddd;
  --code-color: #476582;
  --code-bg: #d2d6db; }

body .logo {
  content: url("https://businessintelligence.es/logos/logo.png"); }

body.theme-colorful .logo {
  content: url("https://businessintelligence.es/logos/logo-dark.png"); }

body.dark {
  --bs-body-color: var(--white);
  --bs-body-bg: #2a2a2a;
  --bs-border-color: #6c757d85;
  --code-color: var(--white);
  --code-bg: #38383c;
  color-scheme: dark; }
  body.dark .logo {
    content: url("https://businessintelligence.es/logos/logo-dark.png"); }

body main {
  padding-top: 5.6rem; }

header.navbar {
  border-bottom: 1px solid var(--bs-border-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: var(--bs-body-bg); }
  .theme-colorful header.navbar {
    background-color: var(--primary); }
  .dark.theme-colorful header.navbar {
    background-color: var(--bs-body-bg); }
  header.navbar .header-left {
    margin-left: 0.6rem; }
    header.navbar .header-left .icon {
      width: 1.25rem;
      height: 1.25rem; }
    header.navbar .header-left span {
      font-size: 1.3rem;
      font-weight: 600;
      position: relative;
      color: var(--bs-body-color); }
      .theme-colorful header.navbar .header-left span {
        color: var(--white); }
    header.navbar .header-left a {
      text-decoration: none; }
  header.navbar .header-right {
    padding-right: 1rem; }
    header.navbar .header-right ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      header.navbar .header-right ul li a {
        text-decoration: none;
        font-weight: 500;
        margin-left: 1.5rem;
        padding-bottom: 4px;
        font-size: .9rem;
        color: var(--bs-body-color); }
        .theme-colorful header.navbar .header-right ul li a {
          color: var(--white); }
        header.navbar .header-right ul li a.active {
          border-bottom: 2px solid var(--primary); }
    .theme-colorful header.navbar .header-right a {
      font-size: 0.875rem;
      min-width: 64px;
      letter-spacing: 0.0892857143em;
      border-radius: 4px;
      text-transform: uppercase; }
      .theme-colorful header.navbar .header-right a.active {
        background-color: rgba(238, 238, 238, 0.6);
        border: none;
        color: var(--white); }

aside {
  background-color: var(--bs-body-bg);
  font-size: 16px;
  position: fixed;
  top: 0px;
  width: var(--sidebar-width);
  z-index: 10;
  margin: 0;
  padding: 5.6rem 0 1.5rem;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid var(--bs-border-color);
  overflow-y: auto;
  transition: transform .2s, width .2s ease; }
  aside nav {
    padding-bottom: .5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--bs-border-color); }
    aside nav a {
      font-weight: 500; }
  aside ul {
    list-style: none;
    padding-left: 1.2em;
    margin-top: 0;
    line-height: 1.5; }
    aside ul li {
      margin-bottom: 0px; }
      aside ul li a {
        font-size: 0.80em; }
  aside a {
    text-decoration: none;
    font-weight: 400;
    display: block;
    color: var(--bs-body-color);
    padding: .35rem 1.5rem .35rem 2rem; }
    aside a.active {
      color: var(--primary); }
  aside span a {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    border-left: 2px solid transparent; }
    aside span a.active {
      border-left-color: var(--primary); }
  .theme-oliva aside {
    overflow-y: visible;
    top: 0;
    padding-top: 5px; }
    .theme-oliva aside .site-name {
      font-size: 1.3rem;
      font-weight: 600;
      position: relative;
      color: var(--bs-body-color); }
    .theme-oliva aside .sidebar-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 30px;
      left: 100%;
      width: 36px;
      height: 36px;
      background: rgba(0, 0, 0, 0.6); }

article.container {
  max-width: var(--container-max-width); }

article h1 {
  font-size: 2.2rem; }

article h2 {
  font-size: 1.65rem;
  padding-bottom: 0.8rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid var(--bs-border-color); }

article img {
  max-width: 100%; }

article a {
  text-decoration: none;
  color: var(--primary);
  font-weight: 500;
  text-decoration: none; }

article p,
article ul,
article ol {
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1rem; }

article div.dx-datagrid {
  margin-top: 40px;
  margin-bottom: 40px; }

article div.error-message {
  padding: 20px; }

article .error-message {
  background-color: var(--red);
  padding: 20px;
  color: var(--white);
  font-weight: bolder; }

article .custom-block {
  padding: 1rem 1.5rem 0.1rem;
  border-left-width: 0.5rem;
  border-left-style: solid;
  margin: 1rem 0; }
  article .custom-block .custom-block-title {
    margin-bottom: 8px !important; }
  article .custom-block.tip {
    background-color: var(--code-bg);
    border-color: var(--primary); }
  article .custom-block.warning {
    background-color: rgba(255, 229, 100, 0.3);
    border-color: #e7c000; }
  article .custom-block.danger {
    background-color: #ffe6e6;
    border-color: #c00; }
    article .custom-block.danger a {
      color: var(--bs-body-color); }
    article .custom-block.danger .custom-block-title {
      color: #900; }

article code {
  color: var(--code-color);
  padding: 0.25rem 0.5rem;
  margin: 0;
  font-size: .85em;
  background-color: var(--code-bg);
  border-radius: 3px;
  font-family: var(--bs-font-monospace); }

article pre {
  line-height: 1.4;
  padding: 1.25rem 1.5rem;
  margin: 0.85rem 0;
  color: var(--code-color);
  background-color: var(--code-bg);
  border-radius: 6px;
  overflow: auto; }
  article pre code {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }

@media (min-width: 768px) {
  body.no-sidebar aside {
    display: none; }
  body:not(.no-sidebar) .main-content {
    padding-left: var(--sidebar-width); }
  .icon {
    display: none; }
  nav {
    display: none; }
    .theme-oliva nav {
      display: block; } }

@media (max-width: 767px) {
  aside {
    transform: translateX(-100%); }
  .sidebar-open aside {
    transform: translateX(0); }
  main {
    --sidebar-width: 18rem; }
  header .header-right {
    display: none; }
  .icon {
    display: block; }
  .theme-oliva aside .sidebar-toggle {
    display: flex; } }

.HomeBody img, .PricesdBody img, .no-sidebar img {
  max-width: 100%; }

.HomeBody .page-content, .PricesdBody .page-content, .no-sidebar .page-content {
  padding-top: 4.6rem; }

.container.PricesArticle,
.container.HomeArticle {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }

.container.PricesArticle,
.container.HomeArticle {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }

.btn {
  font-size: 16px;
  border: none;
  min-width: 156px;
  height: 61px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF0000;
  text-transform: uppercase;
  border-radius: 6px; }
  .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn.btn-primary {
    color: #ffffff; }
    .btn.btn-primary:hover {
      background: transparent;
      color: #FF0000;
      border-color: #FF0000; }
  .btn.btn-white {
    color: #000000;
    background: #ffffff; }
    .btn.btn-white:hover {
      background: transparent;
      color: #ffffff;
      border-color: #ffffff; }

.common-title {
  color: #0A58CA;
  font-size: 48px;
  line-height: 1.3;
  background: url(../resources/images/heading-underline.svg) no-repeat bottom left;
  padding-bottom: 25px;
  margin-bottom: 61px;
  border: none !important; }
  .common-title strong {
    font-weight: bold; }
  .common-title.text-center {
    background-position: bottom center; }

.commonTxt {
  font-size: 18px;
  color: #2C3E50;
  line-height: 1.5;
  font-weight: normal; }
  .commonTxt.size-26 {
    font-size: 26px; }
  .commonTxt.size-24 {
    font-size: 24px; }

.common-subHeading {
  font-size: 32px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0; }

.mark-header {
  padding: 1rem 0;
  border-bottom: 1px solid #DDDDDD; }
  .mark-header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mark-header ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; }
    .mark-header ul li {
      margin-left: 38px; }
      .mark-header ul li a {
        color: #2C3E50;
        position: relative; }
        .mark-header ul li a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 100%;
          height: 2px;
          background: #FF0000;
          transform: scaleX(0);
          transition: 0.4s; }
        .mark-header ul li a:hover::after, .mark-header ul li a.active::after {
          transform: scaleX(1); }

.mark-header2 {
  background: #f9f9f9;
  width: 100%;
  padding: 20px 0; }

.banner-section {
  padding: 63px 0;
  min-height: 636px;
  background: url(../resources/images/banner-bg.svg) no-repeat bottom center;
  background-size: cover; }
  .banner-section .banner-headings {
    padding-bottom: 52px; }
    .banner-section .banner-headings .btn {
      margin-top: 52px; }
  .banner-section .banner-img {
    text-align: right; }
    .banner-section .banner-img img {
      margin-right: -33px; }

.innerSection {
  padding: 90px 0 207px 0;
  min-height: 100vh;
  background: url(../resources/images/inner-section-bg.svg) no-repeat bottom center;
  background-size: cover; }
  .innerSection .banner-img img {
    position: relative;
    right: -34px; }
  .innerSection.welcomeSection .withEffect {
    padding: 10px 20px;
    background: url(../resources/images/effect-bg.svg) no-repeat left center;
    background-size: cover; }
    .innerSection.welcomeSection .withEffect .common-title {
      margin-bottom: 30px; }
    .innerSection.welcomeSection .withEffect + .withEffect {
      margin-top: 37px; }

.features-section {
  padding: 67px 0 0 0; }
  .features-section .serviceTxt {
    padding-right: 92px; }
    .features-section .serviceTxt h2 {
      font-size: 31px;
      color: #2C3E50;
      margin-bottom: 16px;
      font-weight: bold;
      border: none;
      margin: 0; }
  .features-section .flex-lg-row-reverse .serviceTxt {
    padding-right: 0;
    padding-left: 92px; }
  .features-section .row {
    margin-bottom: 40px; }

.screenshot-section {
  padding-bottom: 111px; }
  .screenshot-section .ScreenshotsImg {
    padding: 0;
    position: relative; }
    .screenshot-section .ScreenshotsImg::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      height: 135px;
      background: #F9F9F9; }
    .screenshot-section .ScreenshotsImg img {
      width: 100%;
      cursor: zoom-in; }
    .screenshot-section .ScreenshotsImg .col {
      width: 22.6%;
      flex: none;
      position: relative;
      z-index: 2; }
      .screenshot-section .ScreenshotsImg .col.center {
        width: 54.8%; }
        .screenshot-section .ScreenshotsImg .col.center img {
          padding: 10px;
          border: 2px solid #DEEBFF;
          box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06); }

.NeedHelpSection {
  margin-bottom: 60px; }
  .NeedHelpSection .NeedHelpBx {
    background: url(../resources/images/need-help-bg.svg) no-repeat center center;
    border-radius: 26px;
    background-size: cover;
    color: #ffffff;
    display: flex;
    position: relative;
    align-items: center; }
    .NeedHelpSection .NeedHelpBx .NeedHelpTxt {
      width: 50%;
      padding: 58px 0 58px 70px; }
      .NeedHelpSection .NeedHelpBx .NeedHelpTxt .common-title {
        color: #ffffff;
        background: url(../resources/images/heading-underline-white.svg) no-repeat bottom left;
        margin-bottom: 30px; }
      .NeedHelpSection .NeedHelpBx .NeedHelpTxt p {
        font-size: 28px;
        margin-bottom: 38px;
        line-height: 1.2; }
    .NeedHelpSection .NeedHelpBx img {
      position: absolute;
      right: 78px;
      bottom: 0;
      max-width: initial; }

.prices-section {
  padding: 10px 0 100px 0; }
  .prices-section .pricesBx {
    max-width: 840px;
    margin: 0 auto; }
  .prices-section .subscription {
    width: 100%;
    position: relative;
    padding: 65px 40px;
    border-radius: 0 120px 0 120px;
    box-shadow: 0 26px 26px rgba(221, 221, 221, 0.5);
    border: 1px solid #DDDDDD;
    text-align: center;
    overflow: hidden;
    transition: 0.4s; }
    .prices-section .subscription h2 {
      font-size: 28px;
      color: #2C3E50;
      font-weight: normal;
      min-height: 101px;
      border: none; }
      .prices-section .subscription h2 strong {
        font-weight: bold; }
    .prices-section .subscription span {
      width: 170px;
      height: 170px;
      border-radius: 50%;
      display: flex;
      margin: 43px auto;
      align-items: center;
      justify-content: center;
      font-size: 48px;
      font-weight: bold; }
    .prices-section .subscription .btn {
      width: 178px; }
    .prices-section .subscription::after {
      content: "";
      position: absolute;
      left: -40px;
      top: 20px;
      width: 168px;
      height: 31px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      transform: rotate(-40deg);
      transform-origin: center; }
    .prices-section .subscription.free .btn {
      width: 178px;
      background: #0A58CA; }
      .prices-section .subscription.free .btn:hover {
        background: transparent;
        border-color: #0A58CA;
        color: #0A58CA; }
    .prices-section .subscription.free::after {
      content: "Free";
      background: #0A58CA; }
    .prices-section .subscription.free span {
      background: #C6DCFC;
      color: #0A58CA; }
    .prices-section .subscription.premium span {
      background: #FEE2E2;
      color: #FF0000; }
    .prices-section .subscription.premium::after {
      content: "Primium";
      background: #FF0000; }
    .prices-section .subscription:hover {
      transform: translateY(-10px); }
      .prices-section .subscription.free:hover {
        border-color: #0A58CA; }
      .prices-section .subscription.premium:hover {
        border-color: #FF0000; }

@media (min-width: 1400px) {
  .container {
    max-width: 1100px; }
  .container-lg {
    max-width: 1227px; } }

@media (max-width: 767px) {
  .w-100-lg {
    width: 100%; }
  .mark-header ul {
    margin-top: 20px; }
    .mark-header ul li {
      margin-left: 0; }
      .mark-header ul li a {
        display: inline-block; }
  footer .ftr-btm-bar .container {
    display: block; }
  footer .ftr-btm-bar .container p {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .modal {
    padding-top: 80px; }
  .banner-section {
    padding-bottom: 100px; }
    .banner-section .banner-img {
      text-align: left; }
  .features-section .serviceTxt {
    padding: 0 15px !important; }
  .NeedHelpSection .NeedHelpBx img {
    display: none; }
  .NeedHelpSection .NeedHelpBx .NeedHelpTxt {
    width: 100%;
    text-align: center;
    padding: 30px; }
  .NeedHelpSection .NeedHelpBx .common-title {
    background-position: bottom center !important; }
  .prices-section .subscription {
    margin-bottom: 40px; }
  .innerSection {
    padding-top: 60px; }
    .innerSection .common-title {
      font-size: 38px; }
    .innerSection.pageNotFound {
      text-align: center; }
      .innerSection.pageNotFound .common-title {
        background-position: bottom center; }
    .innerSection .banner-img img {
      right: 0;
      margin-top: 30px; } }
