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

/*
$paper: #f6f8fa;
.VisualEditor{
  height: calc( 100vh - 88px );
  .root{
    height: calc( 100% - 64px );
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    position: relative;
    overflow-x: auto;
    z-index: 3;
  }
  .gridList{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    background: $paper;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gridListTile{
    width: 270px;
    min-width: 270px;
    height: 100%!important;
    overflow-y: auto;
    margin-right: 20px;
    background: #fff;
    position: relative;
  }
  &.animated{
    margin-bottom: -24px;
    background-color: $paper;
  }
}

.sortableHelper{
  z-index: 7;
  box-shadow: 0 7px 28px rgba(0,0,0,.5);
}
.connector-click-area{
  color: #000;
  cursor: pointer;
  fill: none;
  stroke: transparent;
  stroke-width: 15;
}
.rect-connector{
  cursor: pointer;
  z-index: 1;
  fill: #00ff62;
  stroke: #00ff62;
  stroke-width: 1
}
.in-rect-text{
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  fill: white;
}
.cursorPointer{
  cursor: pointer;
}

@keyframes moveDeleting {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.EditNodeActions{
  .blockIcon{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    display: inline-flex;
    margin-right: 7px;
    box-shadow: 0 4px 12px rgba(189,189,189,0.5);
  }
  .answerHeader{
    .header{
      margin-bottom: 10px;
    }
    .blockIcon{
      align-items: center;
      background: #5bedbe;
      color: #ffffff;
      justify-content: center;
      font-size: 16px;
    }
  }
  .buttonsNames, .imageHeader{
    .header{
      margin-bottom: 10px;
    }
    .errors{
      >div{
        padding: 7px 8px;
        display: block;
        background: rgba(255, 8, 0, 0.75);
        margin-bottom: 10px;
      }
    }
    .blockIcon{
      justify-content: center;
      font-size: 24px;
      background: #55a6d4;
      color: #ffffff;
      +span{
        line-height: 40px;
        font-size: 14px;
      }
    }
  }
  .imageHeader{
    .blockIcon{
      align-items: center;
      background: #d45581;
      color: #ffffff;
      justify-content: center;
      font-size: 16px;
    }
  }
  .imageBlock{
    height: 130px;
    border-radius: 10px;
    border: 2px dashed rgba(0,0,0,.33);
    position: relative;
    z-index: 1;
    input[type='file']{
      display: none;
    }
    &.deleting{
      background-color: #f1a165;
      background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
      background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
      background-image: -webkit-linear-gradient(#f1a165, #f36d0a);

      &:after {
        content: "";
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        background-image: linear-gradient(
                        -45deg,
                        rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent
        );
        z-index: 3;
        background-size: 50px 50px;
        animation: moveDeleting 2s linear infinite;
        overflow: hidden;
      }
    }

    .inner{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      border-radius: 10px;
      background-size: cover;
    }
    .overlay{
      background: rgba(0,0,0,.53);
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 10px;
      display: flex;
      left: 0;
      top: 0;
      z-index: 3;
      justify-content: center;
      align-items: center;
      button{
        //color: #ffffff;

      }
    }
  }
}
.draggingHelper{
  z-index: 1400;
}
.visualEditor-thumb-vertical{
  z-index: 9;
  background: rgba(0,0,0,.35);
  cursor: pointer;
  border-radius: 3px;
  &:hover{
    background: rgba(0,0,0,.6);
  }
}
.inputButtonNameContainer, .draggingHelper{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  &:last-child{
    margin-bottom: 0;
  }
  >div, input{
    display: inline-flex;
    vertical-align: top;
  }
  .inputButtonNameIcon{
    width: 40px;
    height: 40px;
    color: #afb7c0;
    text-align: center;
    justify-content: center;

    i{
      cursor: move;
      line-height: 40px;
    }
  }
  .inputButtonName{
    width: calc(100% - 80px);
    height: 40px;
    background: #cad2d9;
    border: 2px solid #cad2d9;
    border-radius: 5px;
    padding: 0 30px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    &:focus{
      outline: none;
      border-color: rgba(145, 255, 89, 0.63);
    }
  }
  .inputButtonRemoveIcon, .inputButtonAddIcon{
    width: 40px;
    text-align: center;
    justify-content: center;
    span,i{
      color: #b0b8c0;
      cursor: pointer;
      font-size: 20px;
      line-height: 40px;

    }
  }
  .inputButtonAddIcon{
    span,i{
      color: rgb(84, 255, 76);
    }
  }
}
.connector {
  fill: none;
  stroke: #dadada;
  stroke-width: 2;
  -webkit-box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
  -webkit-filter: drop-shadow(-5px -5px 5px #000);
  filter: drop-shadow(-5px -5px 5px #000);
  &.selected{
    stroke: #474cff
  }
}
.nodeOutputItem{
  position: absolute;
  width: 11px;
  height: 11px;
  right: -11px;
  font-size: 8px;
  line-height: 11px;
  background: #007bff;
  i{
    color: #fff;
  }
  &:before,
  &:after{
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
  }
  &:before{
    top: -3px;
    left: 0;
    border-width: 3px 0 0 11px;
    border-color: transparent transparent transparent #007bff;
  }
  &:after{
    bottom: -3px;
    top: auto;
    left: 0;
    border-width: 3px 11px 0 0 ;
    border-color: #007bff transparent transparent transparent;
  }
}
.node-container{
  z-index: 7;
  position: relative;
  box-sizing: content-box;
  padding: 0 30px 0 0;
  margin-left: 30px;
  transition: filter 0.3s ease-in-out;
  &:first-child{
    padding-top: 30px;
    .overlay{
      top: 30px;
    }
  }
  .overlay{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 8;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  &:not(.screen) + .node-container{
    margin-top: 0;
  }
  &.InputText{
    .node-content{
      margin-bottom: 0;
    }
    .blockIcon{
      background: #55A6D5;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      i{
        line-height: 24px;
        &.material-icons{
          width: 14px;
          font-size: 16px;
        }
      }
    }
  }
  &.InputNumber{
    .node-content{
      margin-bottom: 0;
    }
    .blockIcon{
      background: #DCA966;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      font-weight: 600;
      line-height: 24px;
    }
  }
  &.Switch{
    .node-content{
      margin-bottom: 0;
    }
  }
}
.addActionButton{
  position: relative;
  z-index: 7;
  //button{
  //  border: none;
  //
  //  width: 100%;
  //  height: 100%;
  //  font-size: .75em;
  //  background: rgba(0,0,0,.35);
  //  color: #6d6d6d;
  //  margin-top: 20px;
  //}
}
.node-content{
  border: 2px solid rgba(203,210,218,0.4);
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  z-index: 7;
  overflow: hidden;
  color: #777e85;
  &.hidden{
    display: none;
  }
  >div:not(.--image):not(.--buttons):not(.subContent):not(.output){
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .actionIcons{
    position: absolute;
    display: inline-flex;
    top: 5px;
    right: 5px;
    color: #b0b8c0;
    i{
      font-size: 18px;
      cursor: pointer;
    }
    i:first-child{
      margin-right: 20px;
    }
  }
  .blockIcon{
    width: 24px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    display: inline-flex;
    margin-right: 7px;
    box-shadow: 0 4px 12px rgba(189,189,189,0.5);
    align-self: flex-start;
  }
  .--text{
    .blockIcon {
      color: #ffffff;
      text-align: center;
      font-weight: 600;
      justify-content: center;
      font-size: 12px;
      background: #5bedbe;
    }
  }
  .InputText{
    .blockIcon{
      background: #55A6D5;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      i{
        line-height: 24px;
        &.material-icons{
          width: 14px;
          font-size: 16px;
        }
      }
    }
  }
  .InputPhone{
    .blockIcon{
      background: #38BC7C;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      i{
        line-height: 24px;
        &.material-icons{
          font-size: 18px;
        }
      }
    }
  }
  .InputNumber{
    .blockIcon{
      background: #DCA966;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      font-weight: 600;
      line-height: 24px;
    }
  }
  .Switch{
    .blockIcon{
      background: #42bed5;
      color: #ffffff;
      text-align: center;
      justify-content: center;
      font-weight: 600;
      line-height: 24px;
      i{
        line-height: 24px;
        &.material-icons{
          font-size: 18px;
        }
      }
    }
  }
  .--buttons{
    margin-top: 10px;
    padding: 0 20px 0;
    justify-content: center;
    text-align: center;
    .buttonItemContainer{
      margin: 0 0 10px 0;
      position: relative;
      &:last-child{
        margin-bottom: 0;
      }
      .actionsBlock{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        div{
          position: absolute;
          text-align: center;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          color: #ffffff;
          cursor: pointer;
        }
        div:first-child{
          top: -5px;
          left: 0;
          background: rgba(255, 10, 0, 0.79);
        }
        div:last-child{
          bottom: -5px;
          left: 0;
          background: rgba(0, 13, 255, 0.79);
        }
      }
      &:hover{
        .actionsBlock{
          display: block;
        }
      }
      button{
        width: 80%;
        font-size: 10px;
        text-align: center;
        font-weight: 600;
      }
    }
    .addButtonAction{
      margin: 0 auto;
      width: 80%;
      justify-content: center;
      cursor: pointer;
      form{
        margin: 0;
        padding: 0;
      }
    }
    input{
      display: block;
      outline: none;
      padding: 0 10px;
      margin-bottom: 10px;
      width: 100%;
      height: 32px;
      border-radius: 5px;
      background: rgba(0,0,0,.1);
      border:2px solid rgba(0,0,0,.2);
    }
  }
  .--image.adding{
    .blockIcon {
      color: #ffffff;
      text-align: center;
      justify-content: center;
      font-size: 12px;
      background: #3B65F0;
      i{
        line-height: 24px;
        &.material-icons{
          font-size: 16px;
        }
      }
    }
  }
  .--image:not(.adding){
    height: 120px;
    position: relative;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    .actionIcons:not(.grey){
      color: #ffffff;
    }
    &.deleting{
      background-color: #f1a165;
      background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
      background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
      background-image: -webkit-linear-gradient(#f1a165, #f36d0a);

      &:after {
        content: "";
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        background-image: linear-gradient(
                        -45deg,
                        rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent
        );
        z-index: 3;
        background-size: 50px 50px;
        animation: moveDeleting 2s linear infinite;
        overflow: hidden;
      }
    }
  }
  .content{
    display: inline-flex;
    max-width: 135px;
    color: #777e85;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
  }
  .subContent{
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
  .output{
    display: block;
    padding: 0 20px 20px;
    margin-top: 0;
    width: 100%;
    &.hidden{
      display: none;
    }
    !*.transition{
      position: relative;
      border: 1px solid rgba(0,0,0,.2);
      padding: 5px 6px;
      border-radius: 5px;
      background: rgba(150, 196, 255, 0.44);
      >div{
        top: 50%;
        margin-top: -5.5px;
      }
    }*!
  }
}
.grayScaleDisabled{
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); !* Firefox 10+, Firefox on Android *!
  -webkit-filter: grayscale(100%);
}
.addingMenu{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 7;
  top: 0;
  left: 0;
  overflow-y: auto;
  .node-content{
    background: #F2F4F6;
    border: 2px dashed #cacaca;
    cursor: pointer;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    &.disabled:not(.text):not(.image){
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); !* Firefox 10+, Firefox on Android *!
      -webkit-filter: grayscale(100%);
      border: 2px solid #cacaca;
      &:hover{
        cursor: not-allowed;

      }
    }
    &:hover{
      border: 2px solid #cacaca;
    }
    >div{
      padding: 15px 20px !important;
      display: flex;
    }
    .blockIcon{
      margin-right: 13px;
    }
    .content{
      line-height: 24px;
    }
  }
  .menuItems{
    position: relative;
    padding: 30px;
    >.header{
      font-weight: 600;
      font-size: .75rem;
      color: #777e85;
      line-height: 40px;
    }
    .material-icons.cursorPointer{
      position: absolute;
      top: 20px;
      right: 15px;
    }
  }
}

.actionsMap{
  //div:first-child{
  //  .node-content{
  //    margin-bottom: 20px;
  //    border-bottom: 2px solid;
  //    border-color: rgba(203,210,218,0.4);
  //    border-radius: 5px;
  //  }
  //}:not(:nth-child(1))\
  // :not('haveBound')
  div:last-child{
    .node-content:not(.haveBound){
      margin-bottom: 0;
      border-bottom: none;
      border-radius: 5px 5px 0 0;
    }
  }

}
.buttonsGroup{
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin-bottom: 0;
}
#svgContainer{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  g.hidden{
    display: none;
  }
}
.visualEditorFakeHeader{
  position: absolute;
  width: 100%;
  height: 115%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ffffff;
}

.visualEditorHint{
  width: calc( 270px + 135px);
  max-width: calc( 270px + 135px);
  min-width: calc( 270px + 135px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  >div,p{
    width: 100%;
    display: flex;
    text-align: center;
    color: #8e8d8d;
  }
  .svg-icon{
    fill: #9b9b9b;
    opacity: .5;
    height: 184px;
  }
}*/
.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 0.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 0.1s ease;
  transition: all 0.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;
}
.statistic .controls .control {
  display: flex;
  cursor: pointer;
  margin-right: 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: 52px;
  height: calc(100vh - 52px);
}
.changeSidebarFixed .restrictionsSizeChanged {
  height: calc(100vh - 272px) !important;
}
.changeSidebarFixed #main_content {
  min-height: calc(100vh - 116px) !important;
}

