html, body {
  overscroll-behavior-x: none !important;
}

body {
  overflow-x: hidden;
}

body[data-application=true] footer {
  display: none;
}
body[data-application=true] .page-content-wrapper {
  padding-bottom: 4rem;
}

.w-100 {
  width: 100%;
}

.gap-10 {
  column-gap: 10px;
}

.auth-wrapper-inner .single-form-wrap {
  min-height: 800px;
}

.ajs-message {
  padding: 0 !important;
  background: transparent !important;
}

.webapp-navbar .webapp-navbar-inner .left .brand img {
  height: 48px;
}

.mobile-navbar .navbar-brand .is-brand img {
  height: 48px !important;
  max-height: 48px !important;
  background-color: #ffffff;
}

.mobile-subsidebar {
  width: 340px;
}

@media print {
  .is-hidden-print {
    display: none !important;
  }
}
.auth-nav .center a img {
  width: 200%;
  max-width: 150px;
}

#printProtocol p,
#printProtocol td {
  color: #000;
}

.steptip-btn {
  cursor: pointer;
}

.page-index .steptipWrapper {
  position: fixed;
  z-index: 999999;
}

.page-index #steptipBox1,
.page-index #steptipBox2,
.page-index #steptipBox3 {
  margin-left: 82px;
  margin-top: 26px;
}

.page-index #steptipBox4 {
  margin-top: 18px;
  margin-left: -276px;
}
.page-index #steptipBox4 .steptip-arrow {
  transform: rotate(225deg);
  left: auto;
  right: -8px;
}

.chat-app-wrapper {
  height: calc(100vh - 80px);
  background: transparent;
}
.chat-app-wrapper .simplebar-content {
  padding: 0 !important;
}
.chat-app-wrapper .wrapper .chat-area {
  background: #fff;
}
.chat-app-wrapper .wrapper .chat-area .chat-area-content {
  padding-bottom: 0;
}
.chat-app-wrapper .wrapper .chat-area .chat-area-content .chat-msg .chat-msg-text a {
  background: #671cc9b5;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-weight: normal;
  padding: 0 3px;
}
.chat-app-wrapper .wrapper .chat-area .chat-area-content .chat-msg.owner .chat-msg-text a {
  background: #fff;
  color: #363636;
  display: inline-block;
  border-radius: 3px;
  font-weight: normal;
  padding: 0 3px;
}
.chat-app-wrapper .wrapper .chat-area .js-messages {
  height: calc(100vh - 165px) !important;
  overflow: hidden;
  overflow-y: auto;
}
.chat-app-wrapper .wrapper .chat-area .chat-area-footer {
  width: 100%;
  position: relative;
  z-index: 9999;
  overflow: unset;
}
.chat-app-wrapper .wrapper .detail-area .chat-side-content {
  padding: 0 15px;
}

.is-absolute {
  position: absolute;
}

.preloader-content {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
}
.preloader-content .preloader-holder {
  width: 100%;
  padding: 20px 40px;
}

.mentions-input-box textarea {
  height: 38px !important;
  font-size: 14px;
}
.mentions-input-box .mentions-autocomplete-list {
  bottom: -20px !important;
  border-radius: 3px !important;
}
.mentions-input-box .mentions {
  line-height: 1.2;
  font-size: 14px;
  padding: 0;
}
.mentions-input-box .mentions > div > strong {
  background: rgba(var(--smart-primary-rgb), 0.3);
  color: #fff;
  border-radius: 3px;
  line-height: 1.2;
}

.hover-show-holder .hover-show {
  visibility: hidden;
}
.hover-show-holder:hover .hover-show {
  visibility: visible;
}
.hover-show-holder.hover-show-effect .hover-show {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 200ms, opacity 200ms;
}
.hover-show-holder.hover-show-effect:hover .hover-show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 200ms;
}

.page-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
}

