@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.woff) format("woff"); }

@font-face {
  font-family: Robotobold;
  src: url(../fonts/Robotobold.woff) format("woff"); }

body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(../images/tile.png);
  background-repeat: repeat;
  background-size: 30px 30px;
  background-color: #FBFBFB;
  height: 100%;
}

:root {
  --primaryGradient: #fff;
  --secondaryGradient: #fff;
  --primary: #e30611;
}

abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
.stretch {
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.grid, .grid-noGutter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
.grid .col, .grid-noGutter .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }
.grid .col-p, .grid-noGutter .col-p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem 1rem; }
.grid .col-1, .grid-noGutter .col-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }
.grid .col-1_5, .grid-noGutter .col-1_5 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }
.grid .col-2, .grid-noGutter .col-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }
.grid .col-3, .grid-noGutter .col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }
.grid .col-4, .grid-noGutter .col-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }
.grid .col-5, .grid-noGutter .col-5 {
  -ms-flex-preferred-size: 41.666667%;
  flex-basis: 41.666667%;
  max-width: 41.666667%; }
.grid .col-6, .grid-noGutter .col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }
.grid .col-8, .grid-noGutter .col-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }
.grid .col-9, .grid-noGutter .col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }
.grid .col-10, .grid-noGutter .col-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }
.grid .col-12, .grid-noGutter .col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.grid .col-right, .grid-noGutter .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.grid .col-middle, .grid-noGutter .col-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.grid .col-bottom, .grid-noGutter .col-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-green {
  color: #26cd58 !important;
}
.text-red {
  color: #E30611 !important;
}
.text-black {
  color: #001424 !important;
}
.text-gray {
  color: #808080 !important;
}
.text-gray-light {
  color: #9198a0 !important;
}
.text-gray-raven {
  color: #6e7782 !important;
}

