.sidebar-open .swipe-modal, .sidebar-open .swipe-modal.visible {
  left: 260px;
  width: calc(100% - 260px); }

.changeSidebarFixed #fullContainerCreate {
  height: calc(100vh - 113px); }

.changeSidebarFixed .historyContainer {
  top: 108px; }

.md-checkbox {
  position: relative;
  margin: 16px 0; }
  .md-checkbox label {
    cursor: pointer; }
    .md-checkbox label:before, .md-checkbox label:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .md-checkbox label:before {
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.54);
      border-radius: 2px;
      cursor: pointer;
      transition: background .3s; }
  .md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px; }
    .md-checkbox input[type="checkbox"]:checked + label:before {
      background: #337ab7;
      border: none; }
    .md-checkbox input[type="checkbox"]:checked + label:after {
      transform: rotate(-45deg);
      top: 5px;
      left: 4px;
      width: 12px;
      height: 6px;
      border: 2px solid #fff;
      border-top-style: none;
      border-right-style: none; }

#chartjs-tooltip {
  opacity: 1;
  position: fixed;
  background: #ffffff;
  color: #696f75;
  box-shadow: 0 0 32px 0 #90959a;
  border: solid 1px #ffffff;
  border-radius: 3px;
  padding: 25px !important;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none; }

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.chartjs-tooltip-title {
  padding-bottom: 25px;
  font-size: 14px; }

.chartjs-tooltip-date {
  font-size: 12px;
  font-weight: normal;
  text-align: left; }

.statistic .controls {
  display: flex;
  padding: 25px 0 25px 42px;
  flex-wrap: wrap; }
  .statistic .controls .control {
    display: flex;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .statistic .controls .control b {
      margin-left: 10px; }
    .statistic .controls .control.line-through {
      opacity: 0.5;
      text-decoration: line-through; }

.statistic .title {
  font-size: 21px;
  font-weight: bold;
  color: #787f85;
  padding: 20px; }

.statistic .title-small {
  vertical-align: middle;
  padding: 0 20px;
  border-bottom: 1px solid #e4e9ee;
  color: rgba(0, 0, 0, 0.54); }
  .statistic .title-small div {
    display: flex;
    align-content: center;
    line-height: 27px; }
    .statistic .title-small div span {
      padding-left: 10px; }
    .statistic .title-small div.text-right {
      justify-content: flex-end; }

.statistic .chartBody {
  height: 50vh;
  display: flex;
  padding: 20px; }
  .statistic .chartBody .chartWrapper {
    height: 100%;
    width: 100%; }
    .statistic .chartBody .chartWrapper > div {
      height: calc(100% - 32px);
      width: 100%; }
    .statistic .chartBody .chartWrapper_scrollable {
      height: auto;
      width: auto;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      margin-bottom: -17px;
      margin-right: -17px; }

.statistic .settings .settings-menu {
  padding: 20px; }

.statistic .settings .title {
  padding: 0;
  text-align: center;
  margin-bottom: 20px; }

.statistic .text-right {
  text-align: right; }

.statistic .text-left {
  text-align: left; }

.vertical-scroll_chart, .horizontal-scroll_chart {
  z-index: 9;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  border-radius: 3px; }

.changeSidebarFixed #sidebar > div {
  top: 48px;
  height: calc(100vh - 48px); }

.changeSidebarFixed .restrictionsSizeChanged {
  height: calc(100vh - 272px) !important; }

.changeSidebarFixed #main_content {
  min-height: calc(100vh - 116px) !important; }