.property-dashboard .saas-billing-wrapper .plans-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 770px) {
  .property-dashboard .saas-billing-wrapper .plans-wrapper .left {
    width: 40%;
  }
  .property-dashboard .saas-billing-wrapper .plans-wrapper .right {
    width: 51%;
  }
}
@media screen and (max-width: 565px) {
  .property-dashboard .saas-billing-wrapper .plans-wrapper .plans .plan {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}

.page-pricing-features .saas-billing-wrapper .plans-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 770px) {
  .page-pricing-features .saas-billing-wrapper .plans-wrapper .left {
    width: 45%;
  }
}
@media screen and (max-width: 565px) {
  .page-pricing-features .saas-billing-wrapper .plans-wrapper .left .plans .plan {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
.page-pricing-features .boxed-features .not-allowed-feature {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #283252 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #283252 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 769px) {
  .page-pricing-features .boxed-features .flex-card .flex-cell {
    width: 50%;
  }
  .page-pricing-features .boxed-features .flex-card .flex-cell:nth-child(even) {
    border-right: none;
  }
  .page-pricing-features .boxed-features .flex-card .flex-cell:last-child,
.page-pricing-features .boxed-features .flex-card .flex-cell:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 770px) and (max-width: 991px) {
  .page-pricing-features .boxed-features .flex-card .flex-cell {
    width: 33.333%;
  }
  .page-pricing-features .boxed-features .flex-card .flex-cell:nth-child(3n) {
    border-right: none;
  }
  .page-pricing-features .boxed-features .flex-card .flex-cell:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .page-pricing-features .boxed-features .flex-card .flex-cell:nth-child(4n) {
    border-right: none;
  }
  .page-pricing-features .boxed-features .flex-card .flex-cell:last-child,
.page-pricing-features .boxed-features .flex-card .flex-cell:nth-last-child(2),
.page-pricing-features .boxed-features .flex-card .flex-cell:nth-last-child(3),
.page-pricing-features .boxed-features .flex-card .flex-cell:nth-last-child(4) {
    border-bottom: none;
  }
}

.table-print {
  border-color: #181818;
  color: #181818;
}
.table-print th, .table-print td, .table-print tr {
  border-color: #181818 !important;
  color: #181818 !important;
}

.print-page p {
  color: #181818 !important;
}

smart-scheduler {
  --smart-primary: #671cc9b5;
  --smart-ui-state-active: #671cc9b5;
  --smart-ui-state-active-color: #fff;
}
smart-scheduler .smart-scheduler-event * {
  color: #fff;
}

.text-opacity-1 {
  opacity: 0.1;
}

.hover-text-opacity-1:hover {
  opacity: 0.1;
}

.text-opacity-2 {
  opacity: 0.2;
}

.hover-text-opacity-2:hover {
  opacity: 0.2;
}

.text-opacity-3 {
  opacity: 0.3;
}

.hover-text-opacity-3:hover {
  opacity: 0.3;
}

.text-opacity-4 {
  opacity: 0.4;
}

.hover-text-opacity-4:hover {
  opacity: 0.4;
}

.text-opacity-5 {
  opacity: 0.5;
}

.hover-text-opacity-5:hover {
  opacity: 0.5;
}

.text-opacity-6 {
  opacity: 0.6;
}

.hover-text-opacity-6:hover {
  opacity: 0.6;
}

.text-opacity-7 {
  opacity: 0.7;
}

.hover-text-opacity-7:hover {
  opacity: 0.7;
}

.text-opacity-8 {
  opacity: 0.8;
}

.hover-text-opacity-8:hover {
  opacity: 0.8;
}

.text-opacity-9 {
  opacity: 0.9;
}

.hover-text-opacity-9:hover {
  opacity: 0.9;
}

.text-opacity-10 {
  opacity: 1;
}

.hover-text-opacity-10:hover {
  opacity: 1;
}

.text-break-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 1px 0px;
  text-align: left;
}

.text-break-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 1px 0px;
  text-align: left;
}

.text-break-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 1px 0px;
  text-align: left;
}

.text-break-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 1px 0px;
  text-align: left;
}

.modal .datetimepicker:not(.is-active) {
  display: none;
}

