.fg-body--overflow-hidden {
  overflow: hidden;
}

.fg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fg-upload-drop-overlay {
  position: fixed;
  background-color: #222426;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  transition: all 0.4s ease;
}

.fg-body--overflow-hidden .fg-upload-drop-overlay {
  pointer-events: auto;
  opacity: 1;
}

.fg-upload-close-btn {
  position: absolute;
  top: 25px;
  right: 2.5vw;
  font-size: 25px;
  line-height: 25px;
  color: #999999;
}

.fg-upload-drop-content {
  border-radius: 30px;
  border: 4px dashed #2d2f31;
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 75px;
  left: 0;
  margin: 0 auto;
  width: 95vw;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fg-upload-drop-text {
  font-size: 25px;
  font-family: 'AzoSans-Light';
  color: #999999;
}

.fg-upload-file {
  position: relative;
  cursor: pointer;
  width: 100px;
  height: 35px;
  margin: 50px auto 0;
  border: 1.5px solid rgba(85, 86, 87, .5);
  border-radius: 20px;
  background: #555657;
  color: white;
  user-select: none;
  font-family: 'AzoSans-Medium';
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  transition: all .4s ease;
}

.fg-upload-file:hover {
  color: #555657;
  background-color: white;
}

.fg-upload-file-input {
  opacity: 0;
}

.fg-upload-file-val {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.fg-avatar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.fg-avatar--visible {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .8s ease;
}

.fg-avatar--circle {
  border-radius: 50%;
}

.fg-common-color--purple {
  color: #5c68a4 !important;
}

.fg-location-text-container {
  position: relative;
}

.fg-coordinate-search-input-pin-icon,
.fg-coordinate-search-input-dot-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 1;

  transform: translateY(-50%);
}

.fg-coordinate-search-input-pin-icon {
  width: 10px;
  height: 10px;

  color: #e24b86;

  font-size: 10px;
}

.fg-coordinate-search-input-dot-icon {
  width: 10px;
  height: 10px;

  color: #66afff;

  font-size: 10px;
}

.fg-coordinate-search-input-gps,
.fg-coordinate-search-input-place {
  display: block;

  width: 95%;
  height: 50px;

  padding: 6px 12px;

  padding-left: 40px !important;

  color: #000000;
  background-color: #FFFFFF;
  border: none;

  font-size: 15px;
  line-height: 19px;
}

.fg-coordinate-search-input-gps {
  border-bottom: 1px solid #DDDDDD;
}

.fg-coordinate-search-input-place {
  color: #5B67A6;
}

.fg-coordinate-search-input-gps {
  background-color: #f9f9f9;
}

.fg-coordinate-search-input-gps:hover,
.fg-coordinate-search-input-place:hover,
.fg-coordinate-search-input-gps:active,
.fg-coordinate-search-input-place:active,
.fg-coordinate-search-input-gps:focus,
.fg-coordinate-search-input-place:focus  {
  -webkit-appearance: textfield;
}

.fg-fade-text-out:after {
  position: absolute;
  top: 0;
  right: 0;

  width: 100px;
  height: 100%;

  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

  content: "";
  pointer-events: none;
}

.fg-text-input::-webkit-input-placeholder {
  color: #999999;
}
.fg-text-input:-moz-placeholder {
  color: #999999;
}
.fg-text-input::-moz-placeholder {
  color: #999999;
}
.fg-text-input:-ms-input-placeholder {
  color: #999999;
}
