h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

/*  */

.display-none {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: inline-flex;
}

/*  */

.gray {
  filter: grayscale(1);
  color: #848484;
}

/* LogIn */

.logged-in {
  background-color: #547c37;
}

.logged-out {
  background-color: #7c3737;
}

.time-snap-left {
  font-size: 10px;
  color: #555555;
  position: absolute;
  top: 5px;
  right: 5px;
  -background-color: #999999;
  border-radius: 10px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.time-snap-right {
  font-size: 10px;
  color: #555555;
  position: absolute;
  top: 5px;
  left: 5px;
  -background-color: #999999;
  border-radius: 10px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

/* --------  LINK   */

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.hover1 {
  cursor: pointer;
}

.cursor-grab {
  cursor: grab;
}

/* toolbox btn */

.tools-shape-select-active {
  font-size: 16px;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  width: 50px;
  vertical-align: middle;
}

/* ---------- BODY BACKGROUND IMAGES */

.bg-map {
  background-image: url('../ui/bg-map.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* .bg-top-menu {
  background-image: url('../ui/bg-top-menu.svg');
  background-position: center;
  background-size: cover;
  background-attachment: -fixed;
} */

/* .bg-map-test {
  background-image: url('../ui/delete-map.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
} */

/* Loading */

.bg-loading {
  position: absolute;
  top: 30px;
  display: block;
  z-index: 1055;
  height: 3px;
  width: 100%;
  background-color: #000000;
}

.bg-loading:before {
  -display: block;
  position: absolute;
  content: '';
  -left: -50px;
  width: 10%;
  height: 3px;
  background-color: rgb(0, 110, 255);
  -webkit-animation: loading 8s linear infinite;
  animation: loading 8s linear infinite;
}

@keyframes loading {
  from {
    left: 0%;
  }

  50% {
    left: 90%;
    background-color: rgb(0, 110, 255);
  }

  to {
    left: 0%;
  }
}

/* menu blur */

.menu-blur-cb {
  background-color: rgba(10, 10, 10, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.menu-blur-cb-empty {
  background-color: rgba(148, 148, 148, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.menu-blur-cb-select {
  background-color: rgba(29, 31, 158, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.menu-blur-cw {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* ---------- BACKGROUND COLOR */

.bg {
  background-color: #272b30;
}

.cw {
  background-color: #ffffff;
}

.cb {
  background-color: #000000;
}

.c1 {
  background-color: #111111;
}

.c2 {
  background-color: #222222;
}

.c3 {
  background-color: #333333;
}

.c4 {
  background-color: #444444;
}

.c5 {
  background-color: #555555;
}

.c6 {
  background-color: #666666;
}

.c7 {
  background-color: #777777;
}

.c8 {
  background-color: #888888;
}

.c9 {
  background-color: #999999;
}

.c99 {
  background-color: #d9d9d9;
}

.c999 {
  background-color: #f2f2f2;
}

.cw-t {
  color: #ffffff;
}

.cb-t {
  color: #000000;
}

.c1-t {
  color: #111111;
}

.c2-t {
  color: #222222;
}

.c3-t {
  color: #333333;
}

.c4-t {
  color: #444444;
}

.c5-t {
  color: #555555;
}

.tr1 {
  opacity: 0.9;
}

.tr2 {
  opacity: 0.5;
}

.tr3 {
  opacity: 0.3;
}

/* ---------- Gradient  */

.gr1 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.gr2 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%);
}

.gr3 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.gr4 {
  background: -webkit-radial-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: radial-gradient(at top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* ---------- height */

.h0 {
  height: 0px;
}

.h01 {
  height: 1px;
}

.h05 {
  height: 5px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.h400 {
  height: 400px;
}

.h450 {
  height: 450px;
}

.h500 {
  height: 500px;
}

.mh {
  min-height: 100%;
}

/* Width */

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}

.mw {
  min-width: 100%;
}

/* ---------- PADING */

.p0 {
  padding: 0px;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p3 {
  padding: 3px;
}

.p4 {
  padding: 4px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p100 {
  padding: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

/* ---------- MARGIN */

.m1 {
  margin: 1px;
}

.m2 {
  margin: 2px;
}

.m3 {
  margin: 3px;
}

.m4 {
  margin: 4px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m50 {
  margin: 50px;
}

.m100 {
  margin: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

/*-----Radius */

.r1 {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.r2 {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}

.r3 {
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}

.r-bottom1 {
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}

.r-bottom2 {
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}

.r-top {
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

.r-bott {
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.r-left {
  -webkit-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}

.r-right {
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

/* position */

.left {
  float: left;
}

.right {
  float: right;
}

/* font */

.f10 {
  font-size: 10px;
}

.f15 {
  font-size: 15px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 35px;
}

.f40 {
  font-size: 40px;
}

.f45 {
  font-size: 45px;
}

.f50 {
  font-size: 50px;
}

.f55 {
  font-size: 55px;
}

.f60 {
  font-size: 60px;
}

.f65 {
  font-size: 65px;
}

.f70 {
  font-size: 70px;
}

.f75 {
  font-size: 75px;
}

/* ---------- DROP SHADOW */

.sw1 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.sw2 {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.sw3 {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.7);
}

.sw2-t {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.sw-t {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

/* ---------- BLUR modal */

body.modal-open .blur {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

/* ---------- RADIO BUTTON */

.radio_item {
  display: none !important;
}

.label_item {
  opacity: 0.5;
}

.radio_item:checked + label {
  opacity: 1;
}

label {
  cursor: pointer;
}

/*  Scroll Menu */

.scroll {
  overflow: auto;
}

.scroll-menu {
  overflow: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  display: inline-block;
  /*  */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scroll-menu a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

div.scroll-menu::-webkits-scrolbar {
  display: none;
  overflow: hidden;
}

div.scroll-menu-y {
  overflow-y: auto;
}

/* IMput box / search */

input {
  border: 0;
}

.effect:hover {
  color: none;
}

.btn {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.bttn {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.bttn:hover {
  color: white;
  background-color: #06f;
}

/* --------- btn-b */

.btn-b {
  border: 1px;
  border-color: rgba(50, 50, 50, 1);
  border-style: solid;
  padding: 3px;
}

/* icon  hover */

.hover-drop-menu:hover {
  fill: #fff;
  cursor: pointer;
  background-color: rgb(0, 110, 255);
  border-radius: 4px;
}

.map {
  height: 100%;
  -width: 100%;
}

/* text cut json editor */

.ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.gur4ica {
  color: #fff;
  background-color: rgb(204, 150, 0);
  -webkit-border-radius: 15px 15px 15px 0px;
  border-radius: 15px 15px 0px 0px;
}

.vh100 {
  height: 100vh;
}

.bttn {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.bttn:hover {
  color: white;
  background-color: #06f;
}

.active {
  color: #06f;
}