/* Additional Pages */
.additional-page {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .additional-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.additional-page p {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 15px;
}
.additional-page img {
  max-width: 100% !important;
  border: 1px solid #671cc9;
  border-radius: 7px;
  overflow: hidden;
}
.additional-page ul,
.additional-page ol {
  padding: 10px 35px;
  list-style-position: inside;
  font-size: 15px;
  color: #0a0a0a;
}
.additional-page ul li,
.additional-page ol li {
  list-style-position: outside;
  color: #0a0a0a;
}
.additional-page ul li {
  list-style-type: disc !important;
}
.additional-page ol li {
  list-style-type: decimal !important;
}
.additional-page a,
.additional-page a:focus {
  color: #671cc9;
}
.additional-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.additional-page h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.additional-page h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.additional-page h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.additional-page h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.additional-page h1, .additional-page h2, .additional-page h3, .additional-page h4,
.additional-page h5, .additional-page h6 {
  font-weight: bolder;
}

body.page-kak-da-zapochnem .additional-page img {
  width: 400px !important;
}

.control.has-validation.has-error .textarea, .control.has-validation.has-error .select select, .control.has-validation.has-error .input {
  border: 1px solid;
  border-color: #e62965 !important;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.control.has-validation.has-success .textarea, .control.has-validation.has-success .select select, .control.has-validation.has-success .input {
  border: 1px solid;
  border-color: #06d6a0 !important;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.section-app-features .illustration-widget h3 {
  font-size: 1.25rem;
  font-family: inherit;
  margin-bottom: 10px;
}
.section-app-features .illustration-widget p {
  color: #283252;
  font-size: 1rem;
  margin-bottom: 10px;
}

/*.files-manager {
  .file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    //margin-bottom: 20px;
    height: 100%;

    &.downloaded {
      opacity: 0.4;

      &:before {
        position: absolute;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        inset: 0;
        content: "\f05e1";
        font: normal normal normal 24px/1 "Material Design Icons";
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-size: 5rem;

        color: green;
      }
    }

    &:focus,
    &:hover {
      background: rgba(var(--smart-primary-rgb), 0.2);
      -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);

      .file-close {
        visibility: visible
      }
    }

    .file-close {
      color: #f1556c;
      position: absolute;
      line-height: 24px;
      font-size: 24px;
      right: 10px;
      top: 10px;
      visibility: hidden;
    }

    .file-img-box {
      line-height: 120px;
      text-align: center;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 30px 0;

      i {
        font-size: 64px;
        color: var(--primary);
        line-height: 1;
      }

      img {
        height: 64px
      }
    }

    .file-download {
      font-size: 32px;
      color: #98a6ad;
      //position: absolute;
      //right: 10px;
      line-height: 1;

      &:hover {
        color: #313a46
      }
    }

    .file-open {
      font-size: 32px;
      color: #98a6ad;
      //position: absolute;
      //right: 30px;
      line-height: 1;

      &:hover {
        color: #313a46
      }
    }

    .file-man-data-holder {
      flex-wrap: nowrap;
      max-width: 100%;
      display: flex;

      > div {
        padding: 0;
      }

      .file-man-actions {
        text-align: right;
        display: flex;
        gap: 0.25rem;
        justify-content: flex-end;
      }
    }

    .file-man-title {
      //padding-right: 25px
      max-width: 75%;
    }

    &.google-drive {
      .file-img-box {
        padding: 0;
        height: 120px;

        img {
          width: 100%;
          height: 100px;
          object-fit: cover;
          margin-bottom: 20px;
        }
      }

      .file-download {
        font-size: 25px;
        //right: 35px;
      }

      .file-open {
        font-size: 23px;
        //right: 10px;
      }

      .file-man-title {
        //padding-right: 40px
      }
    }
  }

  h5.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
  }
}*/
.files-manager {
  padding: 20px 0;
}
.files-manager h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #671cc9;
  margin-bottom: 12px;
}
.files-manager .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.files-manager .file-box:hover {
  border-color: #e5e5e5;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.files-manager .file-box img {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.files-manager .file-box .meta {
  margin-left: 12px;
  line-height: 1.3;
}
.files-manager .file-box .meta span {
  display: block;
}
.files-manager .file-box .meta span:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #283252;
}
.files-manager .file-box .meta span:nth-child(2) {
  font-size: 0.9rem;
  color: #a2a5b9;
}
.files-manager .file-box .meta span:nth-child(2) i {
  position: relative;
  top: -3px;
  font-size: 0.3rem;
  color: #a2a5b9;
  margin: 0 4px;
}
.files-manager .file-box .dropdown {
  margin-left: auto;
}