.animatedFast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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 0;
  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:first-child {
  width: 48px;
  text-align: center;
}
.mainEntitiesClass .tableEntities thead.visible th:nth-child(2) {
  width: 350px;
}
.mainEntitiesClass .tableEntities tbody tr {
  background: #ffffff;
  /*&:nth-child(even){
    background: #d9d9d9;
  }*/
}
.mainEntitiesClass .tableEntities tbody tr:hover td:first-child {
  padding-top: 8px;
}
.mainEntitiesClass .tableEntities tbody tr:hover td:first-child div {
  visibility: visible;
}
.mainEntitiesClass .tableEntities tbody tr:hover td:nth-child(2) button span.editorIcon svg {
  margin-top: 2px;
  visibility: visible;
}
.mainEntitiesClass .tableEntities tbody tr td {
  padding: 6px 6px 2px 0;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
.mainEntitiesClass .tableEntities tbody tr td span.editorIcon {
  background: #fff;
  border-radius: 12px;
}
.mainEntitiesClass .tableEntities tbody tr td .deleteEntity svg {
  margin-bottom: 4px;
  width: 20px;
  height: 20px;
}
.mainEntitiesClass .tableEntities tbody tr td:first-child {
  text-align: center;
  width: 48px;
}
.mainEntitiesClass .tableEntities tbody tr td:first-child div {
  visibility: hidden;
}
.mainEntitiesClass .tableEntities tbody tr td:first-child div svg path {
  fill: #9c9c9c;
  cursor: pointer;
}
.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 tr.newIntent td {
  padding: 12px 0;
  border-bottom: none;
}
.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;
}
.mainEntitiesClass .tableEntities tbody .newIntent .emptyEnter {
  width: 100%;
}
.mainEntitiesClass .hasInput input,
.mainEntitiesClass .hasInput textarea {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  height: 28px;
  min-height: 28px;
  outline: none;
}
.mainEntitiesClass .hasInput input {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mainEntitiesClass .hasInput textarea {
  padding: 7px 0 0 7px;
}

.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-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-column{
    border-right: 1px solid $paymentBorderTable
  }*/
}
.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;
}