.mr-4 {
  margin-right: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.m-4 {
  margin: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.pl-4 {
  padding-left: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.p-4 {
  padding: 4px !important; }

.mr-8 {
  margin-right: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.m-8 {
  margin: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.p-8 {
  padding: 8px !important; }

.mr-12 {
  margin-right: 12px !important; }

.ml-12 {
  margin-left: 12px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.m-12 {
  margin: 12px !important; }

.pr-12 {
  padding-right: 12px !important; }

.pl-12 {
  padding-left: 12px !important; }

.pt-12 {
  padding-top: 12px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.p-12 {
  padding: 12px !important; }

.mr-16 {
  margin-right: 16px !important; }

.ml-16 {
  margin-left: 16px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.m-16 {
  margin: 16px !important; }

.pr-16 {
  padding-right: 16px !important; }

.pl-16 {
  padding-left: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.p-16 {
  padding: 16px !important; }

.mr-24 {
  margin-right: 24px !important; }

.ml-24 {
  margin-left: 24px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.m-24 {
  margin: 24px !important; }

.pr-24 {
  padding-right: 24px !important; }

.pl-24 {
  padding-left: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.p-24 {
  padding: 24px !important; }

.mr-32 {
  margin-right: 32px !important; }

.ml-32 {
  margin-left: 32px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.m-32 {
  margin: 32px !important; }

.pr-32 {
  padding-right: 32px !important; }

.pl-32 {
  padding-left: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.p-32 {
  padding: 32px !important; }

.mr--4 {
  margin-right: -4px !important; }

.ml--4 {
  margin-left: -4px !important; }

.mt--4 {
  margin-top: -4px !important; }

.mb--4 {
  margin-bottom: -4px !important; }

.m--4 {
  margin: -4px !important; }

.pr--4 {
  padding-right: -4px !important; }

.pl--4 {
  padding-left: -4px !important; }

.pt--4 {
  padding-top: -4px !important; }

.pb--4 {
  padding-bottom: -4px !important; }

.p--4 {
  padding: -4px !important; }

.mr--8 {
  margin-right: -8px !important; }

.ml--8 {
  margin-left: -8px !important; }

.mt--8 {
  margin-top: -8px !important; }

.mb--8 {
  margin-bottom: -8px !important; }

.m--8 {
  margin: -8px !important; }

.pr--8 {
  padding-right: -8px !important; }

.pl--8 {
  padding-left: -8px !important; }

.pt--8 {
  padding-top: -8px !important; }

.pb--8 {
  padding-bottom: -8px !important; }

.p--8 {
  padding: -8px !important; }

.mr--12 {
  margin-right: -12px !important; }

.ml--12 {
  margin-left: -12px !important; }

.mt--12 {
  margin-top: -12px !important; }

.mb--12 {
  margin-bottom: -12px !important; }

.m--12 {
  margin: -12px !important; }

.pr--12 {
  padding-right: -12px !important; }

.pl--12 {
  padding-left: -12px !important; }

.pt--12 {
  padding-top: -12px !important; }

.pb--12 {
  padding-bottom: -12px !important; }

.p--12 {
  padding: -12px !important; }

.mr--16 {
  margin-right: -16px !important; }

.ml--16 {
  margin-left: -16px !important; }

.mt--16 {
  margin-top: -16px !important; }

.mb--16 {
  margin-bottom: -16px !important; }

.m--16 {
  margin: -16px !important; }

.pr--16 {
  padding-right: -16px !important; }

.pl--16 {
  padding-left: -16px !important; }

.pt--16 {
  padding-top: -16px !important; }

.pb--16 {
  padding-bottom: -16px !important; }

.p--16 {
  padding: -16px !important; }

.mr--24 {
  margin-right: -24px !important; }

.ml--24 {
  margin-left: -24px !important; }

.mt--24 {
  margin-top: -24px !important; }

.mb--24 {
  margin-bottom: -24px !important; }

.m--24 {
  margin: -24px !important; }

.pr--24 {
  padding-right: -24px !important; }

.pl--24 {
  padding-left: -24px !important; }

.pt--24 {
  padding-top: -24px !important; }

.pb--24 {
  padding-bottom: -24px !important; }

.p--24 {
  padding: -24px !important; }

.mr--32 {
  margin-right: -32px !important; }

.ml--32 {
  margin-left: -32px !important; }

.mt--32 {
  margin-top: -32px !important; }

.mb--32 {
  margin-bottom: -32px !important; }

.m--32 {
  margin: -32px !important; }

.pr--32 {
  padding-right: -32px !important; }

.pl--32 {
  padding-left: -32px !important; }

.pt--32 {
  padding-top: -32px !important; }

.pb--32 {
  padding-bottom: -32px !important; }

.p--32 {
  padding: -32px !important; }

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: .8rem; /*3.6rem;*/
  font-size: 1.4rem;
  border-radius: 4px;
  height: 48px;
  outline: 0;
  cursor: pointer;
}
.btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto !important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}
.btn-right {
  text-align: right;
  right: 28px;
}
.btn-inside {
  margin: 0 0 4px 8px !important;
}

.btn-link-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}
.btn-red {
  background-color: var(--primary);
  color: #fff !important;
  border: 1px solid var(--primary);
  cursor: pointer;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.btn-red:hover {
  background-color: #c90000;
  border: 1px solid #c90000;
}
.btn-gray {
  background-color: #BBC1C7;
  color: #fff !important;
  border: 1px solid #BBC1C7;
  cursor: pointer;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
.btn-gray:hover {
  background-color: #c90000;
  border: 1px solid #c90000;
}
.btn-black {
  background-color: #000000;
  color: #fff !important;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
.btn-black:hover {
  background-color: #c90000;
  border: 1px solid #c90000;
}
.btn-icon {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: middle;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none !important;}
.btn-icon::-moz-focus-inner {
  padding: 0;
  border: 0px !important;
}
.btn-icon[data-icon='download'] {
  background-image: url(../images/download.svg);
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
  outline: none !important;
}
.btn-icon[data-icon='download']:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  outline: none !important;
}
.btn-icon[data-icon='email'] {
  background-image: url(../images/email.svg);
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
  outline: none !important;
}
.btn-icon[data-icon='email']:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  outline: none !important;
}
.btn-icon[data-icon='credit'] {
  background-image: url(../images/credit.svg);
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
  outline: none !important;
}
.btn-icon[data-icon='credit']:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  outline: none !important;
}
.btn-icon[data-icon='qr'] {
  background-image: url(../images/qr.svg);
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
  outline: none !important;
}
.btn-icon[data-icon='qr']:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  outline: none !important;
}
.btn-icon[data-icon='telegram-circled'] {
  background-image: url(../images/telegram-circled.svg);
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
  outline: none !important;
}
.btn-icon[data-icon='telegram-circled']:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  outline: none !important;
}
.btn-icon[data-icon='add-circle'] {
  background-image: url(../images/circle-add-gray.svg);
  outline: none !important;
}
  .btn-icon[data-icon='add-circle']:hover {
    background-image: url(../images/circle-add-red.svg);
    outline: none !important;
  }
.btn-icon[data-icon='delete-circle'] {
  background-image: url(../images/circle-delete-gray.svg);
  outline: none !important;
}
.btn-icon[data-icon='delete-circle']:hover {
  background-image: url(../images/circle-delete-red.svg);
  outline: none !important;
}
.btn-icon[data-icon='close-circle'] {
  background-image: url(../images/close-circle.svg);
  outline: none !important;
}
.btn-icon[data-icon='delete-gray'] {
  background-image: url(../images/delete-gray-icon.svg);
  outline: none !important;
}
.btn-icon[data-icon='dialog-error'] {
  height: 56px;
  width: 56px;
  background-image: url(../images/dialog-error.svg);
  outline: 0 none !important;
}
  .btn-icon[data-icon='dialog-error']:visited, .btn-icon[data-icon='dialog-error']:focus, .btn-icon[data-icon='dialog-error']:active, .btn-icon[data-icon='dialog-error']:hover {
    outline: 0 none !important;
  }
.btn-icon[data-icon='dialog-success'] {
  height: 64px;
  width: 64px;
  background-image: url(../images/dialog-success.svg);
  outline: 0 none !important;
}
  .btn-icon[data-icon='dialog-success']:visited, .btn-icon[data-icon='dialog-success']:focus, .btn-icon[data-icon='dialog-success']:active, .btn-icon[data-icon='dialog-success']:hover {
    outline: 0 none !important;
  }
.btn-icon[data-icon='grab'] {
  background-image: url(../images/grabme.svg);
  outline: 0 none !important;
}
.btn-icon.btn-8 {
  height: 8px;
  width: 8px;
  background-size: 100%;
}
.btn-icon.btn-12 {
  height: 12px;
  width: 12px;
  background-size: 100%;
}
.btn-icon.btn-16 {
  height: 16px;
  width: 16px;
  background-size: 100%;
}
.btn-icon.btn-20 {
  height: 20px;
  width: 20px;
  background-size: 100%;
}
.btn-icon.btn-22 {
  height: 22px;
  width: 22px;
  background-size: 100%;
}
.btn-icon.btn-24 {
  height: 24px;
  width: 24px;
  background-size: 100%;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  text-align: center;
  color: #6e7782;
}
  .btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

.btn-transparent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  text-align: center;
  background-color: transparent;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #A6A6B3;
  border: 1px solid #E8E8EF;
  border-radius: 5px;
  vertical-align: top;
}
  .btn-transparent:hover {
    background-color: transparent;
    color: #5e666e;
    border: 1px solid #b2b5bc;
  }

.btn-transparent-red {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  text-align: center;
  background-color: transparent;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #c90000;
  border: 1px solid #c90000;
  border-radius: 5px;
  vertical-align: top;
}
  .btn-transparent-red:hover {
    background-color: #c90000;
    color: #fff !important;
    border: 1px solid #c90000;
  }

.btn-none-border {
  border: transparent;
}
  .btn-none-border:hover {
    border: transparent;
  }

.btn-link {
  padding: 0;
  border-radius: 0;
  height: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  text-decoration: none;
  -webkit-transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: color, background, border 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  color: #0069bd;
  cursor: pointer;
}
  .btn-link:hover {
    color: #004d8a;
    text-decoration: underline;
  }

.btn-full-width {
  width: 100%;
  outline: none !important;
}

#utterances {
  width: 300px;
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.utterance {
  padding-right: 4px;
  white-space: pre-wrap;
}
.item-utterance {
  -webkit-box-shadow: inset 0px -1px 0px #E5E2EB;
  box-shadow: inset 0px -1px 0px #E5E2EB;
  line-height: 24px;
  font-size: 12px;
  padding: 4px 20px 4px 0px;
  position: relative;
  cursor: default;
  font-family: Roboto;
}
.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}
.pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.pagination-wrap .pagination div {
  color: #333333;
  cursor: pointer; }
.pagination-wrap .pagination div.active {
  color: #e30613;
}
.utterance-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #bbc1c7;
  cursor: pointer;
}
.utterance-page:hover, .utterance-page.active {
  background-color: #001424;
}
.item-company-name{
}
.item-company-tax {
  color: #808292;
}
.item-company-address{
  color: #808292;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-checker-component .checker-container {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  line-height: 18px;
}
  .app-checker-component .checker-container .moderation-offer {
    text-decoration: underline;
  }
  .app-checker-component .checker-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    padding: 0;
    margin: 0;
  }
    .app-checker-component .checker-container input:checked ~ .white-check-mark {
      background-color: var(--primary);
      border-color: var(--primary);
    }
    .app-checker-component .checker-container input:checked ~ .white-check-mark:after {
      display: block;
      left: 5px;
      top: 1px;
      width: 6px;
      height: 10px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  .app-checker-component .checker-container .white-check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e5e2eb;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 2px;
  }
    .app-checker-component .checker-container .white-check-mark:after {
      content: '';
      position: absolute;
      display: none;
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
    }




#proplist .div-input {
  width: 290px;
  height: 100px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 16px;
  margin-bottom: 16px;
}
/* base settings */

#navigation {
  height: 71px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  width: 100%;
  display: table;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 9
}
#back {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #F1F4FC;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
#back img {
  margin-top: 0px;
}
#names {
  display: inline-block;
  vertical-align: top;
}
#title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #393C44;
  margin-bottom: 0px;
  margin-top: 14px;
}
#subtitle {
  font-family: Roboto;
  color: #808292;
  font-size: 12px;
  margin-top: -2px;
}
#leftside {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#centerswitch {
  position: absolute;
  width: 222px;
  left: 50%;
  margin-left: -111px;
  top: 15px;
}
#leftswitch {
  border: 1px solid #E8E8EF;
  background-color: #FBFBFB;
  width: 111px;
  height: 39px;
  line-height: 39px;
  border-radius: 5px 0px 0px 5px;
  font-family: Roboto;
  color: #393C44;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#rightswitch {
  font-family: Roboto;
  color: #808292;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #E8E8EF;
  height: 39px;
  width: 102px;
  display: inline-block;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  margin-left: -5px;
  cursor: pointer;
}
#discard {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #A6A6B3;
  width: 95px;
  height: 38px;
  border: 1px solid #E8E8EF;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#discard:hover {
  cursor: pointer;
  opacity: .7;
}
#publish1 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  background-color: var(--primary);
  border-radius: 5px;
  width: 143px;
  height: 38px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  margin-right: 20px;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#publish1:hover {
  cursor: pointer;
  opacity: .7;
}
#buttonsright {
  float: right;
  margin-top: 15px;
}
#login {
  background: #fff;
  height: 100%;
  width: 350px;
}
#login .blockelem {
  width: 318px;
}
#loginBlock input,select,textarea {
  width: 308px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 2px 0 8px 0;
}
#leftcard {
  width: 350px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  padding-top: 85px;
  padding-left: 18px;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
}
#formLogo input[type="file"] {
  width: 100px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgb(34 34 87 / 5%);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 4px 0 16px 0;
}
#formLogo button {
  width: 290px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgb(34 34 87 / 5%);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
}
::-webkit-input-placeholder { /* Edge */
  color: #C9C9D5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C9C9D5
}

