.j-grid {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  gap: 20px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.j-grid .j-map {
  flex-grow: 1;
}
.j-grid .j-map .inline {
  margin-bottom: 0 !important;
  line-height: 50px !important;
  line-height: 50px !important;
}
.j-grid .j-map .inline input {
  line-height: 50px !important;
  margin-bottom: 5px !important;
}
.j-grid .j-map .inline button {
  line-height: 50px !important;
  margin-bottom: 5px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.j-grid #map_canvas2 {
  width: 600px;
  height: 500px;
}
.j-grid .j-data {
  width: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.j-grid .j-data h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.j-grid .j-data h3 span {
  display: inline-block;
  background: #e5eff5;
  font-size: 14px;
  line-height: 26px;
  padding: 0 15px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.j-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.j-modal {
  position: fixed;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  background: #fff;
  padding: 40px 20px 20px;
  z-index: 100;
  overflow-y: auto;
}
.j-modal i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 998;
}

.custom-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  display: grid;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #E4E4ED rgba(0, 0, 0, 0);
  animation: s6 1s infinite linear;
  z-index: 999;
}

.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.custom-loader::before {
  border-color: #766DF4 rgba(0, 0, 0, 0);
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.custom-loader::after {
  margin: 8px;
}

@keyframes s6 {
  100% {
    transform: rotate(1turn);
  }
}
#app {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#app .j-reset {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -18px;
  width: 200px !important;
  background: #d6dbdf;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#app .j-reset:hover {
  background: #cfd8dc;
}
#app div,
#app p,
#app h3,
#app input,
#app button,
#app select {
  margin-bottom: 20px;
}
#app h1,
#app h2,
#app h3 {
  font-size: 1.5rem;
  margin: 0;
}
#app .adress {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
}
#app .adress input {
  flex-grow: 1;
}
#app input,
#app select {
  height: 35px !important;
  line-height: 35px !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  background: #eceff1;
  padding: 0 20px;
  width: 100%;
}
#app label {
  display: flex;
  justify-content: start;
}
#app label input {
  margin-right: 7px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app input[type=checkbox] {
  width: 25px !important;
}
#app .inline {
  display: flex;
  justify-content: start;
}
#app .inline label {
  font-weight: normal;
  flex-grow: 1;
  white-space: nowrap;
  margin-right: 7px;
}
#app .j-but {
  line-height: 35px !important;
  padding: 0 20px !important;
  background: rgb(95, 173, 95) !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#app .j-but i {
  margin: 0 7px;
}
#app .j-but:disabled {
  background: #999 !important;
  cursor: not-allowed;
}
#app .j-link {
  color: red;
  cursor: pointer;
  font-size: 12px;
}
#app .j-link:hover {
  color: blue;
}
#app .j-data-saved {
  position: relative;
  background: #fff;
  color: #555;
  line-height: 20px;
  border-bottom: 1px solid #555;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#app .j-data-saved:nth-child(1n) {
  z-index: 8;
}
#app .j-data-saved:nth-child(2n) {
  z-index: 7;
}
#app .j-data-saved:nth-child(3n) {
  z-index: 6;
}
#app .j-data-saved:nth-child(4n) {
  z-index: 5;
}
#app .j-data-saved:nth-child(5n) {
  z-index: 4;
}
#app .j-data-saved:nth-child(6n) {
  z-index: 3;
}
#app .j-data-saved:nth-child(7n) {
  z-index: 2;
}
#app .j-data-saved div,
#app .j-data-saved span {
  line-height: inherit;
  margin: 3px 0;
}
#app .j-data-saved div:first-child {
  margin-right: 5px;
  border-right: 1px solid #555;
  flex-grow: 1;
}

.fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-out-center {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

.fade-out-fast {
  -webkit-animation: fade-out 0.2s ease-out both;
  animation: fade-out 0.2s ease-out both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@media (max-width: 820px) {
  #app {
    max-height: auto !important;
  }
  #app .j-grid .j-map, #app .j-grid .j-data {
    width: 50% !important;
    height: 100% !important;
    box-sizing: border-box;
  }
  #app .j-grid #map_canvas2 {
    width: 100% !important;
    height: 400px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  #app {
    max-height: auto !important;
  }
  #app .j-grid {
    flex-direction: column;
  }
  #app .j-grid .j-map, #app .j-grid .j-data {
    width: 100% !important;
    box-sizing: border-box;
  }
  #app .j-grid #map_canvas2 {
    width: 100% !important;
    box-sizing: border-box;
    height: 300px !important;
  }
}/*# sourceMappingURL=style.css.map */