.jq-fav-city {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jq-fav-city-dialog {
  position: relative;
  max-width: 450px;
  min-width: 350px;
  padding: 30px 20px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 18px;
}

.jq-fav-city-dialog .main-title {
  padding: 0;
}

.jq-fav-city-dialog .dg-close {
  position: absolute;
  top: 8px;
  right: 18px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 5px;
}

.jq-fav-city-dialog .dg-footer {
  text-align: center;
  padding: 30px 10px 0px;
}

.jq-fav-city-dialog .btn-add-favoris {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  background: #F4C910;
  padding: 7px 16px;
  border-radius: 8px;
  border: none;
}

.jq-fav-city-dialog .dg-body .cnt-field label {
  font-weight: 600;
}

.jq-fav-city-dialog .dg-body .cnt-select {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 32px;
  background: #efefef;
  z-index: 0;
}

.jq-fav-city-dialog .dg-body .cnt-select:before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  border-width: 7px 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: -1;
}

.jq-fav-city-dialog .dg-body .field {
  height: 32px;
  line-height: 1.2;
  margin-bottom: 0px;
  border: none;
  border-radius: 6px;
  color: #6d6d6d;
  background: transparent;
}

.jq-fav-city-dialog .dg-body select {
  appearance: none;
  margin: 0;
  font-size: 12px;
}

.jq-fav-city-dialog .dg-body .cnt-select:after {
  content: '';
  display: block;
  width: 32px;
  height: 100%;
  background: #F4C910;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}