::placeholder {
  color: #C9C9D5;
}
.icon-attention {
  height: 16px;
  width: 16px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  padding: 0px;
  border-radius: 50%;
  font-size: 14px;
  font-family: serif;
  font-weight: 700;
  outline: none !important;
}
.icon-question {
  height: 14px;
  width: 14px;
  background-color: #9198a0;
  color: #fff;
  border: none;
  padding: 0px;
  border-radius: 50%;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  outline: none !important;
}
.search input {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 35px;
  font-family: Roboto;
  font-size: 16px;
}
.search img {
  position: absolute;
  margin-top: 10px;
  width: 18px;
  margin-left: 12px;
}
.search .clear {
  position: absolute;
  margin-top: 10px;
  right: 40px;
  cursor: pointer;
}

label {
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  line-height: 21px;
  display: block;
}

#header {
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  color: #393C44;
}
#subnav {
  border-bottom: 1px solid #E8E8EF;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 10px;
}
#company {
  margin-left: 20px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #808292;
  width: calc(88% / 3);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
}

.company{
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  padding: 4px 8px 4px 12px;
  cursor: pointer;
}

#socials {
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: calc(88% / 3);
  text-align: center;
  float: left;
}
#assistant {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
#footer {
  position: absolute;
  left: 0;
  padding-left: 20px;
  line-height: 40px;
  bottom: 0;
  width: 362px;
  border: 1px solid #E8E8EF;
  height: 67px;
  box-sizing: border-box;
  background-color: #FFF;
  font-family: Roboto;
  font-size: 14px;
}
#footer a {
  text-decoration: none;
  color: #393C44;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#footer a:hover {
  opacity: .5;
}
#footer span {
  color: #808292;
}
#footer p {
  display: inline-block;
  color: #808292;
}
#footer img {
  margin-left: 5px;
  margin-right: 5px;
}
.navactive {
  color: #393C44!important;
  cursor: default;
}
.navactive:after {
  display: block;
  content: "";
  width:  calc(100% - 16px);
  height: 4px;
  background-color: var(--primary);
  margin-top: -4px;
  margin-left: 8px;
}
.navdisabled {
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
.navdisabled:hover {
  cursor: pointer;
  opacity: .5;
}
.mcc {
  width: 80px !important;
}
#canvas .blockelem {
  width: 318px;
}
#leftcard .blockelem {
  width: 318px;
}
#rightside .blockelem {
  display: inline-block;
}
.blockelem {
  padding-top: 10px;
  border: 1px solid transparent;
  transition-property: box-shadow, height;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.05,.03,.35,1);
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
  box-sizing: border-box;
}
.blockelem:hover {
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
  border-radius: 5px;
  background-color: #FFF;
}
.blockelem.panelelem {
  padding: 5px;
  margin: 8px;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  transition-property: box-shadow, height;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.05,.03,.35,1);
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
  box-sizing: border-box;
}
.blockelem.panelelem:hover {
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
  border-radius: 5px;
  background-color: #FFF;
}
.removed {
  opacity: 0.4;
}
.grabme, .blockico {
  display: inline-block;
  cursor: move;
}
.maildomain {
  margin-top: 16px;
  margin-left: -12px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#blocklist {
  /*height: calc(100% - 220px);*/
  overflow: auto;
}
#proplist {
  height: calc(100vh - 300px);
  overflow: auto;
  margin-top: -30px;
  padding-top: 16px;
}
#trash {
  position: fixed;
  right: 0;
}
  #trash .trash {
    height: 100vh;
    width: 200px;
    background-color: var(--primary);
    opacity: 5%;
  }
    #trash.dangerous .trash {
      opacity: 70% !important;
    }
  #trash .warning {
    position: fixed;
    top: 100px;
    text-align: center;
    font-family: Roboto;
    color: #808292;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }
    #trash.dangerous .warning {
      font-weight: 900;
      color: #000 !important;
    }
  #trash .ico {
    display: none;
    position: fixed;
    bottom: 20px;
    width: 24px;
  }