.animatedFast {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.botList {
  max-height: 500px;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.sidebar-item-disabled {
  cursor: no-drop !important;
  opacity: 0.5 !important; }

.bold-title-sidebar {
  font-weight: bold !important;
  font-size: 16px !important; }

.visualEditor-thumb-vertical {
  z-index: 9;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  border-radius: 3px; }
  .visualEditor-thumb-vertical:hover {
    background: rgba(0, 0, 0, 0.6); }

.sidebar-scroll-flex {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  flex-direction: column; }
  .sidebar-scroll-flex > div {
    padding: 4px; }

.mainEntitiesClass .tableEntities {
  width: 100%;
  table-layout: fixed;
  font-size: 14px; }
  .mainEntitiesClass .tableEntities thead th {
    width: 100%;
    padding: 0;
    margin: 0; }
    .mainEntitiesClass .tableEntities thead th:first-child {
      width: 48px;
      text-align: center; }
    .mainEntitiesClass .tableEntities thead th:nth-child(2) {
      width: 350px; }
  .mainEntitiesClass .tableEntities thead.visible {
    border: 1px solid #e5e5e5; }
    .mainEntitiesClass .tableEntities thead.visible th {
      text-align: left;
      padding: 12px 6px;
      font-weight: 400;
      border-bottom: 1px solid #e5e5e5;
      width: 100%; }
      .mainEntitiesClass .tableEntities thead.visible th div:first-letter {
        text-transform: uppercase; }
      .mainEntitiesClass .tableEntities thead.visible th div::first-letter {
        text-transform: uppercase; }
      .mainEntitiesClass .tableEntities thead.visible th div.thead {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--palette-black-60); }
      .mainEntitiesClass .tableEntities thead.visible th:first-child {
        width: 48px;
        text-align: center; }
      .mainEntitiesClass .tableEntities thead.visible th:nth-child(2) {
        width: 350px; }
  .mainEntitiesClass .tableEntities tbody tr {
    background: #ffffff; }
    .mainEntitiesClass .tableEntities tbody tr:hover .deleteEntity {
      visibility: visible; }
    .mainEntitiesClass .tableEntities tbody tr td {
      padding: 6px;
      border-bottom: 1px solid #e5e5e5;
      vertical-align: top;
      padding-bottom: 2px; }
      .mainEntitiesClass .tableEntities tbody tr td span.editorIcon {
        background: #fff;
        border-radius: 12px; }
      .mainEntitiesClass .tableEntities tbody tr td .deleteEntity {
        cursor: pointer;
        display: flex;
        justify-content: center; }
        .mainEntitiesClass .tableEntities tbody tr td .deleteEntity svg {
          align-self: center; }
      .mainEntitiesClass .tableEntities tbody tr td:first-child {
        text-align: center;
        width: 48px;
        border-left: 1px solid #e5e5e5; }
        .mainEntitiesClass .tableEntities tbody tr td:first-child div {
          visibility: hidden; }
      .mainEntitiesClass .tableEntities tbody tr td:last-child {
        border-right: 1px solid #e5e5e5; }
      .mainEntitiesClass .tableEntities tbody tr td.synonyms button {
        display: inline-block;
        vertical-align: top;
        padding: 4px 28px 4px 10px;
        height: 28px;
        min-height: 28px;
        margin-right: 4px;
        margin-bottom: 4px;
        text-transform: none;
        position: relative; }
        .mainEntitiesClass .tableEntities tbody tr td.synonyms button:first-letter {
          text-transform: none; }
        .mainEntitiesClass .tableEntities tbody tr td.synonyms button:hover .editButton {
          visibility: visible; }
        .mainEntitiesClass .tableEntities tbody tr td.synonyms button:hover .deleteSynonym {
          background: #fff; }
      .mainEntitiesClass .tableEntities tbody tr td.synonyms .editButton {
        position: absolute;
        top: 0;
        right: 28px;
        width: 26px;
        height: 26px;
        visibility: hidden;
        border-radius: 50%;
        background: #fff; }
        .mainEntitiesClass .tableEntities tbody tr td.synonyms .editButton i {
          font-size: 17px;
          line-height: 26px;
          color: #b0b8c0; }
      .mainEntitiesClass .tableEntities tbody tr td.synonyms .deleteSynonym {
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        text-align: center;
        padding: 5px; }
        .mainEntitiesClass .tableEntities tbody tr td.synonyms .deleteSynonym svg {
          line-height: 26px;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 0; }
  .mainEntitiesClass .tableEntities tbody .emptyEnter {
    font-family: "Montserrat", sans-serif;
    border: none;
    outline: none;
    font-size: 12px;
    font-style: italic;
    background: transparent; }
    .mainEntitiesClass .tableEntities tbody .emptyEnter.normal {
      font-style: normal; }

.dateRangeSelect .rdrDefinedRangesWrapper {
  display: none; }

.sticky-table {
  white-space: nowrap; }

.sticky-table .sticky-header {
  margin-top: 0; }

@media only screen and (max-device-width: 736px) {
  .sticky-table .sticky-header {
    padding-top: 1px;
    top: -1px; } }

.sticky-table .sticky-table-cell {
  display: table-cell;
  box-sizing: border-box; }

.sticky-table .sticky-table-row {
  display: table-row; }

.sticky-table .sticky-table-table {
  display: table;
  box-sizing: border-box; }

.sticky-table {
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.sticky-table .sticky-table-corner {
  z-index: 4; }

.sticky-table .sticky-table-header {
  z-index: 3;
  overflow: hidden; }

.sticky-table .sticky-table-column {
  min-height: 100%; }

.sticky-table .sticky-table-column, .sticky-table .sticky-table-corner, .sticky-table .sticky-table-header, .sticky-table .sticky-table-x-wrapper {
  display: inline-block;
  vertical-align: top; }

.sticky-table .sticky-table-column.hidden, .sticky-table .sticky-table-corner.hidden, .sticky-table .sticky-table-header.hidden {
  display: none; }

.sticky-table .sticky-table-header-wrapper, .sticky-table .sticky-table-y-wrapper {
  white-space: nowrap; }

.sticky-table .sticky-table-x-wrapper, .sticky-table .sticky-table-y-wrapper {
  z-index: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }

.sticky-table .sticky-table-x-wrapper {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden; }
  .sticky-table .sticky-table-x-wrapper .sticky-table-table {
    display: block !important; }
    .sticky-table .sticky-table-x-wrapper .sticky-table-table .sticky-table-row {
      display: grid;
      grid-template-columns: 22% 22% 28% 28%; }

.sticky-table .sticky-table-y-wrapper {
  height: 100%;
  overflow-y: auto;
  margin-right: -17px;
  padding-right: 17px; }

.sticky-table .sticky-table-table {
  overflow: visible;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.sticky-table-x-wrapper::-webkit-scrollbar, .sticky-table-y-wrapper::-webkit-scrollbar {
  display: none; }

.sticky-table .x-scrollbar, .sticky-table .y-scrollbar {
  position: absolute;
  background-color: transparent;
  z-index: 5;
  overflow: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.sticky-table .x-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17px; }

.sticky-table .y-scrollbar {
  right: 0;
  top: 0;
  height: 100%;
  width: 17px; }

.sticky-table .x-scrollbar div {
  height: 100%; }

.sticky-table .y-scrollbar div {
  width: 100%; }

.resizing-cells .row:not(:first-child) .cell:not(:first-child) {
  cursor: pointer; }

.resizing-cells .row:not(:first-child) .cell:not(:first-child):hover {
  background-color: #f5f5f5; }

.loaderPayment {
  width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 18px;
  position: relative; }

.sticky-table.tablePayments {
  height: auto;
  max-height: 100%;
  border-top: 0; }
  .sticky-table.tablePayments.fullHeight {
    height: 100%; }
  .sticky-table.tablePayments .sticky-table-table {
    border-bottom: 1px solid #E9F2F9; }
  .sticky-table.tablePayments .x-scrollbar {
    overflow-x: hidden; }
  .sticky-table.tablePayments .sticky-table-cell {
    padding: 15px 3px 14px 0;
    background-color: #fff; }
  .sticky-table.tablePayments .body-td-item {
    font-size: 14px;
    border-bottom: 1px solid #E9F2F9; }
    .sticky-table.tablePayments .body-td-item b {
      font-weight: 600; }
    .sticky-table.tablePayments .body-td-item:first-letter {
      text-transform: uppercase; }
  .sticky-table.tablePayments .sticky-table-header-wrapper {
    background-color: #f7f7f7; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .header-th-item {
      font-size: 12px;
      color: #d9d9d9;
      text-transform: uppercase;
      font-weight: 600; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-corner {
      border-right: none; }
      .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-corner .header-th-item {
        padding-left: 20px; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-header .header-th-item:first-child {
      min-width: 140px; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-header .header-th-item:nth-child(2) {
      min-width: 150px; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-header .header-th-item:nth-child(3) {
      min-width: 195px; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .sticky-table-header .header-th-item:nth-child(4) {
      min-width: 140px; }
    .sticky-table.tablePayments .sticky-table-header-wrapper .header-th-item {
      background-color: #f7f7f7; }
  .sticky-table.tablePayments .sticky-table-column {
    border-left: 1px solid #E9F2F9; }
    .sticky-table.tablePayments .sticky-table-column .body-td-item {
      min-width: 270px;
      padding-left: 20px; }

.customRadioBox {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 8px; }
  .customRadioBox .fakeRadio {
    width: 19px;
    height: 19px;
    position: relative;
    border: 1px solid #227FC1;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 8px; }
  .customRadioBox .label {
    display: inline-flex;
    vertical-align: middle; }
  .customRadioBox input[type=radio] {
    position: absolute;
    left: -10000px;
    top: -10000px; }
    .customRadioBox input[type=radio]:checked ~ .fakeRadio:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #227FC1; }
    .customRadioBox input[type=radio]:disabled ~ .fakeRadio {
      border-color: #757575; }
      .customRadioBox input[type=radio]:disabled ~ .fakeRadio:after {
        background: #757575; }

.dayStartSelection {
  position: relative;
  display: table;
  padding-left: 28px; }
  .dayStartSelection > input {
    width: 100px; }

.modalChooseDate .rdrDayEndPreview {
  border: none !important; }

.modalChooseDate .rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  top: 0;
  bottom: 0; }

html, body {
  min-height: 100vh; }

hr {
  border: 0;
  height: 1px;
  background-color: #EAE9E9; }

header.sticky {
  position: fixed;
  top: 0; }

#root[aria-hidden='true'] {
  width: 100vw; }

.banner--attention {
  background-color: #f36684;
  padding: 16px 24px;
  position: relative;
  width: calc(100% + 1px);
  margin-top: -24px;
  margin-bottom: 24px;
  left: -1px;
  right: 0;
  z-index: 1000; }
  .banner--attention .attention-text {
    color: #ffffff;
    font-size: 14px; }
  .banner--attention .attention-button {
    height: 24px;
    border-color: #ffffff;
    background-color: transparent;
    padding: 5px 20px;
    min-height: 24px;
    font-size: 12px;
    color: #fff; }

.justwidget h1.justwidget--headline {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  padding: 12px 50px 12px 32px !important;
  background-color: #53585c !important; }

.justwidget--close.justwidget--toggle-action {
  background: none !important; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

a {
  color: #227fc1; }

.googleDocLink a {
  text-decoration: none; }
  .googleDocLink a:hover {
    text-decoration: underline; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.startMonthName {
  padding-left: 34px !important; }

.endMonthName {
  padding-right: 28px !important; }

.googleDocLink {
  margin: 0;
  line-height: 32px; }
  .googleDocLink a {
    text-decoration: none; }
    .googleDocLink a:hover {
      text-decoration: underline; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.clientLogIdDummyBottom, .selectClientList, .QuestionItem {
  padding: 0 22px; }
  .clientLogIdDummyBottom .timeline-item, .selectClientList .timeline-item, .QuestionItem .timeline-item {
    padding: 12px;
    margin: 0 auto;
    width: 100%; }
  .clientLogIdDummyBottom .animated-background, .selectClientList .animated-background, .QuestionItem .animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 50px;
    position: relative; }
  .clientLogIdDummyBottom .background-masker, .selectClientList .background-masker, .QuestionItem .background-masker {
    background: #f7f7f7;
    width: auto;
    height: 10px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .clientLogIdDummyBottom .background-masker.marker1, .selectClientList .background-masker.marker1, .QuestionItem .background-masker.marker1 {
      top: 0;
      left: 250px;
      right: 0; }
    .clientLogIdDummyBottom .background-masker.marker2, .selectClientList .background-masker.marker2, .QuestionItem .background-masker.marker2 {
      top: 10px;
      left: 0;
      right: 0; }
    .clientLogIdDummyBottom .background-masker.marker3, .selectClientList .background-masker.marker3, .QuestionItem .background-masker.marker3 {
      top: 30px;
      left: 0;
      right: 0; }
    .clientLogIdDummyBottom .background-masker.marker4, .selectClientList .background-masker.marker4, .QuestionItem .background-masker.marker4 {
      top: 40px;
      left: 200px;
      right: 0; }
  .clientLogIdDummyBottom.dummy, .selectClientList.dummy, .QuestionItem.dummy {
    padding: 5px 20px; }
    .clientLogIdDummyBottom.dummy .timeline-wrapper, .selectClientList.dummy .timeline-wrapper, .QuestionItem.dummy .timeline-wrapper {
      height: 36px;
      overflow: hidden;
      width: 100%; }
    .clientLogIdDummyBottom.dummy .timeline-item, .selectClientList.dummy .timeline-item, .QuestionItem.dummy .timeline-item {
      padding: 0; }
    .clientLogIdDummyBottom.dummy .background-masker, .selectClientList.dummy .background-masker, .QuestionItem.dummy .background-masker {
      background: #fff; }
    .clientLogIdDummyBottom.dummy .marker-dialog1, .selectClientList.dummy .marker-dialog1, .QuestionItem.dummy .marker-dialog1 {
      top: 0;
      left: 0;
      right: 0; }
    .clientLogIdDummyBottom.dummy .marker-dialog2, .selectClientList.dummy .marker-dialog2, .QuestionItem.dummy .marker-dialog2 {
      top: 26px;
      left: 0;
      right: 0; }
  .clientLogIdDummyBottom.dummyQuestion, .selectClientList.dummyQuestion, .QuestionItem.dummyQuestion {
    padding: 6px 20px;
    background: white;
    border: 1px solid #d9d9d9;
    border-top: none; }
    .clientLogIdDummyBottom.dummyQuestion .timeline-wrapper, .selectClientList.dummyQuestion .timeline-wrapper, .QuestionItem.dummyQuestion .timeline-wrapper {
      height: 36px;
      overflow: hidden; }
    .clientLogIdDummyBottom.dummyQuestion .timeline-item, .selectClientList.dummyQuestion .timeline-item, .QuestionItem.dummyQuestion .timeline-item {
      padding: 0; }
    .clientLogIdDummyBottom.dummyQuestion .background-masker, .selectClientList.dummyQuestion .background-masker, .QuestionItem.dummyQuestion .background-masker {
      background: #fff; }
    .clientLogIdDummyBottom.dummyQuestion .marker-dialog1, .selectClientList.dummyQuestion .marker-dialog1, .QuestionItem.dummyQuestion .marker-dialog1 {
      top: 0;
      left: 0;
      right: 0; }
    .clientLogIdDummyBottom.dummyQuestion .marker-dialog2, .selectClientList.dummyQuestion .marker-dialog2, .QuestionItem.dummyQuestion .marker-dialog2 {
      top: 26px;
      left: 0;
      right: 0; }

b, strong {
  font-weight: 600; }

.hidden_input {
  position: absolute;
  top: -10000px;
  left: -10000px;
  visibility: visible; }

.g-recaptcha {
  transform: scale(0.91); }

.checked-list li:before, .advantages-list li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  margin-left: -1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="16" height="16" opacity="0"/><path d="M18,11H13V6a1,1,0,0,0-2,0v5H6a1,1,0,0,0,0,2h5v5a1,1,0,0,0,2,0V13h5a1,1,0,0,0,0-2Z" fill="rgb(1,169,97)"/></svg>'); }

.checked-list li:before {
  margin-top: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24'><path d='M22 5.682L8.286 20 2 13.438l1.611-1.683 4.675 4.868L20.389 4z' fill='rgb(1,169,97)'/></svg>"); }

.advantages-list li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24'><path d='M22 5.682L8.286 20 2 13.438l1.611-1.683 4.675 4.868L20.389 4z' fill='rgb(127,125,122)'/></svg>"); }

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  margin-left: 1px;
  margin-right: 2px;
  border-radius: 3px; }

.fulfilled {
  min-height: 48px;
  height: auto;
  display: block; }

.crisp-client {
  display: none; }
  .crisp-client.visible {
    display: block; }

.full-main {
  min-height: calc(100vh - 52px);
  display: grid !important;
  grid-template-rows: minmax(0, auto) 1fr 200fr;
  grid-template-columns: auto;
  grid-template-areas: 'demo' 'header' 'main'; }
  .full-main #demoBlock {
    grid-area: demo; }
  .full-main #header {
    grid-area: header; }
  .full-main #sidebar {
    grid-area: sidebar; }
    .full-main #sidebar * {
      font-family: "Roboto", sans-serif !important; }
  .full-main #main_content {
    grid-area: main; }
  .full-main.withSidebar {
    grid-template-columns: 81px auto;
    grid-template-areas: 'demo demo' 'sidebar header' 'sidebar main'; }

.changeSidebarFixed {
  max-height: calc(100vh - 49px);
  overflow: hidden; }
  .changeSidebarFixed .full-main {
    min-height: calc(100vh - 52px); }

.hidden {
  display: none; }

.justwidget {
  z-index: 1203 !important; }

.animated700 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes wobbleRegister {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobbleRegister {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobbleRegister {
  -webkit-animation-name: wobbleRegister;
  animation-name: wobbleRegister; }

.atreidesSliderContainer {
  margin: 0 -8px; }
  .atreidesSliderContainer > div {
    padding: 0 8px;
    overflow: hidden; }
    .atreidesSliderContainer > div > div {
      position: relative; }
  .atreidesSliderContainer + .counter {
    text-align: center; }

.atreides-slider {
  width: 100%;
  height: 38px;
  padding: 3px 0; }
  .atreides-slider .atreides-thumb {
    background: #227FC1;
    border: 2px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 26px;
    width: 26px;
    -webkit-appearance: none;
    margin-top: 2px; }
    .atreides-slider .atreides-thumb.active {
      outline: none;
      box-shadow: 0 0 0 3px #F6A801;
      border-color: white; }
  .atreides-slider .atreides-track {
    cursor: default;
    height: 4px;
    width: 100%;
    background: #227FC1;
    border: 0 solid white;
    border-radius: 5px;
    margin: 13px 0; }
    .atreides-slider .atreides-track.atreides-track-1 {
      background: #EAE9E9; }
