:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
a {
  color: #4bcdcd;
}
a:hover {
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  background: #3E414A !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #fff;
}
h1 {
  font-family: 'Roboto Slab';
}
.w100p {
  width: 100%;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
.text-red {
  color: #cd4a5a !important;
}
.white {
  color: #fff;
}
.op01 {
  opacity: 0.1;
}
.op05 {
  opacity: 0.5;
}
.dash-link {
  border-bottom: 1px dotted currentColor;
  cursor: pointer;
}
.dash-link:hover {
  border-bottom: 0;
}
.wlimit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
input,
textarea,
button {
  font-family: 'Roboto', sans-serif;
}
label input[type="checkbox"] {
  vertical-align: middle;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.smaller {
  font-size: smaller;
  opacity: 0.7;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
svg.icon.db {
  display: block;
}
svg.icon.w100p {
  width: 100%;
  height: auto;
}
svg.icon.arrow-left {
  transform: scaleX(-1);
}
svg.icon.arrow-top {
  transform: rotate(-90deg);
}
svg.icon.arrow-bottom {
  transform: rotate(90deg);
}
svg.icon.thumb-up {
  transform: scaleY(-1);
}
svg.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.btn {
  color: currentColor;
  border-color: transparent;
  border-width: 1px;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1rem;
  background: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.btn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn.ico {
  padding-left: 42px;
  background-position: 20px 50%;
}
.btn .label {
  vertical-align: middle;
}
.btn .icon + .label {
  margin-left: 3px;
}
.btn.btn-disabled {
  background-color: #ccc !important;
  border-color: #a6a6a6;
  box-shadow: 0 1px 0 0 #fff;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn.btn-outline {
  border: 2px solid currentColor;
  color: inherit;
}
.btn.small {
  font-size: 0.75rem;
  padding: 3px 6px;
}
.btn .icon {
  fill: currentColor;
  vertical-align: text-top;
  transition: fill 0.2s;
}
.btn .icon.icon-cross {
  transform: scale(0.8);
}
a.btn {
  text-decoration: none;
}
.btn-primary {
  background-color: #7C8294;
  color: #fff;
  font-weight: normal;
  font-size: 1.125rem;
}
.btn-primary:hover {
  background-color: #8a8f9f;
}
.btn-default {
  background-color: #e6e6e6;
  border: 1px solid #acacac;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #000;
}
.btn-default:hover {
  border-color: #797979;
}
.btn-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #53565E;
}
.mapstyle .btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.mapstyle .btn-group.full-width .btn {
  flex: 1;
}
.mapstyle .btn-group .btn {
  border: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: color 0.2s;
  color: #000;
  white-space: nowrap;
}
.mapstyle .btn-group .btn:active {
  box-shadow: none;
}
.mapstyle .btn-group .btn.active {
  color: #fff !important;
}
.mapstyle .btn-group .btn.active:after {
  top: 0;
}
.mapstyle .btn-group .btn.active .icon {
  fill: currentColor;
}
.mapstyle .btn-group .btn:hover {
  color: #ffffff;
}
.table2 {
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.table2 th {
  text-align: left;
  color: #fff !important;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.08);
}
.table2 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table2 tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.inp-dft {
  border-radius: 5px;
  font-size: 0.875rem;
  background: none;
  border: 1px solid #8D8F94;
  color: #fff;
  padding: 0.25rem 0.5rem;
}
.inp-dft:focus {
  outline: none;
  border-color: #6c8fc9;
  box-shadow: 0 0 0 1px #4568a4;
}
.select {
  border: 2px solid #ffffff;
  margin: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 7px 5px;
  vertical-align: middle;
  background: none;
  color: #ffffff;
  font-weight: 600;
}
.select:after {
  content: 'sss';
}
.list li {
  margin-top: 10px;
}
.list li:first-child {
  margin-top: 0;
}
.list-bull {
  padding-left: 1rem;
}
.list-bull,
.list-bull li {
  list-style: disc;
}
.list-bull li {
  margin-top: 10px;
}
.paging {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.paging .page {
  border: 2px solid #ffffff;
  margin: 0 0.5rem;
  width: 2em;
  height: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
}
.paging .page.active {
  background-color: #ffffff !important;
  color: #fff;
}
.paging .page:hover {
  background-color: rgba(85, 78, 95, 0.2);
}
.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.adropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  width: 100%;
}
.adropdown .trigger {
  padding: 6px 10px;
  width: 100%;
  border-radius: 3px;
  display: block;
  border: 1px solid #787A80;
  transition: all 0.5s ease;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
.adropdown .trigger:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #787A80;
  border-width: 0 2px 2px 0;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.adropdown .drop-hidden {
  display: none;
}
.adropdown .drop-visible {
  height: 200px;
  overflow-y: auto;
}
.adropdown ul {
  border: 1px solid #787A80;
  border-top: none;
  background: #3E414A;
  width: 100% !important;
  z-index: 100;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.adropdown ul li {
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.adropdown ul li:hover {
  background: #f4f4f4;
  color: #000;
  outline: none;
}
.visible-sm {
  display: none !important;
}
.modal-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 300;
  padding-top: 20px;
  display: none;
}
.modal-wrap.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 14px;
  cursor: pointer;
  opacity: 0.7;
}
.close:active {
  margin-top: 1px;
}
.close:hover {
  opacity: 1;
}
.modal {
  background-color: #3e414a;
  width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.modal .head {
  position: relative;
  padding: 30px 0 0;
  text-align: center;
}
.modal .head .close {
  stroke: #fff;
  stroke-width: 2px;
}
.modal .head .title {
  font-size: 1.5rem;
  margin-left: 10px;
  margin-right: 10px;
}
.modal .body {
  padding: 30px;
}
.modal .foot {
  padding: 0 0 30px;
  text-align: center;
  position: relative;
}
.modal .foot .btn-side {
  position: absolute;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.form .form-msg + .form-row {
  margin-top: 0;
}
.form .inpdesc {
  font-size: 0.625rem;
  padding: 5px 4px 2px;
}
.form .error-msg {
  padding: 0 4px 2px;
  font-size: 0;
  background-color: rgba(205, 74, 90, 0);
  color: #fff;
  transition: font-size 0.3s, background-color 0.3s;
}
.form.card-white {
  padding: 30px;
}
.form-row {
  margin: 20px 0;
}
.form-row:first-of-type {
  margin-top: 0 !important;
}
.form-row:last-child {
  margin-bottom: 0 !important;
}
.form-msg {
  text-align: center;
  font-weight: bold;
  transition: font-size 0.3s, margin-bottom 0.3s;
  font-size: 0;
  margin-bottom: 0;
}
.form-msg.error {
  color: #cd4a5a;
}
.form-msg.active {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.form-title {
  font-size: 0.875rem;
  padding-left: 70px;
  position: relative;
  padding-bottom: 10px;
}
.form-title:before {
  content: url(/images/icon-info-big-black.png);
  position: absolute;
  left: 0;
  height: 46px;
  opacity: 0.5;
  top: 50%;
  display: block;
  margin-top: -23px;
}
.error .inp-dft {
  border-color: #cd4a5a;
}
.error .error-msg {
  font-size: 0.625rem;
  background-color: #cd4a5a;
}
.form-one-two .form-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.form-one-two .one {
  flex-grow: 1;
  flex-basis: 30%;
  padding-right: 10px;
}
.form-one-two .one label {
  padding-top: 9px;
  display: inline-block;
}
.form-one-two .two {
  flex-grow: 1;
  flex-basis: 70%;
}
.form-one-two .inpdesc,
.form-one-two .error-msg {
  display: block;
}
.checkboxes label {
  display: block;
  margin: 10px 0;
}
.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1rem 4rem;
  font-size: 24px;
  border-bottom: 1px solid #53565E;
  height: 71px;
}
.header .navitem {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header .navitem:first-child {
  margin-left: 0;
}
.header .navitem:last-child {
  margin-right: 0;
}
.header .navitem.active a {
  opacity: 1;
}
.header .navitem.active:after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #C4C4C4;
  left: 0;
  right: 0;
  bottom: -1rem;
}
.header .nav-auth {
  margin-left: auto;
  flex-grow: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header .nav-auth a {
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header .nav-auth a .icon {
  margin-left: 0.5rem;
}
.header .nav-auth a .userpic {
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.header .nav-auth a .userpic img {
  width: 100%;
}
.header a {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
}
.header a:hover {
  opacity: 1;
}
.btn-logout {
  padding: 0;
  height: auto;
  line-height: normal;
  margin-left: 1rem;
  opacity: 0.5;
}
.btn-logout:hover {
  opacity: 1;
}
.btn-logout svg {
  width: 17px;
  height: 16px;
}
.logo {
  width: 166px;
  height: 32px;
  fill: currentColor;
  vertical-align: middle;
}
.flex-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex-wrap.alic {
  align-items: center;
}
.flex-wrap.jcc {
  justify-content: center;
}
.flex-wrap.fdc {
  flex-direction: column;
}
.flex-wrap.full-height {
  height: calc(100vh - 71px);
}
.auth-wrap {
  text-align: center;
}
.auth-wrap .logo-google {
  display: block;
  margin: 0 auto 2rem;
  fill: #7C8294;
  width: 84px;
  height: 84px;
}
.auth-wrap .desc {
  margin-top: 2rem;
}
.flag-wrap {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  height: 20px;
}
.flag-wrap img {
  vertical-align: middle;
}
.api-wrap {
  padding: 3rem 0;
  line-height: 1.5;
  max-width: 960px;
  margin: 0 auto;
}
.code {
  overflow-x: auto;
  max-width: 720px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  margin: 1rem 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.code .trigger {
  cursor: pointer;
}
.mapstyle .vertical-tabs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.mapstyle .vertical-tabs .btn-group {
  flex-shrink: 0;
  display: block;
  flex-basis: 200px;
}
.mapstyle .vertical-tabs .btn {
  display: block;
  margin-top: 0.5rem;
  background: none;
  overflow: visible;
  margin-right: 2px;
  color: #fff;
  width: 100%;
  text-align: left;
}
.mapstyle .vertical-tabs .btn:first-child {
  margin-top: 0;
}
.mapstyle .vertical-tabs .btn.active {
  background-color: #53565E;
  margin-right: 0;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 1;
}
.mapstyle .vertical-tabs .btn.active:after {
  display: block;
}
.mapstyle .vertical-tabs .tab-pane {
  display: none;
}
.mapstyle .vertical-tabs .tab-pane.active {
  display: block;
}
.mapstyle .vertical-tabs .tabstack {
  flex-grow: 1;
  background-color: #53565E;
  border-radius: 0 5px 5px 5px;
  padding: 20px;
}
.hdg1 {
  font-size: 1.5rem;
}
.lpicker-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 2rem 3rem;
}
.lpicker-wrap .lpicker {
  flex-grow: 1;
  margin: 0 1rem;
  flex-basis: 0;
}
.lpicker-wrap .lpicker .name {
  font-size: 0.875rem;
  color: #787A80;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.lpicker-wrap .lpicker .name:hover {
  color: #fff;
}
.lpicker-wrap .lpicker .name .icon {
  width: 16px;
  height: 16px;
}
.lpicker-wrap .lpicker .name .icon-eye-crossed {
  display: none;
}
.lpicker-wrap .lpicker.hidden .name {
  opacity: 0.3;
}
.lpicker-wrap .lpicker.hidden .adropdown {
  opacity: 0.3;
}
.lpicker-wrap .lpicker.hidden .adropdown .drop-visible {
  display: none;
}
.lpicker-wrap .lpicker.hidden .adropdown .trigger {
  cursor: default;
}
.lpicker-wrap .lpicker.hidden .icon-eye-crossed {
  display: inline-block;
}
.lpicker-wrap .lpicker.hidden .icon-eye {
  display: none;
}
.map {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.map iframe {
  position: absolute;
  height: 100%;
}
.stack-3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.stack-3 > * {
  flex-basis: 33.33%;
  max-width: 33.33%;
  margin-bottom: 2rem;
}
.close {
  cursor: pointer;
}
.layers-overlay {
  position: absolute;
  z-index: 11;
  top: 71px;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #3E414a;
  padding: 2rem 4rem;
  color: #fff;
  visibility: hidden;
  overflow: auto;
  transition: bottom 0.2s;
}
.layers-overlay.mode-dropdown .layers-target {
  display: none !important;
}
.layers-overlay.mode-dropdown .list li {
  cursor: pointer;
}
.layers-overlay.active {
  visibility: visible;
  bottom: 0;
  height: auto;
}
.layers-overlay .close {
  color: #fff;
  position: fixed;
  right: 2.5rem;
  top: 6rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
}
.layers-overlay .title {
  font-size: 1.5rem;
}
.layers-overlay .list {
  margin-top: 0.5rem;
}
.layers-overlay .list li {
  margin-left: 20px;
  cursor: default;
  position: relative;
  z-index: 1;
}
.layers-overlay .list li:hover .layers-target {
  display: block;
}
.layers-overlay .list li:hover .label {
  color: #fff;
}
.layers-overlay .list li .label {
  color: #9FA0A5;
}
.layers-overlay .layers-target {
  position: absolute;
  font-size: 0;
  padding: 10px 5px 10px 10px;
  left: -70px;
  top: -6px;
  display: none;
}
.layers-overlay .layers-target a {
  background-color: #676970;
  padding: 2px 3px;
  font-size: 0.625rem;
  margin-left: 3px;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
.layers-overlay .layers-target a:first-child {
  margin-left: 0;
}
.layers-overlay .layers-target a:hover {
  background-color: #fff;
  color: #000;
}
.layers-list {
  flex-basis: 350px;
  flex-shrink: 0;
  margin: 40px 20px 0 20px;
}
.layers-list .head {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-color: #34363C;
  padding: 0.75rem;
  border-radius: 5px 5px 0 5px;
}
.layers-list .head .btn {
  margin-left: auto;
  font-size: 0.75rem;
}
.layers-list .head .btn .icon, .btn-white .icon {
  width: 16px;
  height: 16px;
}
.layers-list .body {
  border-radius: 0 0 5px 5px;
}
.layers-list .body li {
  border-color: inherit;
}
.layers-list .body li:first-child {
  border-top: 0;
}
.layers-list .body li a {
  padding: 0.5rem;
  display: block;
  text-decoration: none;
}
.layer-editor {
  flex-grow: 1;
  margin: 3rem 4rem 0 1rem;
}
.layer-editor .layer-name {
  text-align: center;
  font-size: 1.5rem;
}
.layer-actions {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.layer-actions > * {
  margin: 0 0.5rem;
}
.pill {
  border-radius: 100px;
  background-color: #53565E;
  font-size: 0.75rem;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
button.pill {
  padding: 0.25rem 1rem;
}
.layer-countries {
  margin-top: 3rem;
}
.layer-countries table {
  width: 100%;
  border-collapse: collapse;
}
.layer-countries table th {
  text-align: left;
  color: #9FA0A4;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.layer-countries table th:first-child {
  width: 40%;
}
.layer-countries table td {
  padding: 0.75rem 0;
  border-top: 1px solid #53565E;
}
.layer-countries table tr:last-child td {
  border-bottom: 1px solid #53565E;
}
.layer-value {
  border-radius: 5px;
  font-size: 0.875rem;
  background: none;
  border: 1px solid #8D8F94;
  color: #fff;
  max-width: 74px;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 960px) {
  .header {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 1rem 0.5rem;
  }
  .header .logo {
    width: 50px;
    height: 20px;
  }
  .header .nav-auth a {
    font-size: 0;
  }
  .lpicker-wrap {
    display: block;
  }
  .lpicker-wrap .lpicker {
    margin-top: 1.5rem;
  }
  .lpicker-wrap .lpicker:first-child {
    margin-top: 0;
  }
  .layers-overlay .stack-3 {
    display: block;
  }
  .layers-overlay .stack-3 > * {
    max-width: none;
  }
}
a, .navitem {
    cursor: pointer;
}
.layers-overlay {
    z-index:110;
}


.modal {
    width: 700px;
}
.dash-link, .dash-button {
    color: #50beff;
    border-bottom: 1px dashed #50beff;
    cursor: pointer;
}
.hidden {
    display: none;
}
.hint {
    color: #112033;
    font-size: 11px;
}
.hint.disabled {
    color: #adb3b4;
}
.pointer, .btn-manager {
    cursor: pointer !important;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.dtable {
    display: table;
}
.w95p {
    width: 95%;
}
.w90p {
    width: 90%;
}
.w80p {
    width: 80%;
}
.w75p {
    width: 75%;
}
.w66p {
    width: 66%;
}
.w50p {
    width: 50%;
}
.w33p {
    width: 33%;
}
.w25p {
    width: 25%;
}
.w20p {
    width: 20%;
}
.w10p {
    width: 10%;
}

.padding5px {
    padding: 5px;
}
.padding10px {
    padding: 10px;
}
.padding20px {
    padding: 20px;
}
.padding30px {
    padding: 30px;
}
.padding40px {
    padding: 40px;
}
.padding50px {
    padding: 50px;
}

.padding0_5px {
    padding: 0 5px;
}
.padding0_10px {
    padding: 0 10px;
}
.padding0_20px {
    padding: 0 20px;
}
.padding0_30px {
    padding: 0 30px;
}
.padding0_40px {
    padding: 0 40px;
}

.padding05px {
    padding: 5px 0;
}
.padding010px {
    padding: 10px 0;
}
.padding020px {
    padding: 20px 0;
}

a:visited {
    color: #50beff;
}

.paddingbottom5px {
    padding-bottom: 5px;
}
.paddingbottom10px {
    padding-bottom: 10px;
}
.paddingbottom20px {
    padding-bottom: 20px;
}

.paddingtop5px {
    padding-top: 5px;
}
.paddingtop10px {
    padding-top: 10px;
}
.paddingtop20px {
    padding-top: 20px;
}

.paddingleft5px {
    padding-left: 5px;
}
.paddingleft10px {
    padding-left: 10px;
}
.paddingleft20px {
    padding-left: 20px;
}

.paddingright5px {
    padding-right: 5px;
}
.paddingright10px {
    padding-right: 10px;
}
.paddingright20px {
    padding-right: 20px;
}

.margin5px {
    margin: 5px;
}
.margin10px {
    margin: 10px;
}
.margin15px {
    margin: 15px;
}
.margin20px {
    margin: 20px;
}
.margin30px {
    margin: 30px;
}
.margin05px {
    margin: 5px 0;
}
.margin010px {
    margin: 10px 0;
}
.margin020px {
    margin: 20px 0;
}
.margin030px {
    margin: 20px 0;
}
.margin040px {
    margin: 40px 0;
}

.margintop5, .margintop5px {
    margin-top: 5px !important;;
}
.margintop10, .margintop10px {
    margin-top: 10px !important;;
}
.margintop20, .margintop20px {
    margin-top: 20px !important;;
}
.margintop30, .margintop30px {
    margin-top: 30px !important;;
}
.margintop40, .margintop40px {
    margin-top: 40px !important;;
}
.margintop50, .margintop50px {
    margin-top: 50px !important;;
}


.marginbottom5, .marginbottom5px {
    margin-bottom: 5px !important;;
}
.marginbottom10, .marginbottom10px {
    margin-bottom: 10px !important;;
}
.marginbottom20, .marginbottom20px {
    margin-bottom: 20px !important;
}
.marginbottom30, .marginbottom30px {
    margin-bottom: 30px !important;;
}
.marginbottom40, .marginbottom40px {
    margin-bottom: 40px !important;;
}
.marginbottom50, .marginbottom50px {
    margin-bottom: 50px !important;;
}

.mauto0 {
    margin: 0 auto;
}

.fontbold {
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.font26 {
    font-size: 26px;
}
.error {
    color: #b20000;
}
.thick-green {
  color: #295a2d;
}
.icon.large {
    width: 50px;
    height: 50px;
}
.icon.larger {
    width: 70px;
    height: 70px;
}
.chatbox.from-user {
    transform-origin: right center 0;
    -webkit-transform-origin: 100% 50% 0;
    -moz-transform-origin: 100% 50% 0;
}
.chatbox.from-support {
    transform-origin: 0 50% 0;
}
.conversation .chatbox .text .image img {
    max-width: 100%;
}
.modal {
    max-height: calc(100vh - 100px)
}
.modal .body .scrollable {
    max-height: calc(100vh - 260px);
    overflow: auto;
    padding: 1px;
}
.adropdown {
    width: 100%;
}
.adropdown .trigger {
    width: 100%;
    padding-right: 30px;
}
.adropdown-selected {
    background: #DDD;
}
.adropdown option {
    display: none;
}
.btn.medium {
    font-size: 0.9rem;
}

.hdg2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.work-area .scrollable {
    overflow: auto;
    max-height: calc(100vh - 177px);
}

.paste-image {
    width: 100%;
    height: 100px;
    border: 3px dashed black;
    line-height: 100px;
    font-size: 22px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.formsmanager-content-image {
    max-width: 800px;
    max-height: 600px;
    cursor: pointer;
}
.tablemanager-content-image {
    max-width: 100px;
    max-height: 100px;
}
.zoomBody {
    transition-duration: 0.4s;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
}

.chatSlide{
	animation-name: chatSlide;
	-webkit-animation-name: chatSlide;

	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}
.arrow-back {
    transform: rotate(180deg);
}

.header .infoicons .info-api {
  animation: blink 0.5s infinite alternate;
}
.header .infoicons .info-api .icon {
  width: 28px;
  height: 28px;
  color: #ec236a;
}

.widget-manager .close {
    opacity: 0;
}
.widget-manager:hover .close {
    opacity: inherit;
}
.menu-badge-new {
  background-color: #EE1D47;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px;
}

.full-modal {
    width: 99% !important;
    height: 100vh !important;
    max-height: 98vh !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.full-modal .body {
    padding: 10px !important;
    height: calc(100vh - 60px) !important;
    width: 100% !important;
}
.full-modal .btn {
    margin: 0px auto !important;
}

.btn-primary:focus {
  background-color: black;
}
.submenu a:focus {
  background-color: #4475c2;
}
.btn-group .btn:focus {
 background-color: #a3bdd6;
}

.whitehint {
    color: #c5c5c5;
    font-size: 11px;
}

.adropdown .trigger {
    color: inherit;
}
.adropdown {
    background-color: transparent;
}
.card-white {
    background: #40404B;
}
.card-white .no-data{
    display: none;
}
.card-white .trigger {
  padding: 25px 0 0;
    font-size: 2em;
}
.card-white .trigger.green {
    color: #00c132;
}
.card-white .trigger.red {
    color: #c12c00;
}
.card-white .close {
    background-image: url('/images/icon-cross-white.png');
    display: none;
}
.card-white:hover .close {
    display: block;
}
.red {
    color: #ff7a64;
}

.gray-card {
  background-color: #53565E;
  border-radius: 5px;
  padding: 20px;
}

.card-white.inactive {
    background: #36383e;
}
.card-white.inactive .gauge,
.card-white.inactive .trigger,
.card-white.inactive .simplestatus,
.card-white.inactive .title {
    opacity: 0.2;
}

.card-white.inactive .no-data {
    display: block;
    margin-top: 95px;
    position: absolute;
    color: #C9C9C9;
}

.height100 {
    height: 100%;
}

.no-events-title {
    opacity: 0.5;
}

.col-values-list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.values-body .close {
    background-image: url('/images/icon-cross-white.png');
    text-align: right;
    top: 5px;
    right: -8px;
    margin: 10px;
}
.values-body .title {
    position: relative;
    top: 11px;
    left: 16px;
    font-size: 1.125rem;
    opacity: 0.5;
}
.values-body {
  flex-grow: 1;
  position: relative;
  z-index: 1;
    margin-left: 3px;
}
.values-body .values-list {
  margin-top: 43px;
  padding: 0.75rem;
  padding-right: 0.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  scrollbar-color: #40404B #3E414A;
}
.values-body .values-list::-webkit-scrollbar {
  background: #3E414A;
}
.values-body .values-list::-webkit-scrollbar-track {
  background: #3E414A;
}
.values-body .values-list::-webkit-scrollbar-thumb {
  background: #2C2E33;
  border: 4px solid #3E414A;
  border-radius: 100px;
}
.value-item {
  background: #2C2E33;
  border-radius: 8px;
  margin-top: 16px;
  padding: 10px;
  cursor: pointer;
  display: flex;
}
.value-item:first-child {
    margin-top: -8px;
}
.value-item .name {
  flex-basis: 80%;
}
.value-item .date {
  font-size: 10px;
}
.value-item .value {
  flex-basis: 20%;
  text-align: right;
  font-weight: bold;
}
.col-events-list-header {
  padding-left: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
    .flex-wrap.full-height {
        height: calc(100vh + 330px);
    }
}@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4raqE.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtaqE.ttf) format('truetype');
}
.landing {
  background: #433D4C;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: normal;
}
a {
  color: #8D98F7;
}
.wlimit-landing {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.tac {
  text-align: center;
}
.hero {
  background-color: #44356E;
  height: 480px;
  background-image: url(/images/hero-bg.png);
  background-size: 1690px 480px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero .wlimit-landing {
  padding-top: 32px;
}
.hero-title {
  margin-top: 32px;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}
.hero-desc {
  font-size: 20px;
  line-height: 140%;
  margin-top: 32px;
  width: 430px;
}
.hero-cta {
  margin-top: 50px;
}
.hero-cta .btn-cta {
  margin-left: 48px;
}
.btn-cta {
  text-decoration: none;
  background: #8D98F7;
  border-radius: 4px;
  color: #fff;
  padding: 12px 24px;
}
.btn-cta:hover {
  background: #5d6df4;
}
.hero-shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  height: 53px;
}
.feature {
  margin-top: 72px;
}
.feature:first-child {
  margin-top: 0;
}
.feature > .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.card-white {
  background: #2C2E33;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.code-example {
  display: flex;
  justify-content: center;
  min-height: 380px;
}
.code-example .col-widgets {
  background-color: #504974;
  border-radius: 8px 0 0 8px;
  width: 480px;
  background-image: url(/images/widget-bg.png);
  background-size: 663px;
  background-position: 20% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}
.code-example .col-widgets .bell-landing {
  position: absolute;
  right: 12px;
  top: 114px;
}
.code-example .col-code {
  overflow: auto;
  padding-left: 32px;
  font-size: 16px;
  line-height: 25px;
  flex-grow: 1;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, #352748 0%, #2C2E33 100%), #332E3A;
}
.code-example .col-code pre {
  margin: 32px 0;
}
.sec-notifications {
  margin: 90px 0;
  text-align: center;
  background: linear-gradient(270deg, rgba(26, 17, 115, 0) -14.1%, #1A1173 122.99%);
  overflow: hidden;
}
.sec-notifications .wlimit-landing {
  padding-top: 48px;
  height: 624px;
  position: relative;
  z-index: 1;
}
.sec-notifications .device {
  position: absolute;
}
.sec-notifications .device-img {
  opacity: 0.5;
  vertical-align: middle;
}
.sec-notifications .notif {
  position: absolute;
  z-index: 2;
}
.sec-notifications .download {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -64px;
}
.sec-notifications .ios .device {
  bottom: 0;
  left: 15px;
}
.sec-notifications .ios .notif {
  top: 362px;
  left: 0;
}
.sec-notifications .android .device {
  right: 30px;
  bottom: 0;
}
.sec-notifications .android .notif {
  right: 0;
  top: 362px;
}
.sec-notifications .browser .device {
  z-index: 3;
  left: 50%;
  top: 205px;
  transform: translateX(-50%);
}
.sec-notifications .browser .notif {
  right: 250px;
  z-index: 4;
  top: 270px;
}
.title-notifications {
  background: linear-gradient(90deg, #572C7A 0%, #693870 100%);
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 32px 56px;
  position: relative;
  z-index: 1;
}
.title-notifications .bell-landing {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.title-notifications .subtitle {
  font-size: 16px;
}
.sec-bonus .col-widgets {
  align-items: flex-end;
}
.footer-cta {
  text-align: center;
  margin: 90px 0 120px;
}
.footer-cta .btn-cta {
  font-size: 24px;
}
.footer-cta .title-landing {
  font-size: 48px;
  margin-bottom: 32px;
}
.footer-links-landing {
  background: linear-gradient(90deg, #352748 0%, #2C2E33 100%), #332E3A;
  padding: 20px 0;
}
.footer-links-landing img {
  vertical-align: middle;
}
.footer-links-landing .footer-left-landing {
  opacity: 0.5;
}
.footer-links-landing .wlimit-landing {
  display: flex;
  align-items: center;
}
.footer-links-landing .wlimit-landing .links-wrap-landing {
  margin-left: auto;
}
.footer-links-landing .wlimit-landing a {
  color: rgba(255, 255, 255, 0.4);
  padding: 16px;
}
.card-white {
  background: #2C2E33;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.card-white .icon-list {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.project-accordeon .head {
  border-radius: 5px 0 0 5px;
}
.widget-list {
  padding-right: 0;
  padding-bottom: 0;
}
.widget-list .caret {
  margin-left: 8px;
}
.widget-list .layers-list {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.widget-list .layers-list .head {
  background: #34363C;
  height: 45px;
}
.widget-list .body {
  padding: 20px;
  border-right: 0;
  border-radius: 0 0 0 5px;
  border: 0;
}
.col-events-list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.events-head {
  background: #34363C;
  padding: 0.75rem;
  display: flex;
  border-radius: 0 5px 0 0;
  align-items: center;
  height: 45px;
}
.events-head .counter {
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
  font-weight: bold;
}
.events-head .counter .unread {
  color: #6FCF97;
  margin-left: 24px;
}
.events-head .counter .total {
  color: #667387;
}
.events-head .counter .alerts {
  color: #ff7a64;
  margin-left: 24px;
}
.events-head .clear-events {
  margin-left: 16px;
  cursor: pointer;
  opacity: 0.3;
}
.events-head .clear-events:hover {
  opacity: 0.6;
}
.events-body {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.events-body .events-list {
  padding: 0.75rem;
  padding-right: 0.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  scrollbar-color: #40404B #3E414A;
}
.events-body .events-list::-webkit-scrollbar {
  background: #3E414A;
}
.events-body .events-list::-webkit-scrollbar-track {
  background: #3E414A;
}
.events-body .events-list::-webkit-scrollbar-thumb {
  background: #2C2E33;
  border: 4px solid #3E414A;
  border-radius: 100px;
}
.notification-item {
  background: #2C2E33;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
}
.notification-item:hover {
  background: #535261;
}
.notification-item:first-child {
  margin-top: 0;
}
.notification-item.checked {
  background: #2C2E33 !important;
  opacity: 0.5;
  cursor: default !important;
}
.notification-item.checked .notif-head .check::before {
  content: url(/images/icon-check-black.svg);
}
.notification-item.problem {
  border: 1px solid #EB5757;
}
.notification-item.problem.checked {
  border: 0;
}
.notification-item.problem.checked .notif-head .check::before {
  content: url(/images/icon-check-green.svg);
}
.notification-item.problem:not(.checked) .check {
  display: none;
}
.notif-head {
  display: flex;
  align-items: center;
  padding: 10px 12px 8px;
}
.notif-head .title {
  flex-grow: 1;
}
.notif-head .check::before {
  content: url(/images/icon-check-unread.svg);
  width: 16px;
  height: 16px;
  display: block;
}
.notif-foot {
  display: flex;
  font-size: 12px;
  color: #98AFD2;
  padding: 0 12px 10px;
}
.notif-foot .group {
  flex-grow: 1;
  text-align: right;
}
.drag-to-resize {
  cursor: ns-resize;
  background: #2C2E33;
  z-index: 2;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
}
.drag-to-resize .label {
  user-select: none;
  position: absolute;
  font-size: 10px;
  transform: translateX(100%);
  margin-left: -16px;
  color: #6B6D70;
  font-weight: bold;
}
.minmax {
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
}