.modal.is-big .modal-content {
  width: 100%;
  max-width: 1440px;
}

p,
.light-text {
  color: #000;
  font-weight: 400;
  font-family: unset;
}

.flex-table .flex-table-header span {
  color: #000;
  font-weight: bold;
}

.webapp-navbar .webapp-navbar-inner .center .centered-links {
  max-width: 720px;
}
.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link i {
  color: #671cc9 !important;
}
.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link svg {
  stroke: #671cc9 !important;
}
.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link span {
  color: #000;
  font-weight: 500;
  font-family: unset !important;
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner {
  min-height: 300px;
}
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center {
  max-height: 300px;
}
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a {
  color: #363636;
}

.dropdown.is-dots .is-trigger svg {
  stroke: #000;
}

.dropdown.is-spaced .dropdown-item.is-media .meta span:nth-child(2) {
  color: #000;
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:first-child {
  color: #000;
}

.section-placeholder .placeholder-content p {
  color: #000;
}

.media-flex-center .flex-meta span:nth-child(2), .media-flex-center .flex-meta > a:nth-child(2) {
  color: #000;
}

.flex-table .flex-table-item .flex-table-cell.is-user > div .item-meta, .flex-table .flex-table-item .flex-table-cell.is-media > div .item-meta {
  color: #671cc9;
}

.field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.field ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.field :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.field :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.field > label {
  color: #000 !important;
  font-family: unset;
  font-size: 1rem;
}

.checkbox,
.switch-block .text span {
  color: #000;
}

.slick-slider-tools .project-grid-item {
  height: 100%;
  display: flex !important;
  flex-flow: column;
}
.slick-slider-tools .project-grid-item progress {
  margin-top: auto;
}
.slick-slider-tools .slick-track {
  display: flex !important;
}
.slick-slider-tools .slick-slide {
  height: inherit !important;
}
.slick-slider-tools .slick-slide {
  margin: 0 7px;
}
.slick-slider-tools .slick-slide:focus {
  outline: none !important;
}
.slick-slider-tools .slick-slide.slick-current .project-grid-item {
  background-color: #f4edfd;
  border-color: #671cc9;
}
.slick-slider-tools .slick-slide.slick-current .food-pill-icon {
  border-color: #671cc9;
}
.slick-slider-tools .slick-slide.slick-current > span {
  color: #fcfcfc;
}
.slick-slider-tools .slick-custom.is-prev {
  right: 30px;
}
.slick-slider-tools .slick-custom.is-prev i {
  position: relative;
  left: -1px;
}
.slick-slider-tools .slick-custom.is-next {
  right: 0;
}
.slick-slider-tools .slick-custom.is-next i {
  position: relative;
  right: -1px;
}
.slick-slider-tools .slick-prev:before,
.slick-slider-tools .slick-next:before {
  color: #999;
}
.slick-slider-tools .slick-custom {
  position: absolute;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100px;
  cursor: pointer;
  color: #a2a5b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 25;
}
.slick-slider-tools .slick-custom svg {
  height: 16px;
  width: 16px;
  stroke: #671cc9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slider-tools .slick-custom:hover {
  border-color: #e3e3e3;
  background: #fff;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
  .banking-dashboard > .columns {
    flex-direction: column-reverse;
    display: flex;
  }
}

.data-content-holder {
  max-height: 520px;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .data-content-modal-holder {
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .data-content-modal-holder {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .flex-table .flex-table-cell:before {
    margin-right: 10px;
  }
}
div.avatar {
  border-radius: 100px;
}

div.avatar,
img.avatar {
  border: 1px solid #671cc945;
}

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