@import "../../vendors/font-awesome/font-awesome.min.css";
.preloading {
  position: relative;
  overflow: hidden;
}
.preloading.fa, .preloading.btn, .preloading.time, .preloadingbutton, .preloading[type=submit], .preloading.form-group, .preloading.states-list, .preloading.preload-elem {
  position: relative;
}
.preloading.fa:after, .preloading.btn:after, .preloading.time:after, .preloadingbutton:after, .preloading[type=submit]:after, .preloading.form-group:after, .preloading.states-list:after, .preloading.preload-elem:after {
  position: absolute;
  font-size: 20px;
}
.preloading.time:before {
  display: none;
}
.preloading:not(.fa):before {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.preloading:after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-size: 36px;
  background-size: 36px;
  content: "\f110";
  font-family: FontAwesome, sans-serif;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.preloading.btn {
  cursor: default;
  pointer-events: none;
}
.preloading.btn:after {
  font-size: 22px;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.client-id-handler {
  cursor: pointer;
  font-size: 14px;
  right: -20px;
  /*&.copy-id {
    bottom: 2px;
  }*/
}
.client-id-handler.generate-id {
  top: calc(50% - 7px);
}

.copy-result {
  display: none;
}

.copied {
  position: relative;
}
.copied .form-group input {
  filter: blur(2px);
}
.copied .copy-result {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
}
.copied .copy-result:before {
  content: "copied";
}

.cities-list {
  max-height: 60vh;
  overflow: auto;
  scrollbar-width: thin;
}

#attachedCitiesListModal .cities-list {
  max-height: 70vh;
}

.copied-element {
  position: relative;
}
.copied-element:after {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  content: "copied";
  margin-left: 10px;
}

.fa-file-excel-o.preloading:before {
  opacity: 0.4 !important;
}

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