.blockin {
  display: inline-block;
  vertical-align: top;
  cursor: move;
}
.blockico {
  width: 36px;
  height: 36px;
  background-color: #F1F4FC;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.blockico span {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.blockico img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 24px;
}
.blocktext {
  display: inline-block;
  width: 234px;
  vertical-align: top;
  margin-left: 12px;
  margin-right: 12px;
}
.blocktitle {
  margin: 0px!important;
  padding: 0px!important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #393C44;
}
.blockdesc {
  margin-top: 5px;
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  line-height: 21px;
}
.blockdisabled {
  background-color: #F0F2F9;
  opacity: .5;
}
.cardtitle {
  margin: 0px!important;
  padding: 0px!important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #393C44;
}
.carddesc {
  margin-top: 2px;
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  line-height: 21px;
}
.color {
  width: 20px;
  height: 20px;
  padding-right: 4px;
}
.gray {
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
}
.hidden {
  display: none;
}

#tags {
  width: 290px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tag {
  border: 1px solid #808292;
  border-radius: 4px;
  padding: 2px 12px 2px 12px;
  font-family: Roboto;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  /* display: inline; */
  white-space: pre-wrap;
}

#emails {
  width: 290px;
  height: 170px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mail {
  border: 1px solid #808292;
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
  font-family: Roboto;
  line-height: 28px;
  font-size: 14px;
  display: inline;
  white-space: pre-wrap;
  margin: 4px;
}

