.form-check-label {
  font-weight: 700;
  color: #eef3f8;
  font-size: 16px;
  margin-bottom: 2px;
}
.form-check-label.normal {
  font-weight: 600;
}
.form-check-label.font14 {
  font-size: 14px;
}
.dz-remove {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 999;
}
.progress-bar-primary {
  background-color: #f9d435;
}
.btn-yellow {
  background-color: #f9d435;
  box-shadow: 0px 0px 5px -1px;
  transition: 0.2s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-yellow:hover {
  background-color: #e9c527;
  transition: 0.2s ease-in-out;
}
.btn-back {
  background-color: #e6e6e6;
  box-shadow: 0px 0px 5px -1px;
  transition: 0.2s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}
.btn-back:hover {
  background-color: #eef3f8;
  transition: 0.2s ease-in-out;
}
.btn-green {
  background-color: #23c74c;
  box-shadow: 0px 0px 5px -1px;
  transition: 0.2s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-green:hover {
  background-color: #1ead42;
  transition: 0.2s ease-in-out;
}
.bordered-icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: white;
  padding: 4px;
  font-size: 22px;
}
.toggle-handle {
  background-color: white;
  box-shadow: 0px 0px 3px -1px;
}
.toggle.form-control {
  height: 20px !important;
  max-width: 50px !important;
  padding-left: 3px;
  float: right;
  transform: scaleY(0.9);
}
.toggle-off.btn {
  padding-left: 15px;
}
.map-regisztracio {
  position: relative;
  right: -15px;
}
.orange {
  color: #f67d2c;
}
.white {
  color: white;
}
.tips {
  font-size: 36px;
  font-weight: bold;
}
.normal-grey {
  font-weight: normal;
  color: #3b3b3b;
}
.dotted-border {
  padding: 15px;
  border-radius: 10px;
  border: 2px dotted #6c2539;
}
.step-btn {
  cursor: pointer;
  transition: 0.2s;
}
.step-btn:hover {
  background: #e9c527;
}
@media (max-width: 1199px) {
  .tips {
    font-size: 36px;
    font-weight: normal;
  }
}
@media (max-width: 960px) {
  .tips {
    font-size: 36px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .tips {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
  }
  p.black {
    text-align: center;
  }
}
.brightpurple {
  background-color: #9e475f;
}
#image-upload.dropzone {
  background-color: #FFFFFF22;
  border: 2px dashed white;
  border-radius: 5px;
}
#image-upload .dz-message {
  color: gray;
}
#image-upload .dz-message div {
  font-size: medium;
}
.purple {
  background-color: #85374d;
}
.darkpurple {
  background-color: #6c2539;
}
.gray {
  background-color: #e6e6e6;
}
.black {
  color: black;
}
/* path css*/
.path {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #85374d;
  text-align: center;
  background: #531627;
  margin-right: 10px;
}
.path.active {
  background: #f9d435;
}
#map.map-regisztracio {
  width: 100%;
  height: 800px;
}