/*

.tablePayments {
  width: 100%;

  &.visible {
    thead {
      th {
        background-color: $grayBackground;
      }
    }
  }

  thead.visible {
    border: 1px solid $paymentBorderTable;
    th {
      padding: 15px 3px 14px 0;
      text-align: left;
      font-weight: 400;
      border-bottom: 1px solid $paymentBorderTable;
    }
  }

  thead.invisible {
    text-align: left;
    th {
      padding: 15px 3px 14px 0;
      font-weight: 400;
    }
  }

  thead, tbody {
    th, td {
      &:first-child {
        width: 270px;
        padding-left: 20px;
      }
      &:nth-child(2) {
        min-width: 130px;
      }
      &:nth-child(3) {
        min-width: 150px;
      }
      &:nth-child(4) {
        min-width: 200px;
      }
    }
  }

  tbody {
    td {
      padding: 15px 3px 14px 0;
      border-bottom: 1px solid $paymentBorderTable;

      &:first-child {
        border-left: 1px solid $paymentBorderTable;
      }

      &:last-child {
        border-right: 1px solid $paymentBorderTable;
      }
    }
  }

}*/
.sticky-table.tariffs {
  width: 100%;
}
.sticky-table.tariffs .sticky-table-header-wrapper {
  background: red;
}
.sticky-table.tariffs thead.invisible {
  text-align: left;
}
.sticky-table.tariffs thead.invisible th {
  padding: 15px 3px 14px 0;
  font-weight: 400;
}
.sticky-table.tariffs thead th:first-child,
.sticky-table.tariffs thead td:first-child,
.sticky-table.tariffs tbody th:first-child,
.sticky-table.tariffs tbody td:first-child {
  width: 322px;
  padding-left: 20px;
}
.sticky-table.tariffs thead th:nth-child(1n+1),
.sticky-table.tariffs thead td:nth-child(1n+1),
.sticky-table.tariffs tbody th:nth-child(1n+1),
.sticky-table.tariffs tbody td:nth-child(1n+1) {
  min-width: 15.3vw;
}

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

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

.banner--attention {
  background-color: #f36684;
  padding: 16px 24px;
  position: relative;
  width: calc(100% + 46px);
  margin-top: -24px;
  margin-bottom: 24px;
  left: -23px;
  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--en .justwidget--close.justwidget--toggle-action:before {
  content: "Hide";
}

.justwidget--close.justwidget--toggle-action {
  background: none !important;
}
.justwidget--close.justwidget--toggle-action svg {
  display: none;
}
.justwidget--close.justwidget--toggle-action:before {
  left: auto;
  right: 5px;
  top: 8px;
  height: 100%;
  position: absolute;
  color: #ffffff;
  content: "Cвернуть";
  font-size: 12px;
  text-align: right;
  font-family: "Montserrat", sans-serif !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 {
  /*background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
  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;
}

/*
.dummyLoadingState{
  width: 200px;
  height: 20px;
  margin-bottom: 5px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image:
          repeating-linear-gradient(
                          -45deg,
                          #2980b9,
                          #2980b9 11px,
                          #eee 10px,
                          #eee 20px !* determines size *!
          );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}*/
iframe {
  pointer-events: none;
}

.fulfilled {
  min-height: 52px;
}

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

.hidden {
  display: none;
}

.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;
}

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