#closecard {
  position: absolute;
  top: 80px;
  background-color: #FFF;
  border-radius: 0px 5px 5px 0px;
  border-bottom: 1px solid #E8E8EF;
  border-right: 1px solid #E8E8EF;
  border-top: 1px solid #E8E8EF;
  width: 53px;
  height: 53px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
#closecard img {
  margin-top: 15px
}
#canvas {
  position: absolute;
  width: calc(100% - 361px);
  height: calc(100% - 71px);
  top: 71px;
  left: 361px;
  z-index: 0;
  overflow: auto;
}
#logo img {
  max-height: 52px;
  max-width: 52px;
  padding: 16px 18px 0 18px;
}
#propwrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 311px;
  height: 100%;
  padding-left: 20px;
  overflow: hidden;
  z-index: -2;
}
#properties {
  position: absolute;
  height: 100%;
  width: 311px;
  background-color: #FFF;
  right: -150px;
  opacity: 0;
  z-index: 2;
  top: 0px;
  box-shadow: -4px 0px 40px rgba(26, 26, 73, 0);
  padding-left: 20px;
  transition: all .25s cubic-bezier(.05,.03,.35,1);
}
#proplist input,select,textarea {
  width: 290px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 4px 0 16px 0;
}
#proplist select{
  background: white url(../images/dropdown.svg) no-repeat calc(100% - 16px) center;
  appearance: none;
  cursor: pointer;
}
#proplist .textdiv{
  width: 290px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 14px;
  text-indent: 0;
  padding: 8px;
  overflow: hidden;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  border-radius: 8px 8px 0 8px;
  resize: none;
  outline: none;
  margin: 0;
}
#color input{
  width: 120px;
}
#socialsBlock input,select,textarea {
  width: 300px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 2px 0 8px 0;
}
#socialsBlock {
  padding-top: 16px;
}
#socialsBlock select{
  background: white url(../images/dropdown.svg) no-repeat calc(100% - 16px) center;
  appearance: none;
  cursor: pointer;
}
#credentialsBlock {
  height: calc(100vh - 350px);
  overflow: auto;
}
#credentialsBlock input,select,textarea {
  width: 308px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 2px 0 8px 0;
}
#modal-signup input,select,textarea {
  width: 150px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 2px 0 8px 0;
}
#signup .search{
  width: 100%;
}
#signup .search img {
  position: absolute;
  margin-top: 12px;
  width: 18px;
  right: 45px;
}
#signup .search .clear {
  position: absolute;
  margin-top: 10px;
  right: 45px;
  background: #fff;
  width: 20px;
  cursor: pointer;
}
.mailbox {
  height: 48px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgb(34 34 87 / 5%);
  border-radius: 5px;
  text-indent: 12px;
  font-family: Roboto;
  font-size: 15px;
  margin: 2px 0 8px 0;
  text-align: right;
}
.speech {
  position: relative;
  margin: 4px 0 16px 0;
}
.speech .corner {
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  right: -10px;
  border-bottom-color: #F2F2F2;
}
.corner {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.selectric-select {
  width: 200px;
  background-color: #FFFFFF;
}
.icon-search {
  position: absolute;
  right: 12px;
  top: 17px;
}
.itson {
  z-index: 2!important;
}
.expanded {
  right: 0!important;
  opacity: 1!important;
  box-shadow: -4px 0px 40px rgba(26, 26, 73, 0.05);
  z-index: 2;
}
#header2 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  color: #393C44;
  margin-top: 101px;
  width: 270px;
}
#close {
  margin-top: 100px;
  position: absolute;
  right: 20px;
  z-index: 9999;
  transition: all .25s cubic-bezier(.05,.03,.35,1);
}
#close:hover {
  cursor: pointer;
  opacity: .7;
}
#propswitch {
  border-bottom: 1px solid #E8E8EF;
  width: 331px;
  margin-top: 10px;
  margin-left: -20px;
  margin-bottom: 30px;
}
#dataprop {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #393C44;
  width: calc(88% / 3);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
#dataprop:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  margin-top: -4px;
}
#alertprop {
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: calc(88% / 3);
  text-align: center;
  float: left;
}
#logsprop {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.inputlabel {
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
}
.dropme {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #E8E8EF;
  box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
  width: 287px;
  margin-bottom: 25px;
}
.dropme img {
  margin-top: 17px;
  float: right;
  margin-right: 15px;
}
.checkus {
  margin-bottom: 10px;
  display: inline-flex;
  padding-top: 8px;
}
.checkus img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
}
.checkus p {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
.checkus span {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
.checkus input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 18px;
}
.checkus input:checked ~ .white-check-mark {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkus input:checked ~ .white-check-mark:after {
  display: block;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkus .white-check-mark {
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e5e2eb;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  border-radius: 2px;
}
.checkus .white-check-mark:after {
  margin-left: 4px;
  content: '';
  display: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.divisionthing {
  height: 1px;
  width: 100%;
  background-color: #E8E8EF;
  position: absolute;
  right: 0px;
  bottom: 80px;
  margin-top: 16px;
}
#removeblock {
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  width: 287px;
  height: 38px;
  line-height: 38px;
  color: #253134;
  border: 1px solid #E8E8EF;
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
#removeblock:hover {
  cursor: pointer;
  opacity: .5;
}
#saveprops {
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 287px;
  height: 38px;
  line-height: 38px;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
#saveprops:hover {
  cursor: pointer;
}
#savesettings {
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 308px;
  height: 38px;
  line-height: 38px;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
#savesettings:hover {
  cursor: pointer;
}
#logout {
  border-radius: 5px;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #E8E8EF;
  color: #808292;
  display: inline-block;
  vertical-align: top;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
  cursor: pointer;
}
#exit {
  width: 28px;
}
#train {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  width: 120px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all .3s cubic-bezier(.05,.03,.35,1);
  cursor: pointer;
}
#modal-code-id {
  width: 92px;
  background-color: #FFF;
  border: 1px solid #E8E8EF;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgb(34 34 87 / 5%);
  border-radius: 5px;
  font-size: 32px;
}
#timer {
  color: #808292;
  font-size: 14px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.blockyname {
  font-family: Roboto;
  font-weight: 500;
  color: #253134;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 16px;
}
.blockyleft img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  max-width: 32px;
}
.blockystar img {
  height: 12px;
  top: 42px;
  left: 26px;
  position: absolute;
  -webkit-filter: grayscale(1);
  ms-filter: gray;
  filter: grayscale(1);
  opacity: 30%;
}
.blockygrab{
  position: absolute;
  right: 12px;
  top: 12px;
  height: 16px;
  width: 10px;
  cursor: move;
}
.blockyright {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin: 12px 12px 12px 0;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  background-color: #FFF;
  transition: all .3s cubic-bezier(.05,.03,.35,1);
  z-index: 10;
}
.blockyright:hover {
  background-color: #F1F4FC;
  cursor: pointer;
}
.blockyright img {
  margin-top: 6px;
  height: 16px;
}
.blockymiddle {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 4px;
}
.blockyleft {
  display: inline-block;
  margin-left: 16px;
}
.blockystar {
  display: none;
}
.blockystar.active {
  display: block;
}
.blockydiv {
  width: 100%;
  height: 1px;
  background-color: #E9E9EF;
}
.blockyinfo {
  font-family: Roboto;
  font-size: 14px;
  color: #808292;
  margin-top: 15px;
  text-indent: 20px;
  margin-bottom: 20px;
}
.blockyinfo span {
  color: #253134;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #D3DCEA;
  line-height: 20px;
  text-indent: 0px;
}
.block {
  background-color: #FFF;
  margin-top: 0px!important;
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}
.selectedblock {
  border: 2px solid var(--primary);
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}
.switch {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.create-flowy {
  /*cursor: pointer;*/
}
.hide {
  display: none;
}
.copied {
  background-color: var(--primary) !important;
  color: #FFF !important;
}
.form {
  padding-right: 22px;
}
.gray-button {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #A6A6B3;
  width: 100%;
  height: 38px;
  border: 1px solid #E8E8EF;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
  cursor: pointer;
  margin-top: 12px;
}
.base-modal-component, .middle-modal-component, .wide-modal-component {
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  font-family: Roboto;
}
  .base-modal-component .modal-background, .middle-modal-component .modal-background, .wide-modal-component .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
  }
  .base-modal-component .modal {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 8px;
    text-align: left;
    z-index: 10001;
  }
  .base-modal-component .modal .section {
    width: 374px;
  }
    .base-modal-component .modal .section .desk {
      width: 374px;
      font-size: 16px;
      line-height: 31px;
      margin-bottom: 56px;
    }

  .middle-modal-component .modal {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
    background-color: #fff;
    position: fixed;
    top: 65%;
    left: 65%;
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
    width: 70%;
    min-height: 30%;
    border-radius: 8px;
    text-align: left;
    z-index: 10001;
  }
    .middle-modal-component .modal .section {
    }
      .middle-modal-component .modal .section .desk {
        width: calc(80% - 66px);
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 56px;
      }

  .wide-modal-component .modal {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: fixed;
    top: 14%;
    left: 18%;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    border-radius: 8px;
    text-align: left;
    z-index: 10001;
  }
    .wide-modal-component .modal .section {
    }
      .wide-modal-component .modal .section .desk {
        width: calc(80% - 66px);
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 56px;
      }
      .base-modal-component .modal .section .desk .format, .middle-modal-component .modal .section .desk .format, .wide-modal-component .modal .section .desk .format {
        display: inline-block;
        padding: 0 15px;
        border-radius: 4px;
        background-color: #e5e2eb;
      }
    .base-modal-component .modal .section .lh-22, .middle-modal-component .modal .section .lh-22, .wide-modal-component .modal .section .lh-22 {
      line-height: 22px;
    }
  .base-modal-component .modal .close-button, .middle-modal-component .modal .close-button, .wide-modal-component .modal .close-button {
    font-size: 31px;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -40px;
    cursor: pointer;
  }
    .base-modal-component .modal .close-button:hover, .middle-modal-component .modal .close-button:hover, .wide-modal-component .modal .close-button:hover {
      color: #9198a0;
    }
  .base-modal-component .modal .title, .middle-modal-component .modal .title, .wide-modal-component .modal .title {
    font-family: Roboto;
    font-size: 24px;
    color: #001424;
    margin-bottom: 16px;
  }
  .base-modal-component.active, .middle-modal-component.active, .wide-modal-component.active {
    display: block;
    opacity: 1;
  }

.filter-form input,select {
  width: 150px;
  padding: .7em 1.7em .7em .7em;
  position: relative;
  height: 48px;
}
.form-group .selectric-select {
  width: 200px;
  background-color: #FFFFFF;
  height: 48px;
}
.filter-form .icon-search {
  position: absolute;
  right: 12px;
  top: 17px; }

.filter-form h1.heading-1 {
  margin-bottom: 0; }

.filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 5px;
}

.table-wrap {
  width: 100%; }
  .table-wrap .table {
    width: 100%;
    min-width: 100%; }
  .table-wrap .table.drop-table tbody .table__row {
    cursor: pointer; }
  .table-wrap .table .opacity {
    opacity: 0.5; }
  .table-wrap .table thead .table__row {
    position: relative; }
  .table-wrap .table thead .table__row__cell {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #838E99;
    padding: 15px 0;
    line-height: 24px; }
  .table-wrap .table tbody {
    background-color: #FFFFFF;
    border: 1px solid #E5E2EB; }
  .table-wrap .table tbody .table__row {
    position: relative;
    border-bottom: 1px solid #E5E2EB; }
    .table-wrap .table tbody .table__row:hover {
      /*background-color: #F1F4FC;*/
      font-weight: bolder !important;
    }
  .table-wrap .table tbody .table__row__cell {
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 12px 0;
    font-weight: normal;
    line-height: 24px;
    border: none;
    font-size: 13px;
    color: #001424;
  }
    .table-wrap .table tbody .table__row__cell.main {
      font-size: 15px;
    }

.open {
  left: 349px;
}
.open.close {
  left: 11px;
}
.open img {
  transform: rotate(0deg);
}
.open.close img {
  transform: rotate(180deg);
}
#rightside,#exit {
  display: none;
}
@media only screen and (max-width: 832px) {
  #centerswitch {
    display: none;
  }
  #leftcard {
    left: 0;
  }
}
@media only screen and (max-width: 560px) {
  #canvas {
    width: 100%;
    left: 0;
  }
  #leftcard {
    left: -340px;
  }
  #login {
    width: 100%;
    display: block;
  }
  #rightside,#exit{
    display: inline-block;
  }
  #logout,#closecard {
    display: none;
  }
  #leftcard#names {
    display: none;
  }
  #trash .trash {
    width: 50px !important;
  }
  #trash .warning {
    display: none !important;
  }
  #trash .ico {
    display: block !important;
  }
}
@media only screen and (max-width: 375px) {
  .base-modal-component .modal .section{
    width: 300px;
  }
}

.addbutton {
  filter: grayscale(1);
  opacity: 30%;
  width: 24px;
  cursor: pointer;
}
.addbutton:hover {
  filter: none;
  opacity: 1;
  width: 24px;
  cursor: pointer;
}

.editbutton {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  background-color: #FFF;
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
.editbutton:hover {
  background-color: #F1F4FC;
  cursor: pointer;
}
.editbutton img {
  margin-top: 6px;
  height: 16px;
}

.radiobutton {
  padding-left: 16px; }
.radiobutton-input {
  display: none; }
.radiobutton-input:checked + .radiobutton-circle:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #e30613;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.radiobutton-circle {
  margin-bottom: -4px;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: border-color 0.3s cubic-bezier(0.64, 0.09, 0.08, 1), background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: border-color 0.3s cubic-bezier(0.64, 0.09, 0.08, 1), background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  border: 1px solid #bbb;
  border-radius: 50%;
  background: white;
  display: inline-block; }
.radiobutton-name {
  position: relative;
  display: inline;
  vertical-align: top;
  padding-left: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #001424;
  line-height: 1.5; }
.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
.dropzone {
  display: block;
  min-height: 86px;
  width: 286px;
  border: 2px dashed #bbc1c7;
  border-radius: 4px;
  position: relative;
}
.dropzone .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: -30px;
  width: 200px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: 10%;
  font-family: Roboto;
  font-size: 14px;
  line-height: 4px;
}
.dropzone .input-upload {
  display: none;
}
.dropzone .upload-button {
  cursor: pointer;
}
.dropzone .dz-preview {
  display: none;
}
